]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/evp.h
Implement EVP_MAC_do_all_ex()
[thirdparty/openssl.git] / include / openssl / evp.h
2019-08-15  Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15  Richard LevitteAdd EVP_MAC_provider()
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15  Richard LevitteAdd missing EVP param utility functions
2019-08-08  Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-07-23  Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23  Richard LevitteAdd EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
2019-07-23  Richard LevitteAdd EVP_MD_provider() and EVP_CIPHER_provider()
2019-07-23  Richard LevitteRe-implement EVP_MD_name() and EVP_CIPHER_name() as...
2019-07-22  Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-16  Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
2019-07-16  Matt CaswellMake the EVP Key Exchange code provider aware
2019-07-11  Richard LevitteAdapt diverse EVP_CIPHER functions to use get_params...
2019-06-28  Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-11  Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-06  Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-06-04  Shane LontisMove digests to providers
2019-05-27  Shane LontisAdd d2i_KeyParams/i2d_KeyParams API's.
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-03-21  Matt CaswellImplement EVP_MD_fetch()
2019-03-19  Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-06  Antoine Salonblake2: register MAC objects
2019-02-06  Antoine Salonblake2b: add EVP_MAC API
2019-01-30  Petr VorelReuse already defined macros
2018-12-22  Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-11  Todd ShortAdd RFC5297 AES-SIV support
2018-12-07  Boris Pismennyevp/e_aes: Expose IV
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06  Richard LevitteRefactor the computation of API version limits
2018-11-13  Shane LontisKMAC implementation using EVP_MAC
2018-11-10  David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-11-05  PauliEVP_MAC ctrl numbering duplicate removal.
2018-11-05  Paul YangAdd poly1305 MAC support
2018-11-04  PauliGMAC implementation
2018-10-30  Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30  Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30  Richard LevitteEVP_MAC: Add CMAC implementation
2018-10-29  Richard LevitteAdd convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
2018-10-29  Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs
2018-10-29  Richard LevitteAdd EVP_MAC API
2018-09-07  Paul YangSupport setting SM2 ID
2018-09-07  Paul YangSupport pmeth->digest_custom
2018-09-07  Paul YangIntroduce EVP_MD_CTX_set_pkey_ctx
2018-06-19  Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-08  Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-03-21  Jack BatesConvert _meth_get_ functions to const getters
2018-03-19  Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19  Jack LloydAdd SM2 signature and ECIES schemes
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-03-15  Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2018-03-15  Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-02  Matt CaswellAdd pkey types for curve448
2018-02-28  Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-09  Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2018-01-23  PauliSHA512/224 and SHA512/256
2017-11-20  Paul YangSupport public key and param check in EVP interface
2017-11-05  Jack LloydSM3: Add SM3 hash function
2017-10-31  Ronald TseSM4: Add SM4 block cipher to EVP
2017-10-30  Richard LevitteEVP_PKEY_ASN1_METHOD: add functions to set siginf_set...
2017-10-11  Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-09-14  Paul YangSupport EVP_PKEY_meth_remove and pmeth internal cleanup
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-15  Johannes BauerFix coding style of EVP_PKEY_CTX_ctrl_uint64
2017-08-12  Andy PolyakovAdd EVP_DigestFinalXOF, interface to extendable-output...
2017-08-08  Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-07-29  Dr. Stephen HensonAdd public key method enumeration function.
2017-07-25  Andy PolyakovAdd evp/m_sha3.c.
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-06-21  Dr. Stephen HensonUse EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs...
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-30  Dr. Stephen Hensonmake errors
2017-05-11  Dr. Stephen HensonAdd EVP_DigestSign and EVP_DigesVerify
2017-04-27  Bernd EdlingerAdd parentheses on public macros where appropriate.
2017-02-21  PauliImplementation of the ARIA cipher as described in RFC...
2017-02-08  Dr. Stephen HensonUse contants for Chacha/Poly, redo algorithm expressions.
2017-02-08  Dr. Stephen HensonAdd constants to CCM and TLS.
2017-02-01  Todd ShortAdd support for parameterized SipHash
2017-01-25  Matt CaswellFix a merge error
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.
2017-01-08  Dr. Stephen Hensonadd EVP_PKEY_RSA_PSS
2016-12-20  Richard LevitteM_check_autoarg: sanity check the key
2016-08-17  Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17  Dr. Stephen HensonConstify private key decode.
2016-08-13  Dr. Stephen HensonAdd point ctrls to X25519
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-24  Jakub ZelenkaAdd EVP_ENCODE_CTX_copy
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-15  Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-06-16  Rich SalzFix GCC build; make update; fix number re-use
next