summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide err_clear_last_constant_time() as a way of clearing an error fromjsing2019-10-171-1/+22
* KNF: move two opening curly braces of function bodies to their own linestb2018-04-031-2/+3
* Bring in compatibility for OpenSSL 1.1 style init functions.beck2018-03-171-2/+30
* Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use,beck2017-02-201-9/+10
* Revert previous; the implementation is incorrect since it assumes that thejsing2017-02-071-17/+4
* Add file and line to the LibreSSL error strings sine we are no longer inbeck2017-02-071-4/+17
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-2/+2
* GOST crypto algorithms (well, most of them), ported from the removed GOSTmiod2014-11-091-1/+2
* compile with c89 (code / decl ordering); from Joakim.Tjernlund@transmode.sederaadt2014-10-051-2/+3
* constify strerror return valuebcook2014-08-241-2/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-5/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+5
* save_errno botch; spotted by miodderaadt2014-06-271-2/+2
* hand-KNF the remaining bitsderaadt2014-06-271-98/+106
* save errno in ERR_put_error(), so that SYSerr doesn't have any accidentalderaadt2014-06-261-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* No OPENSSL_SYS_WINDOWS wanted.jsing2014-05-241-3/+0
* add ERR_asprintf_error_data, A tool to be used to get rid of the far toobeck2014-04-241-25/+25
* KNF.jsing2014-04-211-486/+516
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-201-11/+18
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-4/+4
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-1/+1
* Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck2014-04-181-19/+0
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-11/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-7/+7
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-161-2/+1
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-4/+4
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-131-1/+1
* resolve conflictsdjm2012-10-131-5/+8
* resolve conflicts, fix local changesdjm2010-10-011-35/+754
* resolve conflictsdjm2009-01-091-748/+34
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-0/+1
* resolve conflictsdjm2008-09-061-18/+68
* resolve conflictsdjm2006-06-271-2/+4
* resolve conflictsdjm2005-04-291-0/+2
* merge 0.9.7dmarkus2004-04-081-1/+1
* merge 0.9.7c; minor bugsfixes;markus2003-11-111-1/+41
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+2
* str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-031-1/+1
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-0/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-192/+423
* openssl-engine-0.9.6a mergebeck2001-06-221-7/+13
* openssl-engine-0.9.6 mergebeck2000-12-151-53/+101
* OpenSSL 0.9.5a mergebeck2000-04-151-1/+105
* OpenSSL 0.9.5 mergebeck2000-03-191-10/+10
* OpenSSL 0.9.4 mergebeck1999-09-291-92/+93
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+642