diff options
author | lloyd <[email protected]> | 2011-12-29 01:59:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-29 01:59:31 +0000 |
commit | 6432abc730f65328affb4f0ca7c0116b3ded353f (patch) | |
tree | 1b9bbb47bd5a6004ce66b037835d27883de0eb94 /src | |
parent | 06b1b21cc81922690846ae879f79753107d2d043 (diff) |
SSLv3 clients will send this as a warning if the server requests a
client cert and they don't have one.
Diffstat (limited to 'src')
-rw-r--r-- | src/tls/tls_magic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/tls_magic.h b/src/tls/tls_magic.h index da6578c0a..9583d28fe 100644 --- a/src/tls/tls_magic.h +++ b/src/tls/tls_magic.h @@ -67,6 +67,7 @@ enum Alert_Type { RECORD_OVERFLOW = 22, DECOMPRESSION_FAILURE = 30, HANDSHAKE_FAILURE = 40, + NO_CERTIFICATE = 41, // SSLv3 only BAD_CERTIFICATE = 42, UNSUPPORTED_CERTIFICATE = 43, CERTIFICATE_REVOKED = 44, |