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.

  1. 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 ]
    

  2. pattern InappropriateFallback :: AlertDescription

    tls Network.TLS

    No documentation available.

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

    tls Network.TLS

    Validation cache callback type

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

    tls Network.TLS

    Validation cache query callback type

  5. cipherAllowedForVersion :: Version -> Cipher -> Bool

    tls Network.TLS

    Check if a specific Cipher is allowed to be used with the version specified

  6. 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.

  7. credentialLoadX509Chain :: FilePath -> [FilePath] -> FilePath -> IO (Either String Credential)

    tls Network.TLS

    similar to credentialLoadX509 but also allow specifying chain certificates.

  8. credentialLoadX509ChainFromMemory :: ByteString -> [ByteString] -> ByteString -> Either String Credential

    tls Network.TLS

    similar to credentialLoadX509FromMemory but also allow specifying chain certificates.

  9. credentialLoadX509FromMemory :: ByteString -> ByteString -> Either String Credential

    tls Network.TLS

    similar to credentialLoadX509 but take the certificate and private key from memory instead of from the filesystem.

  10. supportedFallbackScsv :: Supported -> Bool

    tls 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

Page 405 of many | Previous | Next