HsOpenSSL-x509-system 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+6/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
HsOpenSSL-x509-system.cabal view
@@ -1,5 +1,5 @@ name: HsOpenSSL-x509-system-version: 0.1.0.2+version: 0.1.0.3 synopsis: Use the system's native CA certificate store with HsOpenSSL description: A cross-platform library that tries to find a (reasonable) CA certificate
OpenSSL/X509/SystemStore.hs view
@@ -14,11 +14,11 @@ #endif -- | Add the certificates from the system-wide certificate store to the--- given @openssl@ context. Note that this does not automatically enable--- peer certificate verification. You also need to call--- 'OpenSSL.Session.contextSetVerificationMode' and check manually if the--- hostname matches the one specified in the certificate. You can find--- information about how to do the latter +-- given @openssl@ context. Note that+-- __this does not automatically enable peer certificate verification__.+-- You also need to call 'OpenSSL.Session.contextSetVerificationMode' and+-- __check manually if the hostname matches__ the one specified in the+-- certificate. You can find information about how to do the latter -- <https://github.com/iSECPartners/ssl-conservatory/blob/master/openssl/everything-you-wanted-to-know-about-openssl.pdf here>. contextLoadSystemCerts :: SSLContext -> IO () contextLoadSystemCerts = S.contextLoadSystemCerts