summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make CRYPTO_THREADID opaquetb2024-03-021-1/+3
* Remove ERR_get_statetb2024-03-021-3/+15
* Remove last calls to CRYPTO_{push,pop}_info()tb2024-02-241-9/+3
* err.c: fix incorrect line wrappingtb2024-02-241-5/+5
* Remove more ERR crufttb2023-07-281-23/+1
* Remove ERR_{get,set}_implementation()tb2023-07-281-28/+3
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-3/+3
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+34
* Move a few functions out of OPENSSL_NO_DEPRECATEDtb2023-04-091-3/+1
* Avoid errno is EINVAL after OpenSSL initializationjan2023-03-271-1/+5
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Provide ERR_R_INIT_FAIL.jsing2022-08-291-1/+2
* 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