Safe Haskell | None |
---|
- checkDomainOnly :: CertificateStore -> ByteString -> [X509] -> IO TLSCertificateUsage
Documentation
checkDomainOnly :: CertificateStore -> ByteString -> [X509] -> IO TLSCertificateUsageSource
A TLS validator that checks the domain only. Note that this means the validator | will not check the cert chain, and can be used on systems where Data.Certificate.X509 | falls over as it does not have access to local root certs. | | ! Use with caution !