summaryrefslogtreecommitdiffstats
path: root/crypto/err (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement provider support for Asym CiphersMatt Caswell2019-11-141-0/+1
* Add a .pragma directive for configuration filesRichard Levitte2019-11-121-0/+3
* Make sure KDF reason codes are conserved in their current stateRichard Levitte2019-11-121-1/+1
* 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
* X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte2019-11-031-0/+1
* chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb2019-10-291-0/+3
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-231-0/+3
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-171-0/+1
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-102-2/+2
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Add rc2 ciphers to default providerShane Lontis2019-10-081-0/+1
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-031-0/+2
* Add rc5 ciphers to default providerShane Lontis2019-10-031-0/+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-285-8/+8
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-283-5/+5
* [KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood2019-09-271-0/+2
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb2019-09-271-0/+4
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-0/+6
* Add aes_xts cipher to providersShane Lontis2019-09-141-0/+2
* ERR: Change get_error_values() to use an enumRich Salz2019-09-131-43/+40
* Deprecate ERR_get_state()Richard Levitte2019-09-123-12/+22
* Deprecate the public definition of ERR_STATERichard Levitte2019-09-123-0/+12
* Modernise ERR_print_errors_cb()Richard Levitte2019-09-121-8/+14
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-20/+85
* KDF error codes reworkedPauli2019-09-062-54/+27
* Cleanse KDF error filesPauli2019-09-062-2/+0
* KDF provider conversion error updates - generatedPauli2019-09-061-0/+4
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-031-0/+1
* fix ERR_add_error_vdata() for use with multiple args/callsDr. David von Oheimb2019-08-291-1/+1
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+1
* Add aes_ccm to providerShane Lontis2019-08-201-5/+11
* Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte2019-08-161-2/+2
* Adjust some provider reason codesRichard Levitte2019-08-151-2/+2
* Move Poly1305 to providersRichard Levitte2019-08-151-0/+1
* Move KMAC to providersRichard Levitte2019-08-151-0/+1
* Move GMAC to providersRichard Levitte2019-08-151-0/+1
* Move BLAKE2 MACs to the providersRichard Levitte2019-08-151-4/+6
* s390x assembly pack: accelerate ECDSAPatrick Steuer2019-08-151-0/+2
* Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer2019-08-151-0/+5
* Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte2019-08-121-0/+3
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-0/+4
* make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2019-07-311-0/+2
* Add gcm ciphers (aes and aria) to providers.Shane Lontis2019-07-311-0/+3
* ERR: fix err_data_size inconsistenciesRichard Levitte2019-07-312-4/+4
* Add evp_util macrosShane Lontis2019-07-311-0/+2
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-311-2/+2
* ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte2019-07-311-38/+0