-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Handle per-operating-system X.509 accessors and storage
--   
--   System X.509 handling
@package x509-system
@version 1.6.3

module System.X509.MacOS
getSystemCertificateStore :: IO CertificateStore


-- | this module is portable to unix system where there is usually a
--   <i>etc</i>ssl/certs with system X509 certificates.
--   
--   the path can be dynamically override using the environment variable
--   defined by envPathOverride in the module, which by default is
--   SYSTEM_CERTIFICATE_PATH
module System.X509.Unix
getSystemCertificateStore :: IO CertificateStore


module System.X509
getSystemCertificateStore :: IO CertificateStore
