$OpenBSD$ index 7a283c7..fff0ab8 100644 --- security/nss/lib/ssl/sslproto.h.orig Fri Feb 20 15:40:39 2015 +++ security/nss/lib/ssl/sslproto.h Fri Feb 20 15:40:39 2015 @@ -208,6 +208,11 @@ */ #define TLS_EMPTY_RENEGOTIATION_INFO_SCSV 0x00FF +/* TLS_FALLBACK_SCSV is a signaling cipher suite value that indicates that a + * handshake is the result of TLS version fallback. + */ +#define TLS_FALLBACK_SCSV 0x5600 + /* Cipher Suite Values starting with 0xC000 are defined in informational * RFCs. */