Deleted Added
full compact
ssl_err.c (89837) ssl_err.c (100936)
1/* ssl/ssl_err.c */
2/* ====================================================================
1/* ssl/ssl_err.c */
2/* ====================================================================
3 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
3 * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 *

--- 258 unchanged lines hidden (view full) ---

270{SSL_R_HTTPS_PROXY_REQUEST ,"https proxy request"},
271{SSL_R_HTTP_REQUEST ,"http request"},
272{SSL_R_ILLEGAL_PADDING ,"illegal padding"},
273{SSL_R_INTERNAL_ERROR ,"internal error"},
274{SSL_R_INVALID_CHALLENGE_LENGTH ,"invalid challenge length"},
275{SSL_R_INVALID_COMMAND ,"invalid command"},
276{SSL_R_INVALID_PURPOSE ,"invalid purpose"},
277{SSL_R_INVALID_TRUST ,"invalid trust"},
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 *

--- 258 unchanged lines hidden (view full) ---

270{SSL_R_HTTPS_PROXY_REQUEST ,"https proxy request"},
271{SSL_R_HTTP_REQUEST ,"http request"},
272{SSL_R_ILLEGAL_PADDING ,"illegal padding"},
273{SSL_R_INTERNAL_ERROR ,"internal error"},
274{SSL_R_INVALID_CHALLENGE_LENGTH ,"invalid challenge length"},
275{SSL_R_INVALID_COMMAND ,"invalid command"},
276{SSL_R_INVALID_PURPOSE ,"invalid purpose"},
277{SSL_R_INVALID_TRUST ,"invalid trust"},
278{SSL_R_KEY_ARG_TOO_LONG ,"key arg too long"},
278{SSL_R_LENGTH_MISMATCH ,"length mismatch"},
279{SSL_R_LENGTH_TOO_SHORT ,"length too short"},
280{SSL_R_LIBRARY_BUG ,"library bug"},
281{SSL_R_LIBRARY_HAS_NO_CIPHERS ,"library has no ciphers"},
282{SSL_R_MESSAGE_TOO_LONG ,"message too long"},
283{SSL_R_MISSING_DH_DSA_CERT ,"missing dh dsa cert"},
284{SSL_R_MISSING_DH_KEY ,"missing dh key"},
285{SSL_R_MISSING_DH_RSA_CERT ,"missing dh rsa cert"},

--- 52 unchanged lines hidden (view full) ---

338{SSL_R_REQUIRED_CIPHER_MISSING ,"required cipher missing"},
339{SSL_R_REUSE_CERT_LENGTH_NOT_ZERO ,"reuse cert length not zero"},
340{SSL_R_REUSE_CERT_TYPE_NOT_ZERO ,"reuse cert type not zero"},
341{SSL_R_REUSE_CIPHER_LIST_NOT_ZERO ,"reuse cipher list not zero"},
342{SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED ,"session id context uninitialized"},
343{SSL_R_SHORT_READ ,"short read"},
344{SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE,"signature for non signing certificate"},
345{SSL_R_SSL23_DOING_SESSION_ID_REUSE ,"ssl23 doing session id reuse"},
279{SSL_R_LENGTH_MISMATCH ,"length mismatch"},
280{SSL_R_LENGTH_TOO_SHORT ,"length too short"},
281{SSL_R_LIBRARY_BUG ,"library bug"},
282{SSL_R_LIBRARY_HAS_NO_CIPHERS ,"library has no ciphers"},
283{SSL_R_MESSAGE_TOO_LONG ,"message too long"},
284{SSL_R_MISSING_DH_DSA_CERT ,"missing dh dsa cert"},
285{SSL_R_MISSING_DH_KEY ,"missing dh key"},
286{SSL_R_MISSING_DH_RSA_CERT ,"missing dh rsa cert"},

--- 52 unchanged lines hidden (view full) ---

339{SSL_R_REQUIRED_CIPHER_MISSING ,"required cipher missing"},
340{SSL_R_REUSE_CERT_LENGTH_NOT_ZERO ,"reuse cert length not zero"},
341{SSL_R_REUSE_CERT_TYPE_NOT_ZERO ,"reuse cert type not zero"},
342{SSL_R_REUSE_CIPHER_LIST_NOT_ZERO ,"reuse cipher list not zero"},
343{SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED ,"session id context uninitialized"},
344{SSL_R_SHORT_READ ,"short read"},
345{SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE,"signature for non signing certificate"},
346{SSL_R_SSL23_DOING_SESSION_ID_REUSE ,"ssl23 doing session id reuse"},
347{SSL_R_SSL3_SESSION_ID_TOO_LONG ,"ssl3 session id too long"},
346{SSL_R_SSL3_SESSION_ID_TOO_SHORT ,"ssl3 session id too short"},
347{SSL_R_SSLV3_ALERT_BAD_CERTIFICATE ,"sslv3 alert bad certificate"},
348{SSL_R_SSLV3_ALERT_BAD_RECORD_MAC ,"sslv3 alert bad record mac"},
349{SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED ,"sslv3 alert certificate expired"},
350{SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED ,"sslv3 alert certificate revoked"},
351{SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN ,"sslv3 alert certificate unknown"},
352{SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE ,"sslv3 alert decompression failure"},
353{SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE ,"sslv3 alert handshake failure"},

--- 85 unchanged lines hidden ---
348{SSL_R_SSL3_SESSION_ID_TOO_SHORT ,"ssl3 session id too short"},
349{SSL_R_SSLV3_ALERT_BAD_CERTIFICATE ,"sslv3 alert bad certificate"},
350{SSL_R_SSLV3_ALERT_BAD_RECORD_MAC ,"sslv3 alert bad record mac"},
351{SSL_R_SSLV3_ALERT_CERTIFICATE_EXPIRED ,"sslv3 alert certificate expired"},
352{SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED ,"sslv3 alert certificate revoked"},
353{SSL_R_SSLV3_ALERT_CERTIFICATE_UNKNOWN ,"sslv3 alert certificate unknown"},
354{SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE ,"sslv3 alert decompression failure"},
355{SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE ,"sslv3 alert handshake failure"},

--- 85 unchanged lines hidden ---