| Index: net/third_party/nss/ssl/sslproto.h
|
| diff --git a/net/third_party/nss/ssl/sslproto.h b/net/third_party/nss/ssl/sslproto.h
|
| index 36ae6c9c200d4866fad79e7db06d797ac96b446c..4fa260d6d0b37922dfd977f05f1eb5daab793c95 100644
|
| --- a/net/third_party/nss/ssl/sslproto.h
|
| +++ b/net/third_party/nss/ssl/sslproto.h
|
| @@ -10,6 +10,8 @@
|
| #ifndef __sslproto_h_
|
| #define __sslproto_h_
|
|
|
| +/* clang-format off */
|
| +
|
| /* All versions less than 3_0 are treated as SSL version 2 */
|
| #define SSL_LIBRARY_VERSION_2 0x0002
|
| #define SSL_LIBRARY_VERSION_3_0 0x0300
|
| @@ -260,8 +262,9 @@
|
| #define TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 0xC02F
|
| #define TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 0xC031
|
|
|
| -#define TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 0xCC13
|
| -#define TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 0xCC14
|
| +#define TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 0xCCA8
|
| +#define TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 0xCCA9
|
| +#define TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 0xCCAA
|
|
|
| /* Netscape "experimental" cipher suites. */
|
| #define SSL_RSA_OLDFIPS_WITH_3DES_EDE_CBC_SHA 0xffe0
|
| @@ -278,4 +281,6 @@
|
| #define SRTP_NULL_HMAC_SHA1_80 0x0005
|
| #define SRTP_NULL_HMAC_SHA1_32 0x0006
|
|
|
| +/* clang-format on */
|
| +
|
| #endif /* __sslproto_h_ */
|
|
|