package dicttls

Import Path
	github.com/refraction-networking/utls/dicttls (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package


Package-Level Variables (total 57, all are exported)
Package-Level Constants (total 711, all are exported)
const AEAD_AES_128_GCM uint16 = 1 // NIST Special Publication 800-38D
const AEAD_AES_256_GCM uint16 = 2 // NIST Special Publication 800-38D
const AEAD_EXPORT_ONLY uint16 = 65535 // RFC 9180
const DHKEM_SECP256K1_HKDF_SHA256 uint16 = 22 // draft-wahby-cfrg-hpke-kem-secp256k1-01
Not IANA assigned
Not IANA assigned
Not IANA assigned
Not IANA assigned
const ExtType_delegated_credentials uint16 = 34 // IANA name: delegated_credentials, IETF name: delegated_credential
Not IANA assigned
const ExtType_post_handshake_auth uint16 = 49
Not IANA assigned
const HashAlg_md5 uint8 = 1 // deprecated in TLS 1.3
const HashAlg_none uint8 = 0 // deprecated in TLS 1.3
const HashAlg_sha224 uint8 = 3 // deprecated in TLS 1.3
const QUICTransportErrorCode_CRYPTO_ERROR uint16 = 256 // 0x0100-0x01FF, use with bitwise operator
const QUICTransportParameter_discard uint64 = 5950 // David_Schinazi: Receiver silently discards. https://github.com/quicwg/base-drafts/wiki/Quantum-Readiness-test
const QUICTransportParameter_google_connection_options uint64 = 12584 // Google: Google connection options for experimentation
const QUICTransportParameter_google_handshake_message uint64 = 9899 // Google: Used to carry Google internal handshake message
const QUICTransportParameter_google_version uint64 = 18258 // Google: Google QUIC version downgrade prevention
const QUICTransportParameter_initial_rtt uint64 = 12583 // Google: Initial RTT in microseconds
const QUICTransportParameter_user_agent uint64 = 12585 // Google: User agent string (deprecated)
const SigAlg_anonymous uint8 = 0 // deprecated in TLS 1.3
const SigAlg_dsa uint8 = 2 // deprecated in TLS 1.3
const SigAlg_gostr34102012_256 uint8 = 64 // value changed in TLS 1.3, to 0x0709-0x070C
const SigAlg_gostr34102012_512 uint8 = 65 // value changed in TLS 1.3, to 0x070D-0x070F
const X25519_KYBER768_DRAFT00 uint16 = 48 // draft-westerbaan-cfrg-hpke-xyber768d00-02