packages feed

HsOpenSSL-x509-system 0.1.0.0 → 0.1.0.1

raw patch · 3 files changed

+7/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -0,0 +1,3 @@+v0.1.0.1++	* Documentation updates.
HsOpenSSL-x509-system.cabal view
@@ -1,5 +1,5 @@ name:                HsOpenSSL-x509-system-version:             0.1.0.0+version:             0.1.0.1 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
@@ -15,8 +15,9 @@  -- | 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 need to also call--- 'OpenSSL.Session.contextSetVerificationMode' for that.+-- peer certificate verification. You also need to call+-- 'OpenSSL.Session.contextSetVerificationMode' and check manually if the+-- hostname matches with the one specified in the certificate. contextLoadSystemCerts :: SSLContext -> IO ()  contextLoadSystemCerts = S.contextLoadSystemCerts {-# INLINE contextLoadSystemCerts #-}