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.
-
openapi3 Data.OpenApi.Schema.Validation Validation error message.
-
crypton-x509-validation Data.X509.Validation All the callbacks needed for querying and adding to the cache.
ValidationCache :: ValidationCacheQueryCallback -> ValidationCacheAddCallback -> ValidationCachecrypton-x509-validation Data.X509.Validation No documentation available.
type
ValidationCacheAddCallback = ServiceID -> Fingerprint -> Certificate -> IO ()crypton-x509-validation Data.X509.Validation Validation cache callback type
ValidationCacheDenied :: String -> ValidationCacheResultcrypton-x509-validation Data.X509.Validation cache denied this fingerprint for further validation
ValidationCachePass :: ValidationCacheResultcrypton-x509-validation Data.X509.Validation cache allow this fingerprint to go through
-
crypton-x509-validation Data.X509.Validation Validation cache query callback type
-
crypton-x509-validation Data.X509.Validation The result of a cache query
ValidationCacheUnknown :: ValidationCacheResultcrypton-x509-validation Data.X509.Validation unknown fingerprint in cache
-
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.