/external/chromium_org/net/third_party/nss/patches/ |
renegoscsv.patch | 7 /* HACK for SCSV in SSL 3.0. On initial handshake, prepend SCSV,
|
/external/chromium_org/net/third_party/nss/ |
README.chromium | 22 * Send empty renegotiation info extension instead of SCSV unless TLS is
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslproto.h | 165 /* TLS "Signaling Cipher Suite Value" (SCSV). May be requested by client.
|
sslcon.c | [all...] |
ssl3ext.c | [all...] |
ssl.h | 117 /* Cipher Suite Value (SCSV) or */ [all...] |
ssl3con.c | [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_lib.c | 1442 static SSL_CIPHER scsv = local [all...] |
ssl_err.c | 501 {ERR_REASON(SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING),"scsv received when renegotiating"}, [all...] |
/external/openssl/ssl/ |
ssl_lib.c | 1455 static SSL_CIPHER scsv = local [all...] |
ssl_err.c | 501 {ERR_REASON(SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING),"scsv received when renegotiating"}, [all...] |
/external/chromium_org/third_party/openssl/openssl/patches/ |
jsse.patch | 241 {ERR_REASON(SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING),"scsv received when renegotiating"},
|
/external/openssl/patches/ |
jsse.patch | 241 {ERR_REASON(SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING),"scsv received when renegotiating"},
|
/libcore/crypto/src/main/java/org/conscrypt/ |
NativeCrypto.java | 584 * In the RI, its presence means that the SCSV is sent in the 590 * control, instead always sending the SCSV and always including [all...] |