Skip to content

Missing Algorithms / Cipher Suites #1

@pinkforest

Description

@pinkforest

TBD - Just putting this up and working up what peeps may want

Assuming upstreamed impl:

RFC/IANA

Configurations

TLS 1.3 - Cipher Suites

Cipher Suite RFC Implemented
TLS_AES_128_GCM_SHA256 Must ✔️
TLS_AES_256_GCM_SHA384 Should ✔️
TLS_AES_128_CCM_SHA256 Should
TLS_CHACHA20_POLY1305_SHA256 Should ✔️
AEGIS .. - ?

TLS 1.3 - Algorithms

Algorithm RFC Scope Implemented Which Impl
rsa_pkcs1_sha256 Must certificates ✔️
rsa_pss_rsae_sha256 Must CertificateVerify and certificates ✔️
ecdsa_secp256r1_sha256 Must CertificateVerify and certificates ✔️
secp256r1 (NIST P-256) Must Key Exchange ✔️
X25519 (RFC7748) Should Key Exchange ✔️
X448 (RFC8418) draft Key Exchange

TLS 1.2 - Cipher Suites

Cipher Suite RFC Implemented Which Impl
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 ✔️
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA25 ✔️
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Recommended 🤔
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Recommended 🤔
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Recommended 🤔
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Recommended 🤔

Browser Support

Stats

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions