summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err/err.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Assert assumption on CRYPTO_THREADIDtb2024-11-021-1/+2
* Inline last uses of CRYPTO_THREADID in err/tb2024-11-021-14/+7
* err.c: zap stray spacetb2024-10-111-2/+2
* Apply some style(9) and tidy some comments.jsing2024-10-111-62/+73
* Remove pointless locking from err_build_SYS_str_reasons().jsing2024-10-111-20/+2
* Convert err_clear_data() and err_clear() from macros to functions.jsing2024-10-111-23/+25
* Remove unused typedef for ERR_FNS.jsing2024-10-111-3/+1
* Add err_ prefix to build_SYS_str_reasons().jsing2024-10-111-3/+3
* Make ERR_str_{libraries,reasons,functs}[] const.jsing2024-10-111-12/+18
* Add ERR_LIB_SYS to the error values in ERR_str_functs[].jsing2024-10-111-12/+12
* Reorder functions.jsing2024-10-021-297/+286
* Remove err_fns and associated machinery.jsing2024-10-021-142/+65
* Remove ERR_add_{,v}data()tb2024-08-311-32/+1
* Hide remaining unused ERR functions in err.hbeck2024-07-091-1/+3
* libcrypto: constify most error string tablestb2024-06-241-17/+30
* 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