summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
AgeCommit message (Expand)Author
2022-08-27ERR: Make CRYPTO_malloc() and friends report ERR_R_MALLOC_FAILUREDr. David von Oheimb
2022-05-10err: get rid of err_free_strings_int()Dr. Matthias St. Pierre
2022-05-10err: fix crash in ERR_load_strings() when configured with no-errDr. Matthias St. Pierre
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-21ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()Richard Levitte
2021-11-22Make ERR_str_reasons in err.c consistent again with err.hDr. David von Oheimb
2021-11-22ERR: exempt flags from fallback decimal reason code printingDr. David von Oheimb
2021-06-24err: add unable to get lock errorsPauli
2021-06-05DECODER: use property definitions instead of getting implementation parametersRichard Levitte
2021-06-02err: remove TODOsPauli
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-03-18rename err_get_state_int() to ossl_err_get_state_int()Shane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12Use OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL) in libcryptoTomas Mraz
2021-02-24Duplicate the file and func error stringsMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-12Use centralized fetching errorsRichard Levitte
2020-11-28ERR: drop err_delete_thread_state() TODO markerRichard Levitte
2020-11-28ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte
2020-11-27ERR: Restore the similarity of ERR_print_error_cb() and ERR_error_string_n()Richard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-19Allow multiple nested marksMatt Caswell
2020-10-08ERR: fix comment typo in err.cDaniel Bevenius
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-05ERR: special case system errorsRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-12Reinstate the KDF error macrosRichard Levitte
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-30Make default values by ERR_get_error_all() and friends more consistentDr. David von Oheimb
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-13ERR: Change get_error_values() to use an enumRich Salz
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-09-12Deprecate the public definition of ERR_STATERichard Levitte
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-06Cleanse KDF error filesPauli
2019-08-29fix ERR_add_error_vdata() for use with multiple args/callsDr. David von Oheimb
2019-07-31ERR: fix err_data_size inconsistenciesRichard Levitte
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte
2019-07-31ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte
2019-07-30ERR: re-use the err_data field when possibleRichard Levitte
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-16Remove function name from errorsRich Salz