Chromium Code Reviews| Index: net/third_party/nss/ssl/sslproto.h |
| =================================================================== |
| --- net/third_party/nss/ssl/sslproto.h (revision 130750) |
| +++ net/third_party/nss/ssl/sslproto.h (working copy) |
| @@ -237,4 +237,11 @@ |
| #define SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA 0xfeff |
| #define SSL_RSA_FIPS_WITH_DES_CBC_SHA 0xfefe |
| +/* DTLS-SRTP cipher suites from RFC 5764 */ |
| +/* If you modify this, also modify MAX_DTLS_SRTP_CIPHER_SUITES in sslimpl.h */ |
| +#define SRTP_AES128_CM_HMAC_SHA1_80 0x0001 |
|
wtc
2012/04/20 02:02:13
I hope it's fine to use the exact cipher suite nam
ekr
2012/04/26 14:33:42
Yes, that seems like an improvement.
wtc
2012/04/27 17:32:55
Any suggestion on how to abbreviate "ProtectionPro
|
| +#define SRTP_AES128_CM_HMAC_SHA1_32 0x0002 |
| +#define SRTP_NULL_HMAC_SHA1_80 0x0005 |
| +#define SRTP_NULL_HMAC_SHA1_32 0x0006 |
| + |
| #endif /* __sslproto_h_ */ |