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.
-
tls Network.TLS.Extra.Cipher The default ciphersuites + some not recommended last resort ciphers. AEAD ciphers with equivalent security properties are ordered based on CPU hardware-acceleration support. If this dynamic runtime behavior is not desired, use ciphersuite_all_det instead.
ciphersuite_all_det :: [Cipher]tls Network.TLS.Extra.Cipher Same as ciphersuite_all, but using deterministic preference not influenced by the CPU.
InstallApplicationKeys :: ApplicationSecretInfo -> KeyScheduleEventtls Network.TLS.QUIC Key material and parameters for traffic at application level
InstallEarlyKeys :: Maybe EarlySecretInfo -> KeyScheduleEventtls Network.TLS.QUIC Key material and parameters for traffic at 0-RTT level
InstallHandshakeKeys :: HandshakeSecretInfo -> KeyScheduleEventtls Network.TLS.QUIC Key material and parameters for traffic at handshake level
-
tls Network.TLS.QUIC Callbacks implemented by QUIC and to be called by TLS at specific points during the handshake. TLS may invoke them from external threads but calls are not concurrent. Only a single callback function is called at a given point in time.
-
tls Network.TLS.QUIC No documentation available.
quicInstallKeys :: QUICCallbacks -> Context -> KeyScheduleEvent -> IO ()tls Network.TLS.QUIC Called by TLS when new encryption material is ready to be used in the handshake. The next quicSend or quicRecv may now use the associated encryption level (although the previous level is also possible: directions Send/Recv do not change at the same time).
-
haskell-src-exts Language.Haskell.Exts No documentation available.
-
haskell-src-exts Language.Haskell.Exts No documentation available.