| Index: net/third_party/nss/ssl/SSLerrs.h
|
| diff --git a/net/third_party/nss/ssl/SSLerrs.h b/net/third_party/nss/ssl/SSLerrs.h
|
| index 81da41c0254464fc3efa69d42e6a2a7280a12df4..3d21ab805d5166b99d33d15651d844d2df838dc1 100644
|
| --- a/net/third_party/nss/ssl/SSLerrs.h
|
| +++ b/net/third_party/nss/ssl/SSLerrs.h
|
| @@ -423,11 +423,29 @@ ER3(SSL_ERROR_INAPPROPRIATE_FALLBACK_ALERT, (SSL_ERROR_BASE + 131),
|
| "The server rejected the handshake because the client downgraded to a lower "
|
| "TLS version than the server supports.")
|
|
|
| -ER3(SSL_ERROR_BAD_CHANNEL_ID_DATA, (SSL_ERROR_BASE + 132),
|
| +ER3(SSL_ERROR_WEAK_SERVER_CERT_KEY, (SSL_ERROR_BASE + 132),
|
| +"The server certificate included a public key that was too weak.")
|
| +
|
| +ER3(SSL_ERROR_RX_SHORT_DTLS_READ, (SSL_ERROR_BASE + 133),
|
| +"Not enough room in buffer for DTLS record.")
|
| +
|
| +ER3(SSL_ERROR_NO_SUPPORTED_SIGNATURE_ALGORITHM, (SSL_ERROR_BASE + 134),
|
| +"No supported TLS signature algorithm was configured.")
|
| +
|
| +ER3(SSL_ERROR_UNSUPPORTED_SIGNATURE_ALGORITHM, (SSL_ERROR_BASE + 135),
|
| +"The peer used an unsupported combination of signature and hash algorithm.")
|
| +
|
| +ER3(SSL_ERROR_MISSING_EXTENDED_MASTER_SECRET, (SSL_ERROR_BASE + 136),
|
| +"The peer tried to resume without a correct extended_master_secret extension")
|
| +
|
| +ER3(SSL_ERROR_UNEXPECTED_EXTENDED_MASTER_SECRET, (SSL_ERROR_BASE + 137),
|
| +"The peer tried to resume with an unexpected extended_master_secret extension")
|
| +
|
| +ER3(SSL_ERROR_BAD_CHANNEL_ID_DATA, (SSL_ERROR_BASE + 138),
|
| "SSL received a malformed TLS Channel ID extension.")
|
|
|
| -ER3(SSL_ERROR_INVALID_CHANNEL_ID_KEY, (SSL_ERROR_BASE + 133),
|
| +ER3(SSL_ERROR_INVALID_CHANNEL_ID_KEY, (SSL_ERROR_BASE + 139),
|
| "The application provided an invalid TLS Channel ID key.")
|
|
|
| -ER3(SSL_ERROR_GET_CHANNEL_ID_FAILED, (SSL_ERROR_BASE + 134),
|
| +ER3(SSL_ERROR_GET_CHANNEL_ID_FAILED, (SSL_ERROR_BASE + 140),
|
| "The application could not get a TLS Channel ID.")
|
|
|