| Copyright | (c) Eric Mertens 2016 |
|---|---|
| License | ISC |
| Maintainer | emertens@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Hookup.OpenSSL
Description
Synopsis
- withDefaultPassword :: SSLContext -> Maybe ByteString -> IO a -> IO a
- installVerification :: SSLContext -> String -> IO ()
- getPubKeyDer :: X509 -> IO ByteString
Documentation
withDefaultPassword :: SSLContext -> Maybe ByteString -> IO a -> IO a Source #
Arguments
| :: SSLContext | |
| -> String | hostname |
| -> IO () |
Add hostname checking to the certificate verification step. Partial wildcards matching is disabled.
getPubKeyDer :: X509 -> IO ByteString Source #