Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setSerialNumber :: X509 -> Integer -> IO ()

    HsOpenSSL OpenSSL.X509

    setSerialNumber cert num updates the serial number of certificate.

  2. setSubjectName :: X509 -> [(String, String)] -> IO ()

    HsOpenSSL OpenSSL.X509

    setSubjectName cert name updates the subject name of certificate. See setIssuerName.

  3. setVersion :: X509 -> Int -> IO ()

    HsOpenSSL OpenSSL.X509

    setVersion cert ver updates the version number of certificate.

  4. setPublicKey :: PublicKey key => X509Req -> key -> IO ()

    HsOpenSSL OpenSSL.X509.Request

    setPublicKey req updates the public key of the subject of certificate request.

  5. setSubjectName :: X509Req -> [(String, String)] -> IO ()

    HsOpenSSL OpenSSL.X509.Request

    setSubjectName req name updates the subject name of certificate request. See setSubjectName of OpenSSL.X509.

  6. setVersion :: X509Req -> Int -> IO ()

    HsOpenSSL OpenSSL.X509.Request

    setVersion req ver updates the version number of certificate request.

  7. setIssuerName :: CRL -> [(String, String)] -> IO ()

    HsOpenSSL OpenSSL.X509.Revocation

    setIssuerName crl name updates the issuer name of revocation list. See setIssuerName of OpenSSL.X509.

  8. setLastUpdate :: CRL -> UTCTime -> IO ()

    HsOpenSSL OpenSSL.X509.Revocation

    setLastUpdate crl utc updates the time when the revocation list has last been updated.

  9. setNextUpdate :: CRL -> UTCTime -> IO ()

    HsOpenSSL OpenSSL.X509.Revocation

    setNextUpdate crl utc updates the time when the revocation list will next be updated.

  10. setVersion :: CRL -> Int -> IO ()

    HsOpenSSL OpenSSL.X509.Revocation

    setVersion crl ver updates the version number of revocation list.

Page 262 of many | Previous | Next