summaryrefslogtreecommitdiffstats
path: root/nss_engine_log.c
diff options
context:
space:
mode:
authorrcritten <>2010-03-22 18:07:14 +0000
committerrcritten <>2010-03-22 18:07:14 +0000
commit00dd8c4916c32c986150e747326f5a5ee1c6ab04 (patch)
tree37b0caca68448e5a0bdf0edda2cc0751fda7f60b /nss_engine_log.c
parent78df57bee4d00b4f5e0b213a4cd82a76036c51c0 (diff)
downloadmod_nss-00dd8c4916c32c986150e747326f5a5ee1c6ab04.tar.gz
mod_nss-00dd8c4916c32c986150e747326f5a5ee1c6ab04.tar.xz
mod_nss-00dd8c4916c32c986150e747326f5a5ee1c6ab04.zip
Update list of error messages
Diffstat (limited to 'nss_engine_log.c')
-rw-r--r--nss_engine_log.c16
1 files changed, 14 insertions, 2 deletions
diff --git a/nss_engine_log.c b/nss_engine_log.c
index f9f0ee3..2b3d21b 100644
--- a/nss_engine_log.c
+++ b/nss_engine_log.c
@@ -27,7 +27,7 @@
#define LIBSEC_ERROR_BASE (-8192)
#define LIBSEC_MAX_ERROR (LIBSEC_ERROR_BASE + 155)
#define LIBSSL_ERROR_BASE (-12288)
-#define LIBSSL_MAX_ERROR (LIBSSL_ERROR_BASE + 102)
+#define LIBSSL_MAX_ERROR (LIBSSL_ERROR_BASE + 114)
typedef struct l_error_t {
int errorNumber;
@@ -296,7 +296,19 @@ l_error_t libnss_errors[] = {
{ 99, "Server requires ciphers more secure than those supported by client" },
{ 100, "Peer reports it experienced an internal error" },
{ 101, "Peer user canceled handshake" },
- { 102, "Peer does not permit renegotiation of SSL security parameters" }
+ { 102, "Peer does not permit renegotiation of SSL security parameters" },
+ { 103, "Server cache not configured" },
+ { 104, "Unsupported extension" },
+ { 105, "Certificate unobtainable" },
+ { 106, "Unrecognized name" },
+ { 107, "Bad certificate status" },
+ { 108, "Bad certificate hash value" },
+ { 109, "Unexpected new session ticket" },
+ { 110, "Malformed new session ticket" },
+ { 111, "Decompression failure" },
+ { 112, "Renegotiation not allowed" },
+ { 113, "Safe negotiation required but not provided by client" },
+ { 114, "Unexpected uncompressed record" },
};
void nss_die(void)