]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/evp.h
Add "origin" field to EVP_CIPHER, EVP_MD
[thirdparty/openssl.git] / include / openssl / evp.h
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-17  PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-15  Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15  Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-12  Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-06  Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-04-02  Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-01  Tomas MrazEVP_CIPHER_type: fix misleading argument name
2021-03-31  Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-28  Tomas MrazImplement EVP_PKEY_dup() function
2021-03-19  Tomas MrazAdded functions for printing EVP_PKEYs to FILE *
2021-03-11  Paulievp: add params arguments to init functions
2021-03-09  Dmitry BelyavskiyNon-const accessor to legacy keys
2021-03-08  Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-08  Matt CaswellEnsure the various legacy key EVP_PKEY getters/setters...
2021-02-28  Paulievp: add params argument to EVP_RAND_instantiate()
2021-02-28  Paulievp: updates for the new additional MAC_init arguments
2021-02-26  Paulievp: upport modified gettable/settable ctx calls for...
2021-02-26  Paulievp: support modified gettable/settable ctx calls for...
2021-02-26  Paulievp: support modified gettable/settable ctx calls for...
2021-02-24  Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-23  Richard LevitteEVP: Implement EVP_PKEY_CTX_is_a()
2021-02-22  Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-08  Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-05  Richard LevitteEVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param...
2021-02-05  Richard LevitteEVP: Adapt the other EVP_PKEY_set_xxx_param() functions
2021-02-03  Rich SalzDeprecate EVP_MD_CTX_{set_}update_fn()
2021-02-02  Rich SalzDeprecate X509_certificate_type
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Matt CaswellAdd EVP_PKEY functions to get EC conv form and field...
2021-01-26  Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-26  Shane LontisAdd functions to set values into an EVP_PKEY
2021-01-21  Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-18  Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-08  Richard LevitteEVP: Add EVP_PKEY_get_group_name() to extract the group...
2020-12-08  Richard LevitteEVP: constify the EVP_PKEY_get_*_param() argument ...
2020-12-04  Richard LevitteSwitch deprecation method for EVP
2020-11-27  Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-27  Matt CaswellDeprecate functions for getting and setting DH values...
2020-11-18  Richard LevitteDeprecate RSA harder
2020-11-13  Shane LontisRemove unused helper functions EVP_str2ctrl() & EVP_hex...
2020-11-01  Shane LontisAdd AES KW inverse ciphers to the EVP layer
2020-10-30  Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-22  PauliRemove EVP_aes_(128|192|256)_siv functions
2020-10-22  Shane LontisRename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().
2020-10-20  Matt CaswellDeprecate EVP_PKEY_set1_tls_encodedpoint()
2020-10-20  Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15  Matt CaswellMake evp_pkey_ctx_get0_libctx/propq public API
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-25  Shane LontisAdd EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_...
2020-09-25  Shane LontisAdd EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_...
2020-09-25  Richard LevitteEVP: Enforce that EVP_PKEY_set_alias_type() only works...
2020-09-25  Richard LevitteHide ECX_KEY again
2020-09-23  Paulikdf/mac: add name query calls for KDFs and MACs
2020-09-20  Richard LevitteTEST: Adapt applicable tests to the changed OSSL_ENCODE...
2020-09-19  Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-17  Matt CaswellCorrectly display the signing/hmac algorithm in the...
2020-09-16  Tim Hudsonundeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
2020-09-08  Richard LevitteEVP: Move the functions and controls for setting and...
2020-08-29  Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29  Matt CaswellConvert EVP_PKEY_CTX_set_mac_key() into a function
2020-08-21  Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-21  Dr. David von OheimbCorrect the #define's of EVP_PKEY_CTRL_SET1_ID and...
2020-08-12  Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11  Benjamin KadukRetire EVP_CTRL_GET_IV
2020-08-11  Benjamin KadukDeprecate and replace EVP_CIPHER_CTX_iv()/etc.
2020-08-09  Shane LontisAdd EVP signature with libctx methods.
2020-08-07  Paulirand_drbg: remove RAND_DRBG.
2020-08-01  Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-07-22  PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-16  Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-15  Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-06-24  PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24  Paulirand: set up EVP and DRBG infrastructure for RAND from...
2020-06-24  Paulirand: core APIs for provider friendly random.
2020-06-19  Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-11  PauliThe EVP_MAC functions have been renamed for consistency...
2020-05-27  Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-26  Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-23  Richard LevitteRe-introduce legacy EVP_PKEY types for provided keys
2020-05-19  Dmitry BelyavskiyConstants for new GOST TLS 1.2 ciphersuites
2020-05-14  Richard LevitteRSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METH...
2020-05-04  Matt CaswellMake EVP_new_raw_[private|public]_key provider aware
2020-05-02  Shane LontisAdd default property API's to enable and test for fips
2020-04-23  Matt CaswellUpdate copyright year
2020-04-15  Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-14  Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-08  Richard LevitteEVP & TLS: Add necessary EC_KEY data extraction functio...
2020-04-08  Richard LevitteEVP: add EVP_PKEY_is_a() and EVP_PKEY_can_sign()
2020-04-01  Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-25  Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-23  Matt CaswellMake it possible to easily specify a libctx for EVP_Dig...
2020-03-12  Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-03  Dmitry BelyavskiyImplementation of Russian GOST CMS
2020-01-29  Shane LontisAdd RSA key validation to default provider
2020-01-27  Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-25  Richard LevitteEVP: Adapt EVP_PKEY Seal and Open for provider keys
next