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.
setSerialNumber :: X509 -> Integer -> IO ()HsOpenSSL OpenSSL.X509 setSerialNumber cert num updates the serial number of certificate.
setSubjectName :: X509 -> [(String, String)] -> IO ()HsOpenSSL OpenSSL.X509 setSubjectName cert name updates the subject name of certificate. See setIssuerName.
setVersion :: X509 -> Int -> IO ()HsOpenSSL OpenSSL.X509 setVersion cert ver updates the version number of certificate.
setPublicKey :: PublicKey key => X509Req -> key -> IO ()HsOpenSSL OpenSSL.X509.Request setPublicKey req updates the public key of the subject of certificate request.
setSubjectName :: X509Req -> [(String, String)] -> IO ()HsOpenSSL OpenSSL.X509.Request setSubjectName req name updates the subject name of certificate request. See setSubjectName of OpenSSL.X509.
setVersion :: X509Req -> Int -> IO ()HsOpenSSL OpenSSL.X509.Request setVersion req ver updates the version number of certificate request.
setIssuerName :: CRL -> [(String, String)] -> IO ()HsOpenSSL OpenSSL.X509.Revocation setIssuerName crl name updates the issuer name of revocation list. See setIssuerName of OpenSSL.X509.
setLastUpdate :: CRL -> UTCTime -> IO ()HsOpenSSL OpenSSL.X509.Revocation setLastUpdate crl utc updates the time when the revocation list has last been updated.
setNextUpdate :: CRL -> UTCTime -> IO ()HsOpenSSL OpenSSL.X509.Revocation setNextUpdate crl utc updates the time when the revocation list will next be updated.
setVersion :: CRL -> Int -> IO ()HsOpenSSL OpenSSL.X509.Revocation setVersion crl ver updates the version number of revocation list.