Ensure that rc5 doesn't try to use a key longer than 2040 bits
[openssl.git] / crypto / evp / evp_err.c
2019-07-01 Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-05-07 PauliCoverity CID 1444960: Error handling issues
2019-05-03 Shane LontisAdded generated files for EVP_KDF changes
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-05 Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-04-05 PauliMove the AES-XTS mode duplicated key check into the...
2019-04-03 Matt CaswellSupport EVP_MD_block_size() with providers
2019-04-03 PauliAES-XTS block limit.
2019-03-21 Matt CaswellMake EVP_Digest* functions provider aware
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-06 Antoine Salonblake2: backport changes to blake2s
2019-02-06 Antoine Salonblake2b: add EVP_MAC API
2018-12-10 Richard Levittemake update
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-13 Shane LontisKMAC implementation using EVP_MAC
2018-11-05 Paul YangAdd poly1305 MAC support
2018-11-04 PauliGMAC implementation
2018-10-29 Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs
2018-10-29 Richard LevitteAdd EVP_MAC API
2018-09-11 PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-06-19 Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-08 Matt CaswellAdd support getting raw private/public keys
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-29 FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15 Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-01-23 Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-10-30 Richard Levittemake update
2017-10-11 Dr. Stephen Hensonmake update
2017-09-13 Paul YangSupport key check in EVP interface
2017-08-30 Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-08-12 Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-06-07 Rich Salzmake error tables const and separate header file
2017-05-30 Dr. Stephen Hensonmake errors
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-08 Dr. Stephen HensonDigest string helper function.
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-08-10 Kurt RoeckxFix spelling of error code
2016-07-31 Andy Polyakovevp/evp_enc.c: make assert error message more readable
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-06-16 Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-14 Dr. Stephen HensonAdd EVP_PKEY_get0_* functions.
2015-12-10 Andy Polyakovcrypto/evp: add e_chacha20_poly1305.c.
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-05-26 Dr. Stephen HensonError if memory limit exceeded.
2015-05-21 Dr. Stephen HensonAdd scrypt PBE algorithm code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2013-07-17 Dr. Stephen HensonEVP support for wrapping algorithms.
2012-11-05 Dr. Stephen Hensoncorrect error function code
2012-10-18 Dr. Stephen Hensonfix error code
2012-07-03 Dr. Stephen HensonPR: 2840
2011-09-05 Bodo Möllermake update
2011-04-15 Dr. Stephen HensonAdd length limitation from SP800-38E.
2011-03-24 Richard Levittemake update
2011-02-15 Dr. Stephen HensonAdd non-FIPS algorithm blocking and selftest checking.
2011-02-03 Bodo MöllerFix error codes.
2010-02-23 Andy PolyakovAdd AES counter mode to EVP.
2010-02-07 Dr. Stephen HensonAdd missing function EVP_CIPHER_CTX_copy(). Current...
2009-12-17 Dr. Stephen HensonPR: 2127
2009-11-25 Dr. Stephen HensonSplit PBES2 into cipher and PBKDF2 versions. This tidie...
2009-08-06 Dr. Stephen HensonFix error code.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2007-05-15 Dr. Stephen HensonNew function EVP_PKEY_asn1_copy(). Use default MD if...
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-06-02 Dr. Stephen HensonAdd ENGINE support for EVP_PKEY_METHOD including lookup...
2006-04-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-13 Dr. Stephen HensonComplete key derivation support.
2006-04-13 Dr. Stephen HensonAdd key derivation support.
2006-04-12 Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-04-11 Dr. Stephen HensonInitial keygen support.
2006-04-09 Dr. Stephen HensonSupport for digest signing and X931 in rsa_pkey_meth.
2006-04-07 Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-04-07 Dr. Stephen HensonInitial functions for main EVP_PKEY_METHOD operations.
2006-04-06 Dr. Stephen HensonUpdated to EVP_PKEY_METHOD code... still doesn't do...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2005-05-11 Bodo MöllerFix more error codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-02-13 Bodo MöllerECDSA support
2001-09-25 Geoff ThorpeThis changes EVP's cipher and digest code to hook via...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-14 Dr. Stephen HensonOption to disable standard block padding with EVP API.
2000-10-14 Richard LevitteThe experimental Rijndael code moved to the main trunk.
2000-05-30 Dr. Stephen HensonMore EVP cipher revision.
next