Hoogle Search

Within LTS Haskell 24.24 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. ValidationCachePass :: ValidationCacheResult

    tls Network.TLS

    cache allow this fingerprint to go through

  2. type ValidationCacheQueryCallback = ServiceID -> Fingerprint -> Certificate -> IO ValidationCacheResult

    tls Network.TLS

    Validation cache query callback type

  3. data ValidationCacheResult

    tls Network.TLS

    The result of a cache query

  4. ValidationCacheUnknown :: ValidationCacheResult

    tls Network.TLS

    unknown fingerprint in cache

  5. data ValidationChecks

    tls Network.TLS

    A set of checks to activate or parametrize to perform on certificates. It's recommended to use defaultChecks to create the structure, to better cope with future changes or expansion of the structure.

  6. ValidationChecks :: Bool -> Maybe DateTime -> Bool -> Bool -> Bool -> Bool -> [ExtKeyUsageFlag] -> [ExtKeyUsagePurpose] -> Bool -> ValidationChecks

    tls Network.TLS

    No documentation available.

  7. data ValidationHooks

    tls Network.TLS

    A set of hooks to manipulate the way the verification works. BEWARE, it's easy to change behavior leading to compromised security.

  8. ValidationHooks :: (DistinguishedName -> Certificate -> Bool) -> (DateTime -> Certificate -> [FailedReason]) -> (HostName -> Certificate -> [FailedReason]) -> ([FailedReason] -> [FailedReason]) -> ValidationHooks

    tls Network.TLS

    No documentation available.

  9. data ValidationFailure

    basement Basement.String

    Possible failure related to validating bytes of UTF8 sequences.

  10. type ValidationError = String

    openapi3 Data.OpenApi.Internal.Schema.Validation

    Validation error message.

Page 6 of many | Previous | Next