summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
AgeCommit message (Expand)Author
2021-02-18Update copyright yearMatt Caswell
2021-02-11Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard 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-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-06KDF error codes reworkedPauli
2019-09-06Cleanse KDF error filesPauli
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer
2019-05-20Clear CRMF vs CMP confusionRichard Levitte
2019-04-19Create provider errors and use themMatt Caswell
2019-03-122nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb
2019-02-18Properties for implementation selection.Pauli
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2018-12-06Following the license change, modify the boilerplates in crypto/err/Richard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-09In err_all.c, include the *err.h headers.Nick Mathewson
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-06-29Add the STORE moduleRichard Levitte
2017-02-28Clean up references to FIPSEmilia Kasper
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-13Need err_load_crypto_strings_int declared.Rich Salz
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-06Fix no-ocspMatt Caswell
2016-03-31Fix "no-ui" configurationRichard Levitte
2016-03-23Move dso.h to internalRich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Implement support for no-tsRichard Levitte
2016-03-02Add KDF error codesDr. Stephen Henson
2016-02-26Public API for Certificate TransparencyRob Percival
2016-02-17Remove JPAKERich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-09remove ecdsa.h header references.Dr. Stephen Henson
2015-12-09remove errorsDr. Stephen Henson
2015-12-09remove ecdh.h headerDr. Stephen Henson
2015-12-09remove ECDH error loadingDr. Stephen Henson
2015-11-20Add ASYNC error codesMatt Caswell
2015-10-21Don't forget to load the CT error stringsRichard Levitte
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-01-20Don't include comp.h if no-comp set.Dr. Stephen Henson
2012-12-30make no-comp compileDr. Stephen Henson
2011-02-03Include fips header file in err_all.c if needed.Dr. Stephen Henson
2011-02-03Add FIPS error codes.Dr. Stephen Henson