summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
AgeCommit message (Expand)Author
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
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell
2019-06-18Change ERR_add_error_[v]data to appendRich Salz
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Convert thread stop handling into a publish/subscribe modelMatt Caswell
2019-06-04build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer
2019-04-19Create provider errors and use themMatt Caswell
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-03-122nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb
2019-01-29Don't leak memory from ERR_add_error_vdata()Matt Caswell
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov
2018-12-06Following the license change, modify the boilerplates in crypto/err/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-11-30err/err.c: add err_clear_last_constant_time.Andy Polyakov
2018-11-24VMS: fix collected error stringsRichard Levitte
2018-11-23Smarter build of system error text databaseRichard Levitte
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger
2018-04-04Prevent a possible recursion in ERR_get_state and fix the problem thatBernd Edlinger
2018-04-03Set error code on alloc failuresRich Salz
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni