summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reinstate the KDF error macrosRichard Levitte2019-11-121-0/+1
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-2/+2
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-5/+5
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Make default values by ERR_get_error_all() and friends more consistentDr. David von Oheimb2019-09-301-16/+11
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* ERR: Change get_error_values() to use an enumRich Salz2019-09-131-43/+40
* Deprecate ERR_get_state()Richard Levitte2019-09-121-9/+17
* Deprecate the public definition of ERR_STATERichard Levitte2019-09-121-0/+6
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-20/+85
* Cleanse KDF error filesPauli2019-09-061-1/+0
* fix ERR_add_error_vdata() for use with multiple args/callsDr. David von Oheimb2019-08-291-1/+1
* ERR: fix err_data_size inconsistenciesRichard Levitte2019-07-311-3/+3
* ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte2019-07-311-38/+0
* ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte2019-07-311-43/+2
* ERR: re-use the err_data field when possibleRichard Levitte2019-07-301-32/+74
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-0/+7
* Remove function name from errorsRich Salz2019-07-161-55/+7
* Provide an ability to deregister thread stop handlersMatt Caswell2019-06-191-1/+1
* Change ERR_add_error_[v]data to appendRich Salz2019-06-181-16/+25
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-2/+2
* Convert thread stop handling into a publish/subscribe modelMatt Caswell2019-06-171-2/+3
* build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek2019-06-041-7/+9
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer2019-05-301-0/+1
* Create provider errors and use themMatt Caswell2019-04-191-0/+1
* Make err_clear_constant_time really constant timeBernd Edlinger2019-03-221-26/+23
* 2nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb2019-03-121-0/+1
* Don't leak memory from ERR_add_error_vdata()Matt Caswell2019-01-291-3/+15
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-0/+1
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-071-0/+12
* ERR: preserve system error number in a few more placesRichard Levitte2018-12-141-0/+5
* Make sure build_SYS_str_reasons() preserves errnoMatt Caswell2018-12-101-0/+4
* err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov2018-12-081-2/+21
* Following the license change, modify the boilerplates in crypto/err/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-2/+2
* err/err.c: add err_clear_last_constant_time.Andy Polyakov2018-11-301-0/+21
* VMS: fix collected error stringsRichard Levitte2018-11-241-1/+13
* Smarter build of system error text databaseRichard Levitte2018-11-231-5/+14
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-5/+44
* Prevent a possible recursion in ERR_get_state and fix the problem thatBernd Edlinger2018-04-041-10/+8
* Set error code on alloc failuresRich Salz2018-04-031-4/+6
* Allow NULL for some _free routines.Rich Salz2018-03-271-14/+15
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+1
* Prepare to detect index changes in OCSP responder.Viktor Dukhovni2018-03-071-0/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+1
* Fix leak in ERR_get_state() when OPENSSL_init_crypto() isn't called yetRichard Levitte2017-12-121-0/+8
* Address some code-analysis issues.FdaSilvaYY2017-12-081-5/+3