summaryrefslogtreecommitdiff
path: root/lib/libcrypto/err
AgeCommit message (Expand)Author
2024-03-29Stop using pem2.h.Joel Sing
2024-03-24Bye bye gost, bye, bye turdinessTheo Buehler
2024-03-02Remove some GOST relicsTheo Buehler
2024-03-02Make CRYPTO_THREADID opaqueTheo Buehler
2024-03-02Adjust signature of ERR_load_strings()Theo 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
2024-01-10Drop an unnecessary castTheo Buehler
2024-01-10Fix print_fp()Theo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-07-28Remove more ERR cruftTheo Buehler
2023-07-28Remove ERR_{get,set}_implementation()Theo Buehler
2023-07-28Drop DSO and define OPENSSL_NO_DSOTheo Buehler
2023-07-28Remove ECDH errorsTheo Buehler
2023-07-28Remove ecs_err.cTheo 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-06-11Unifdef ZLIBTheo Buehler
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
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-05-07Sort alphabetically so that future omissions will be easier to spot.Theo Buehler
2022-05-06Add missing ERR_load_{COMP,CT,KDF}_strings()Theo Buehler
2022-05-05Provide KDFerr() and KDFerror() macrosTheo Buehler
2022-01-07Add a new, mostly empty, bio_local.h and include it in the filesTheo Buehler
2021-11-24Make the certificate transparency code build with the rest of the libraryBob Beck
2019-10-17Provide err_clear_last_constant_time() as a way of clearing an error fromJoel Sing
2019-09-09Load CMS error strings.Joel 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
2017-01-26Hide SSLerr() under #ifndef LIBRESSL_INTERNAL since we shouldn't beBob Beck
2016-10-19unifdef OPENSSL_NO_CMSJoel Sing
2015-02-11Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.Bob Beck
2015-02-11get rid of OPENSSL_NO_CMS code we do not use.Bob Beck
2015-02-11get rid of OPENSSL_NO_COMP code we don't use.Bob Beck
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat
2014-10-18Sort/group includes.Joel Sing
2014-10-05compile with c89 (code / decl ordering); from Joakim.Tjernlund@transmode.seTheo de Raadt
2014-08-24constify strerror return valueBrent Cook
2014-07-11Revert change that snuck into previous commit.Joel Sing
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-11Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE wasJoel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing