summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/err (follow)
Commit message (Expand)AuthorAgeFilesLines
* err.c: fix previous: 8 spaces -> tabtb2025-06-101-2/+2
* correct indentation, no functional changejsg2025-06-021-2/+2
* Simplify err_build_SYS_str_reasonstb2025-05-201-19/+13
* Sort FOOerror() in ASCII ordertb2025-05-101-18/+18
* Simplify the remaining FOOerror()tb2025-05-101-26/+28
* Remove unused internal FOOerror()tb2025-05-101-11/+1
* Remove error macros except PEMerr(), RSAerr() and SSLerr()tb2025-05-101-37/+4
* Move the internal FOOerror() to err_local.htb2025-05-102-40/+38
* Support OPENSSL_NO_FILENAMEStb2025-03-091-73/+73
* Assert assumption on CRYPTO_THREADIDtb2024-11-021-1/+2
* Inline last uses of CRYPTO_THREADID in err/tb2024-11-022-19/+10
* 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-312-35/+2
* Hide remaining unused ERR functions in err.hbeck2024-07-092-4/+4
* libcrypto: constify most error string tablestb2024-06-242-17/+153
* Stop using pem2.h.jsing2024-03-291-2/+2
* Bye bye gost, bye, bye turdinesstb2024-03-241-4/+1
* Remove some GOST relicstb2024-03-021-4/+1
* Make CRYPTO_THREADID opaquetb2024-03-022-2/+5
* Adjust signature of ERR_load_strings()tb2024-03-021-3/+3
* Remove ERR_get_statetb2024-03-022-15/+16
* Remove last calls to CRYPTO_{push,pop}_info()tb2024-02-241-9/+3
* err.c: fix incorrect line wrappingtb2024-02-241-5/+5
* Drop an unnecessary casttb2024-01-101-2/+2
* Fix print_fp()tb2024-01-101-7/+5
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-191-7/+1
* Remove more ERR crufttb2023-07-282-30/+2
* Remove ERR_{get,set}_implementation()tb2023-07-282-38/+4
* Drop DSO and define OPENSSL_NO_DSOtb2023-07-281-3/+1
* Remove ECDH errorstb2023-07-281-7/+1
* Remove ecs_err.ctb2023-07-281-7/+1
* 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-073-3/+40
* Unifdef ZLIBtb2023-06-111-4/+1
* Move a few functions out of OPENSSL_NO_DEPRECATEDtb2023-04-092-7/+4
* 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-292-3/+4
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-96/+0
* Sort alphabetically so that future omissions will be easier to spot.tb2022-05-071-35/+35
* Add missing ERR_load_{COMP,CT,KDF}_strings()tb2022-05-061-1/+11