Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 3081) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -80,6 +80,10 @@ |
| // No SSL protocol versions are enabled. |
| NET_ERROR(NO_SSL_VERSIONS_ENABLED, -112) |
| +// The client and server don't support a common SSL protocol version or |
| +// cipher suite. |
| +NET_ERROR(SSL_VERSION_OR_CIPHER_MISMATCH, -113) |
|
wtc
2008/10/10 22:24:38
This error code is a mouthful, but that's because
|
| + |
| // Certificate error codes |
| // |
| // The values of certificate error codes must be consecutive. |