aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/err.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb1-0/+2
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb1-0/+2
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte1-0/+1
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte1-0/+2
2019-11-12Reinstate the KDF error macrosRichard Levitte1-6/+8
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-11/+11
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-09-19Deprecate XXXerr() macrosRich Salz1-41/+42
2019-09-12Deprecate ERR_get_state()Richard Levitte1-1/+1
2019-09-12Deprecate the public definition of ERR_STATERichard Levitte1-5/+7
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte1-7/+40
2019-09-12include/openssl/err.h: Depend on OPENSSL_NO_FILENAMES, not OPENSSL_NO_ERRRichard Levitte1-13/+3
2019-09-06Cleanse KDF error filesPauli1-8/+6
2019-09-02Diverse ERR fixesRichard Levitte1-12/+22
2019-08-07Fix BN error reportingMatt Caswell1-1/+1
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-1/+0
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte1-3/+8
2019-07-31ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte1-43/+50
2019-07-31ERR: Add new building blocks for reporting errorsRichard Levitte1-0/+9
2019-07-31ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte1-0/+1
2019-07-30ERR: re-use the err_data field when possibleRichard Levitte1-0/+1
2019-07-22Include deprecated SYS_F_xxx codesRich Salz1-0/+28
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz1-1/+4
2019-07-22Add ERR_put_func_error, and use it.Rich Salz1-30/+7
2019-07-16Remove function name from errorsRich Salz1-41/+41
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer1-0/+2
2019-05-07ssl: Add SSL_sendfileBoris Pismenny1-0/+1
2019-04-19Create provider errors and use themMatt Caswell1-0/+2
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger1-0/+1
2019-03-122nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb1-0/+2
2019-02-18Properties for implementation selection.Pauli1-0/+2
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono1-0/+2
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-04-20openssl/err.h: remove duplicate OSSL_STOREerr()Dr. Matthias St. Pierre1-1/+0
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-19Add SM2 signature and ECIES schemesJack Lloyd1-0/+2
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni1-0/+1
2017-08-15Add ERR_clear_last_mark()Richard Levitte1-0/+1
2017-07-27Define a value for SYS_F_FCNTLBenjamin Kaduk1-0/+1
2017-06-29STORE 'file' scheme loader: Add directory listing capabilityRichard Levitte1-0/+1
2017-06-29Add the STORE moduleRichard Levitte1-2/+4
2017-06-29Make it possible to refer to ERR_R_UI_LIBRichard Levitte1-0/+1
2017-06-28Add new /dev/crypto engineRichard Levitte1-0/+3
2017-06-28Add the common error ERR_R_OPERATION_FAILRichard Levitte1-0/+1
2017-06-07make error tables const and separate header fileRich Salz1-2/+3