Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setTypeInfoNPreallocs :: MonadIO m => TypeInfo -> Word16 -> m ()gi-gobject GI.GObject.Structs.TypeInfo Set the value of the “n_preallocs” field. When overloading is enabled, this is equivalent to
set typeInfo [ #nPreallocs := value ]
pattern
InappropriateFallback :: AlertDescriptiontls Network.TLS No documentation available.
type
ValidationCacheAddCallback = ServiceID -> Fingerprint -> Certificate -> IO ()tls Network.TLS Validation cache callback type
-
tls Network.TLS Validation cache query callback type
cipherAllowedForVersion :: Version -> Cipher -> Booltls Network.TLS Check if a specific Cipher is allowed to be used with the version specified
credentialLoadX509 :: FilePath -> FilePath -> IO (Either String Credential)tls Network.TLS try to create a new credential object from a public certificate and the associated private key that are stored on the filesystem in PEM format.
credentialLoadX509Chain :: FilePath -> [FilePath] -> FilePath -> IO (Either String Credential)tls Network.TLS similar to credentialLoadX509 but also allow specifying chain certificates.
-
tls Network.TLS similar to credentialLoadX509FromMemory but also allow specifying chain certificates.
credentialLoadX509FromMemory :: ByteString -> ByteString -> Either String Credentialtls Network.TLS similar to credentialLoadX509 but take the certificate and private key from memory instead of from the filesystem.
supportedFallbackScsv :: Supported -> Booltls Network.TLS Support for fallback SCSV defined in RFC7507. If True, servers reject handshakes which suggest a lower protocol than the highest protocol supported. Default: True