| Index: net/third_party/nss/ssl/sslproto.h
|
| ===================================================================
|
| --- net/third_party/nss/ssl/sslproto.h (revision 55938)
|
| +++ net/third_party/nss/ssl/sslproto.h (working copy)
|
| @@ -39,7 +39,7 @@
|
| * the terms of any one of the MPL, the GPL or the LGPL.
|
| *
|
| * ***** END LICENSE BLOCK ***** */
|
| -/* $Id: sslproto.h,v 1.14 2010/01/28 06:19:12 nelson%bolyard.com Exp $ */
|
| +/* $Id: sslproto.h,v 1.15 2010/02/16 18:56:48 wtc%google.com Exp $ */
|
|
|
| #ifndef __sslproto_h_
|
| #define __sslproto_h_
|
| @@ -181,11 +181,11 @@
|
|
|
| #define TLS_RSA_WITH_SEED_CBC_SHA 0x0096
|
|
|
| -/* TLS "Signalling Cipher Suite Value" (SCSV). May be requested by client.
|
| +/* TLS "Signaling Cipher Suite Value" (SCSV). May be requested by client.
|
| * Must NEVER be chosen by server. SSL 3.0 server acknowledges by sending
|
| * back an empty Renegotiation Info (RI) server hello extension.
|
| */
|
| -#define TLS_RENEGO_PROTECTION_REQUEST 0x00FF
|
| +#define TLS_EMPTY_RENEGOTIATION_INFO_SCSV 0x00FF
|
|
|
| /* Cipher Suite Values starting with 0xC000 are defined in informational
|
| * RFCs.
|
|
|