summaryrefslogtreecommitdiff
path: root/lib/libcrypto/err/err.c
AgeCommit message (Expand)Author
2024-11-02Assert assumption on CRYPTO_THREADIDTheo Buehler
2024-11-02Inline last uses of CRYPTO_THREADID in err/Theo Buehler
2024-10-11err.c: zap stray spaceTheo Buehler
2024-10-11Apply some style(9) and tidy some comments.Joel Sing
2024-10-11Remove pointless locking from err_build_SYS_str_reasons().Joel Sing
2024-10-11Convert err_clear_data() and err_clear() from macros to functions.Joel Sing
2024-10-11Remove unused typedef for ERR_FNS.Joel Sing
2024-10-11Add err_ prefix to build_SYS_str_reasons().Joel Sing
2024-10-11Make ERR_str_{libraries,reasons,functs}[] const.Joel Sing
2024-10-11Add ERR_LIB_SYS to the error values in ERR_str_functs[].Joel Sing
2024-10-02Reorder functions.Joel Sing
2024-10-02Remove err_fns and associated machinery.Joel Sing
2024-08-31Remove ERR_add_{,v}data()Theo Buehler
2024-07-09Hide remaining unused ERR functions in err.hBob Beck
2024-06-24libcrypto: constify most error string tablesTheo Buehler
2024-03-02Make CRYPTO_THREADID opaqueTheo Buehler
2024-03-02Remove ERR_get_stateTheo Buehler
2024-02-24Remove last calls to CRYPTO_{push,pop}_info()Theo Buehler
2024-02-24err.c: fix incorrect line wrappingTheo Buehler
2023-07-28Remove more ERR cruftTheo Buehler
2023-07-28Remove ERR_{get,set}_implementation()Theo Buehler
2023-07-07Unbreak the namespace build after a broken mk.conf and tool misfire hadBob Beck
2023-07-07Hide symbols in hkdf, evp, err, ecdsa, and ecBob Beck
2023-04-09Move a few functions out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-03-27Avoid errno is EINVAL after OpenSSL initializationJan Klemkow
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-08-29Provide ERR_R_INIT_FAIL.Joel Sing
2019-10-17Provide err_clear_last_constant_time() as a way of clearing an error fromJoel Sing
2018-04-03KNF: move two opening curly braces of function bodies to their own linesTheo Buehler
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.Bob Beck
2017-02-20Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use,Bob Beck
2017-02-07Revert previous; the implementation is incorrect since it assumes that theJoel Sing
2017-02-07Add file and line to the LibreSSL error strings sine we are no longer inBob Beck
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat
2014-10-05compile with c89 (code / decl ordering); from Joakim.Tjernlund@transmode.seTheo de Raadt
2014-08-24constify strerror return valueBrent Cook
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-06-27save_errno botch; spotted by miodTheo de Raadt
2014-06-27hand-KNF the remaining bitsTheo de Raadt
2014-06-26save errno in ERR_put_error(), so that SYSerr doesn't have any accidentalTheo de Raadt
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-05-24No OPENSSL_SYS_WINDOWS wanted.Joel Sing
2014-04-24add ERR_asprintf_error_data, A tool to be used to get rid of the far tooBob Beck
2014-04-21KNF.Joel Sing
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.Philip Guenther
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofBob Beck