Searched refs:handshake_failure (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/tlslite/tlslite/ |
D | TLSConnection.py | 860 AlertDescription.handshake_failure, 1169 AlertDescription.handshake_failure): 1203 AlertDescription.handshake_failure): 1239 AlertDescription.handshake_failure): 1243 AlertDescription.handshake_failure): 1248 AlertDescription.handshake_failure): 1300 AlertDescription.handshake_failure): 1310 AlertDescription.handshake_failure, 1373 AlertDescription.handshake_failure): 1573 postFinishedError = (AlertDescription.handshake_failure, [all …]
|
D | constants.py | 83 handshake_failure = 40 variable in AlertDescription 220 badIdentifier: (AlertDescription.handshake_failure,),\
|
D | errors.py | 35 AlertDescription.handshake_failure: "handshake_failure",\
|
/external/chromium_org/net/third_party/nss/patches/ |
D | ciphersuiteversion.patch | 102 + desc = handshake_failure; 111 - desc = handshake_failure;
|
/external/chromium_org/third_party/tlslite/patches/ |
D | tls_intolerant.patch | 61 + AlertDescription.handshake_failure):
|
D | fallback_scsv.patch | 21 + version intolerance by returning a fatal, handshake_failure alert.
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | ssl3prot.h | 83 handshake_failure = 40, enumerator
|
D | ssl3ecc.c | 638 desc = handshake_failure; in ssl3_HandleECDHServerKeyExchange() 649 desc = handshake_failure; in ssl3_HandleECDHServerKeyExchange() 683 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleECDHServerKeyExchange()
|
D | ssl3con.c | 3370 (void)SSL3_SendAlert(ss, alert_fatal, handshake_failure); in ssl3_HandshakeFailure() 3462 case handshake_failure: error = SSL_ERROR_HANDSHAKE_FAILURE_ALERT; in ssl3_HandleAlert() 3509 (desc == handshake_failure)) { in ssl3_HandleAlert() 6379 : handshake_failure; in ssl3_HandleServerHello() 6423 desc = handshake_failure; in ssl3_HandleServerHello() 6436 desc = handshake_failure; in ssl3_HandleServerHello() 6464 desc = handshake_failure; in ssl3_HandleServerHello() 6496 desc = handshake_failure; in ssl3_HandleServerHello() 6503 desc = handshake_failure; in ssl3_HandleServerHello() 6809 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleServerKeyExchange() [all …]
|
D | ssl3ext.c | 1973 (void)SSL3_SendAlert(ss, alert_fatal, handshake_failure); in ssl3_HandleRenegotiationInfoXtn()
|
/external/chromium_org/third_party/tlslite/scripts/ |
D | tls.py | 906 elif a.description == AlertDescription.handshake_failure: 1037 elif a.description == AlertDescription.handshake_failure: 1049 elif a.description == AlertDescription.handshake_failure:
|
/external/chromium_org/third_party/tlslite/ |
D | readme.txt | 385 Server handshake_failure:
|