package dicttls
Import Path
github.com/refraction-networking/utls/dicttls (on go.dev)
Dependency Relation
imports 0 packages, and imported by one package
Involved Source Files
alerts.go
authorization_data_formats.go
cachedinformationtype_values.go
certificate_compression_algorithm_ids.go
certificate_status_types.go
certificte_types.go
cipher_suites.go
clientcertificatetype_identifiers.go
comp_meth_ids.go
contenttype.go
ec_curve_types.go
ec_point_formats.go
exttype_values.go
handshaketype.go
hashalgorithm.go
heartbeat_message_types.go
heartbeat_mode.go
hpke_aead_identifiers.go
hpke_kdf_identifiers.go
hpke_kem_identifiers.go
psk_key_exchange_mode.go
quic_frame_types.go
quic_transport_error_codes.go
quic_transport_parameters.go
signaturealgorithm.go
signaturescheme.go
supplemental_data_formats.go
supported_groups.go
usermappingtype_values.go
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_CHACHA20_POLY1305 uint16 = 3 // RFC 8439 const AEAD_EXPORT_ONLY uint16 = 65535 // RFC 9180 const Alert_decode_error uint8 = 50 const Alert_no_renegotiation uint8 = 100 const Alert_unknown_ca uint8 = 48 const CertType_X509 uint8 = 0 const CompMeth_LZS uint8 = 64 const CompMeth_NULL uint8 = 0 const ContentType_ACK uint8 = 26 const ContentType_alert uint8 = 21 const DHKEM_CP256_HKDF_SHA256 uint16 = 19 // RFC 6090 const DHKEM_CP384_HKDF_SHA384 uint16 = 20 // RFC 6090 const DHKEM_CP521_HKDF_SHA512 uint16 = 21 // RFC 6090 const DHKEM_P256_HKDF_SHA256 uint16 = 16 // RFC 5869 const DHKEM_P384_HKDF_SHA384 uint16 = 17 // RFC 5869 const DHKEM_P521_HKDF_SHA512 uint16 = 18 // RFC 5869 const DHKEM_SECP256K1_HKDF_SHA256 uint16 = 22 // draft-wahby-cfrg-hpke-kem-secp256k1-01 const DHKEM_X25519_HKDF_SHA256 uint16 = 32 // RFC 7748 const DHKEM_X448_HKDF_SHA512 uint16 = 33 // RFC 7748
Not IANA assigned
Not IANA assigned
Not IANA assigned
Not IANA assigned
const ExtType_connection_id_deprecated uint16 = 53 // deprecated const ExtType_cookie uint16 = 44 const ExtType_delegated_credentials uint16 = 34 // IANA name: delegated_credentials, IETF name: delegated_credential const ExtType_heartbeat uint16 = 15
Not IANA assigned
const ExtType_padding uint16 = 21 const ExtType_pwd_clear uint16 = 30 const ExtType_renegotiation_info uint16 = 65281 const ExtType_srp uint16 = 12 const ExtType_TLMSP uint16 = 36 const ExtType_tls_lts uint16 = 26 const ExtType_use_srtp uint16 = 14
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_sha1 uint8 = 2 const HashAlg_sha224 uint8 = 3 // deprecated in TLS 1.3 const HashAlg_sha256 uint8 = 4 const HashAlg_sha384 uint8 = 5 const HashAlg_sha512 uint8 = 6 const HKDF_SHA256 uint16 = 1 const HKDF_SHA384 uint16 = 2 const HKDF_SHA512 uint16 = 3 const QUICFrameType_DATAGRAM uint8 = 48 // RFC9221 const QUICFrameType_DATAGRAM_len uint8 = 49 // RFC9221 const QUICTransportErrorCode_CRYPTO_ERROR uint16 = 256 // 0x0100-0x01FF, use with bitwise operator const QUICTransportErrorCode_VERSION_NEGOTIATION_ERROR uint16 = 17 // RFC9368 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_grease_quic_bit uint64 = 10930 // RFC9287 const QUICTransportParameter_initial_rtt uint64 = 12583 // Google: Initial RTT in microseconds const QUICTransportParameter_max_datagram_frame_size uint64 = 32 // RFC9221 const QUICTransportParameter_user_agent uint64 = 12585 // Google: User agent string (deprecated) const QUICTransportParameter_version_information uint64 = 17 // RFC9368 const SigAlg_anonymous uint8 = 0 // deprecated in TLS 1.3 const SigAlg_dsa uint8 = 2 // deprecated in TLS 1.3 const SigAlg_ecdsa uint8 = 3 const SigAlg_ed25519 uint8 = 7 const SigAlg_ed448 uint8 = 8 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 SigAlg_rsa uint8 = 1 const SigScheme_eccsi_sha256 uint16 = 1796 const SigScheme_ecdsa_sha1 uint16 = 515 const SigScheme_ed25519 uint16 = 2055 const SigScheme_ed448 uint16 = 2056 const SigScheme_iso_chinese_ibs uint16 = 1799 const SigScheme_iso_ibs1 uint16 = 1797 const SigScheme_iso_ibs2 uint16 = 1798 const SigScheme_sm2sig_sm3 uint16 = 1800 const TLS_AEGIS_128L_SHA256 uint16 = 4871 const TLS_AEGIS_256_SHA384 uint16 = 4870 const TLS_AES_128_CCM_8_SHA256 uint16 = 4869 const TLS_AES_128_CCM_SHA256 uint16 = 4868 const TLS_AES_128_GCM_SHA256 uint16 = 4865 const TLS_AES_256_GCM_SHA384 uint16 = 4866 const TLS_DHE_PSK_WITH_AES_128_CCM uint16 = 49318 const TLS_DHE_PSK_WITH_AES_256_CCM uint16 = 49319 const TLS_DHE_RSA_WITH_AES_128_CCM uint16 = 49310 const TLS_DHE_RSA_WITH_AES_256_CCM uint16 = 49311 const TLS_ECDH_anon_WITH_NULL_SHA uint16 = 49173 const TLS_ECDH_ECDSA_WITH_NULL_SHA uint16 = 49153 const TLS_ECDH_RSA_WITH_NULL_SHA uint16 = 49163 const TLS_ECDH_RSA_WITH_RC4_128_SHA uint16 = 49164 const TLS_ECDHE_ECDSA_WITH_NULL_SHA uint16 = 49158 const TLS_ECDHE_PSK_WITH_NULL_SHA uint16 = 49209 const TLS_ECDHE_RSA_WITH_NULL_SHA uint16 = 49168 const TLS_FALLBACK_SCSV uint16 = 22016 const TLS_PSK_WITH_AES_128_CCM uint16 = 49316 const TLS_PSK_WITH_AES_128_CCM_8 uint16 = 49320 const TLS_PSK_WITH_AES_256_CCM uint16 = 49317 const TLS_PSK_WITH_AES_256_CCM_8 uint16 = 49321 const TLS_RSA_WITH_AES_128_CCM uint16 = 49308 const TLS_RSA_WITH_AES_128_CCM_8 uint16 = 49312 const TLS_RSA_WITH_AES_256_CCM uint16 = 49309 const TLS_RSA_WITH_AES_256_CCM_8 uint16 = 49313 const TLS_SHA256_SHA256 uint16 = 49332 const TLS_SHA384_SHA384 uint16 = 49333 const TLS_SM4_CCM_SM3 uint16 = 199 const TLS_SM4_GCM_SM3 uint16 = 198 const X25519_KYBER768_DRAFT00 uint16 = 48 // draft-westerbaan-cfrg-hpke-xyber768d00-02![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |