Propagate selection all the way on key export
[openssl.git] / crypto / evp / p_lib.c
2022-11-15 Simo SorcePropagate selection all the way on key export
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-30 Dr. David von OheimbERR: replace remnant ECerr() and EVPerr() calls in...
2022-09-15 Tomáš MrázEVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS...
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
2022-07-12 slontisFix memory leak in EVP_PKEY_get1_encoded_public_key.
2022-06-15 K1Fix a mem leak in evp_pkey_export_to_provider
2022-06-10 Tomas MrazCheck return of BIO_new() and always free pkey from...
2022-06-08 Matt CaswellFix a mem leak in evp_pkey_copy_downgraded()
2022-05-26 Peiwei HuFix the defective check of EVP_PKEY_get_params
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-12-13 Richard LevitteFix EVP_PKEY_eq() to be possible to use with strictly...
2021-10-26 x2018add checks for the return values of BN_new(), sk_RSA_PR...
2021-10-22 Matt CaswellPrevent an overflow if an application supplies a buffer...
2021-10-19 Matt CaswellEnsure pkey_set_type handles ENGINE references correctly
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata_init
2021-08-18 Richard LevitteEVP_PKEY_get_utf8_string_param(): ensure the string...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Shane LontisFix error stack for some fetch calls.
2021-05-20 Richard LevitteModify EVP_PKEY_ASN1_METHOD's export_to function to...
2021-05-19 Richard LevitteMake sure to include "internal/numbers.h" to get SIZE_MAX
2021-05-13 Tomas MrazReplace EVP_PKEY_supports_digest_nid
2021-05-13 Tomas MrazDrop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-23 Tomas MrazTrivial shortcuts for EVP_PKEY_eq()
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-15 Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12 Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-25 Paulievp: fix coverity 1473378: unchecked return value
2021-03-19 Tomas MrazEVP_PKEY_get_*_param should work with legacy
2021-03-19 Tomas MrazAdded functions for printing EVP_PKEYs to FILE *
2021-03-17 Tomas Mrazp_lib.c: Remove TODO comments
2021-03-14 Shane LontisRemove TODO in rsa_ameth.c
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-03-08 Matt CaswellCache legacy keys instead of downgrading them
2021-03-08 Matt CaswellAvoid a null pointer deref on a malloc failure
2021-02-26 Shane LontisFix external symbols related to ec & sm2 keys
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-23 Richard LevitteEVP: Adapt diverse OSSL_PARAM setters and getters
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-14 PauliRemove an unnecessary free call.
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-07 PauliFix race condition & allow operation cache to grow.
2021-02-05 Richard LevitteEVP: use evp_pkey_copy_downgraded() in EVP_PKEY_copy_pa...
2021-02-05 Richard LevitteEVP: Adapt EVP_PKEY_{set1,get1}_encoded_public_key()
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-05 Richard LevitteEVP: Make EVP_PKEY_set_params() increment the dirty...
2021-02-03 Richard LevitteEVP: Fix evp_pkey_ctx_store_cached_data() to handle...
2021-02-02 Matt CaswellEnsure the EVP_PKEY operation_cache is appropriately...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Tomas MrazAdd checks for NULL return from EC_KEY_get0_group()
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-22 Matt CaswellDon't copy parameters on setting a key in libssl
2021-01-22 Matt CaswellEnsure legacy_asn1_ctrl_to_param can handle MDs not...
2021-01-21 Tomas MrazFixes related to broken DH support in CMS
2021-01-21 Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2020-12-16 Richard LevitteEVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
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-05 Richard LevitteEVP: Adjust EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PK...
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-11-27 Matt CaswellDeprecate EVP_PKEY_assign_DH and other similar macros
2020-11-26 Daniel BeveniusEVP: don't touch the lock for evp_pkey_downgrade
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-13 Richard LevitteEVP: Take care of locks when downgrading an EVP_PKEY
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-25 Richard LevitteEVP: Enforce that EVP_PKEY_set_alias_type() only works...
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-20 Richard LevitteTEST: Adapt applicable tests to the changed OSSL_ENCODE...
2020-09-20 Richard LevitteENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_ne...
2020-09-17 jwalchAdd a NULL check to EVP_PKEY_assign
2020-09-16 Tim Hudsonundeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parameters
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-12 Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-09-08 Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-08 Richard LevitteEVP: Don't shadow EVP_PKEY_CTX_new* error records
2020-09-08 Richard LevitteEVP: Preserve the EVP_PKEY id in a few more spots
2020-09-03 Richard LevitteEVP: Don't report malloc failure in new_raw_key_int()
next