1. ChaCha20-Poly1305 cipher suites for TLS

    A set of cipher suites used in Transport Layer Security (TLS) protocol, using ChaCha20 for symmetric encryption and Poly1305 for authentication.

  2. Resource Hints: preconnect

    Gives a hint to the browser to begin the connection handshake (DNS, TCP, TLS) in the background to improve performance. This is indicated using `<link rel="preconnect" href="https://example-domain.com/">`

  3. Server Name Indication

    An extension to the TLS computer networking protocol by which a client indicates which hostname it is attempting to connect to at the start of the handshaking process.

  4. TLS 1.1

    Version 1.1 of the Transport Layer Security (TLS) protocol.

  5. TLS 1.2

    Version 1.2 of the Transport Layer Security (TLS) protocol. Allows for data/message confidentiality, and message authentication codes for message integrity and as a by-product message authentication.

  6. TLS 1.3

    Version 1.3 (the latest one) of the Transport Layer Security (TLS) protocol. Removes weaker elliptic curves and hash functions.

  7. rtcdtlstransport api

  8. rtcdtlstransport api: `error` event

  9. rtcdtlstransport api: getremotecertificates

  10. rtcdtlstransport api: icetransport

  11. rtcdtlstransport api: state

  12. rtcdtlstransport api: `statechange` event

  13. rtcstatsreport api: `transport` stats: `dtlscipher` in 'transport' stats

  14. rtcstatsreport api: `transport` stats: `dtlsrole` in 'transport' stats

  15. rtcstatsreport api: `transport` stats: `dtlsstate` in 'transport' stats

  16. rtcstatsreport api: `transport` stats: `tlsversion` in 'transport' stats

  17. tls 1.0 (transport security layer)

  18. ssl (secure sockets layer)