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. type ValidationError = String

    openapi3 Data.OpenApi.Schema.Validation

    Validation error message.

  2. data ValidationCache

    crypton-x509-validation Data.X509.Validation

    All the callbacks needed for querying and adding to the cache.

  3. ValidationCache :: ValidationCacheQueryCallback -> ValidationCacheAddCallback -> ValidationCache

    crypton-x509-validation Data.X509.Validation

    No documentation available.

  4. type ValidationCacheAddCallback = ServiceID -> Fingerprint -> Certificate -> IO ()

    crypton-x509-validation Data.X509.Validation

    Validation cache callback type

  5. ValidationCacheDenied :: String -> ValidationCacheResult

    crypton-x509-validation Data.X509.Validation

    cache denied this fingerprint for further validation

  6. ValidationCachePass :: ValidationCacheResult

    crypton-x509-validation Data.X509.Validation

    cache allow this fingerprint to go through

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

    crypton-x509-validation Data.X509.Validation

    Validation cache query callback type

  8. data ValidationCacheResult

    crypton-x509-validation Data.X509.Validation

    The result of a cache query

  9. ValidationCacheUnknown :: ValidationCacheResult

    crypton-x509-validation Data.X509.Validation

    unknown fingerprint in cache

  10. data ValidationChecks

    crypton-x509-validation Data.X509.Validation

    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.

Page 7 of many | Previous | Next