Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / include / openssl / evperr.h
2023-10-26 Dr. David von OheimbEVP_PKEY_get_{bits,security_bits,size}(): add missing...
2021-05-05 Rich SalzRemove all trace of FIPS_mode functions
2021-05-05 Paulimac: add EVP_MAC_finalXOF() function
2021-03-11 Pedro MonrealFix reason code: EVP_R_OPERATON_NOT_INITIALIZED
2021-02-16 Matt CaswellDon't overflow the output length in EVP_CipherUpdate...
2021-02-05 Richard LevitteERR: Rebuild all generated error headers and source...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 Matt CaswellEnable locking on the primary DRBG when we create it
2021-01-12 Richard LevitteUse centralized fetching errors
2020-12-23 Matt CaswellMove the caching of cipher constants into evp_cipher_fr...
2020-12-08 Richard LevitteEVP: Add EVP_PKEY_get_group_name() to extract the group...
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-09-24 Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-06-24 Paulirand: core APIs for provider friendly random.
2020-06-23 Pauliproperty: Move global default properties to the library...
2020-05-03 Richard LevitteFix reason code clash
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-04-30 Paulicoverity 1462549 Dereference before null check
2020-03-25 Richard LevitteEVP: Downgrade keys rather than upgrade
2020-03-19 Matt CaswellMake sure we use the libctx when fetching a MAC
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-09-28 Dr. Matthias St... Add legacy include guards to public header files
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-06 PauliKDF error codes reworked
2019-09-06 PauliKDF provider conversion error updates - generated
2019-09-03 Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-07-31 Shane LontisAdd evp_util macros
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-16 Rich SalzRegenerate mkerr files
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 Richard LevitteFix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP...
2019-04-05 PauliMove the AES-XTS mode duplicated key check into the...
2019-04-03 Richard LevitteCorrect EVP_F_EVP_MD_BLOCK_SIZE number
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-03-11 Rich SalzAdd regenerated header files
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 YangFix a collision in function err numbers
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 Matt CaswellFix error number clash
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-02-09 FdaSilvaYYSmall simplification in mkerr.pl
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