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. DNSSEC and DANE

    Method of validating a DNS response against a trusted root server. Mitigates various attacks that could reroute a user to a fake site while showing the real URL for the original site.

  3. 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/">`

  4. 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.

  5. TLS 1.1

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

  6. 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.

  7. TLS 1.3

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

  8. rtcdtlstransport api

  9. rtcdtlstransport api: `error` event

  10. rtcdtlstransport api: getremotecertificates

  11. rtcdtlstransport api: icetransport

  12. rtcdtlstransport api: state

  13. rtcdtlstransport api: `statechange` event

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

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

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

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

  18. tls 1.0 (transport security layer)

  19. ssl (secure sockets layer)