aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* 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
* ERR: Add new building blocks for reporting errorsRichard Levitte2019-07-312-1/+114
* ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte2019-07-312-43/+70
* ERR: re-use the err_data field when possibleRichard Levitte2019-07-301-32/+74
* Enforce a minimum DH modulus size of 512 bitsBernd Edlinger2019-07-241-0/+1
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-231-0/+2
* Make rand_pool buffers more dynamic in their sizing.Pauli2019-07-231-0/+1
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-0/+1
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-0/+7
* Parameter building utilities.Pauli2019-07-171-1/+21
* Make the EVP Key Exchange code provider awareMatt Caswell2019-07-161-0/+2
* Remove function name from errorsRich Salz2019-07-161-55/+7
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-0/+1
* Add X9.42 KDF.Shane Lontis2019-07-091-0/+10
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-081-0/+1
* Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell2019-07-021-0/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1