summaryrefslogtreecommitdiff
path: root/include/openssl/err.h
Commit message (Expand)AuthorAgeFilesLines
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-281-1/+1
* Deprecate XXXerr() macrosRich Salz2019-09-191-41/+42
* Deprecate ERR_get_state()Richard Levitte2019-09-121-1/+1
* Deprecate the public definition of ERR_STATERichard Levitte2019-09-121-5/+7
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-7/+40
* include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERRRichard Levitte2019-09-121-13/+3
* Cleanse KDF error filesPauli2019-09-061-8/+6
* Diverse ERR fixesRichard Levitte2019-09-021-12/+22
* Fix BN error reportingMatt Caswell2019-08-071-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-1/+0
* ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte2019-07-311-3/+8
* ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte2019-07-311-43/+50
* ERR: Add new building blocks for reporting errorsRichard Levitte2019-07-311-0/+9
* ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte2019-07-311-0/+1
* ERR: re-use the err_data field when possibleRichard Levitte2019-07-301-0/+1
* Include deprecated SYS_F_xxx codesRich Salz2019-07-221-0/+28
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-1/+4
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-30/+7
* Remove function name from errorsRich Salz2019-07-161-41/+41
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer2019-05-301-0/+2
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-0/+1
* Create provider errors and use themMatt Caswell2019-04-191-0/+2
* Make err_clear_constant_time really constant timeBernd Edlinger2019-03-221-0/+1
* 2nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb2019-03-121-0/+2
* Properties for implementation selection.Pauli2019-02-181-0/+2
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-0/+2
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* openssl/err.h: remove duplicate OSSL_STOREerr()Dr. Matthias St. Pierre2018-04-201-1/+0
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-191-0/+2
* Prepare to detect index changes in OCSP responder.Viktor Dukhovni2018-03-071-0/+1
* Add ERR_clear_last_mark()Richard Levitte2017-08-151-0/+1
* Define a value for SYS_F_FCNTLBenjamin Kaduk2017-07-271-0/+1
* STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte2017-06-291-0/+1
* Add the STORE moduleRichard Levitte2017-06-291-2/+4
* Make it possible to refer to ERR_R_UI_LIBRichard Levitte2017-06-291-0/+1
* Add new /dev/crypto engineRichard Levitte2017-06-281-0/+3
* Add the common error ERR_R_OPERATION_FAILRichard Levitte2017-06-281-0/+1
* make error tables const and separate header fileRich Salz2017-06-071-2/+3
* Check fflush on BIO_ctrl callRich Salz2017-04-281-0/+1
* Clean dead macros and definesFdaSilvaYY2017-01-181-2/+1
* Restore the ERR_FATAL_ERROR() macroBenjamin Kaduk2016-12-121-0/+1
* GH1383: Add casts to ERR_PACKRich Salz2016-08-101-5/+7
* Remove "lockit" from internal error-hash functionRich Salz2016-08-041-2/+0
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-2/+2
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-1/+1
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Remove unused error/function codes.Rich Salz2016-05-231-17/+0