summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-10-29chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-09-30Make default values by ERR_get_error_all() and friends more consistentDr. David von Oheimb
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-14Add aes_xts cipher to providersShane Lontis
2019-09-13ERR: Change get_error_values() to use an enumRich Salz
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-09-12Deprecate the public definition of ERR_STATERichard Levitte
2019-09-12Modernise ERR_print_errors_cb()Richard Levitte
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-06KDF error codes reworkedPauli
2019-09-06Cleanse KDF error filesPauli
2019-09-06KDF provider conversion error updates - generatedPauli
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte
2019-08-29fix ERR_add_error_vdata() for use with multiple args/callsDr. David von Oheimb
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-20Add aes_ccm to providerShane Lontis
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Adjust some provider reason codesRichard Levitte
2019-08-15Move Poly1305 to providersRichard Levitte
2019-08-15Move KMAC to providersRichard Levitte
2019-08-15Move GMAC to providersRichard Levitte
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-08-15s390x assembly pack: accelerate ECDSAPatrick Steuer
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-12Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-31ERR: fix err_data_size inconsistenciesRichard Levitte
2019-07-31Add evp_util macrosShane Lontis
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte
2019-07-31ERR: Add new building blocks for reporting errorsRichard Levitte
2019-07-31ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte
2019-07-30ERR: re-use the err_data field when possibleRichard Levitte
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger