Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NID
[openssl.git] / crypto / evp / p_lib.c
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()
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-24 Shane LontisFix coverity CID #1465594 - Null dereference in EVP_PKE...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-20 Richard LevitteEVP: Have evp_pkey_cmp_any() detect if export wasn...
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11 Shane LontisAdd DHX serialization
2020-08-07 Richard LevitteEVP: Fix the returned value for ASN1_PKEY_CTRL_DEFAULT_...
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-07-27 Richard LevitteEVP, PROV: Add misc missing bits for RSA-PSS
2020-07-24 Richard LevitteEVP: Fix key type check logic in evp_pkey_cmp_any()
2020-07-24 Richard LevitteEVP KEYMGMT utils: Make a few more utility functions...
2020-07-16 Matt CaswellRevert "The EVP_MAC functions have been renamed for...
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-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-27 Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-23 Richard LevitteRe-introduce legacy EVP_PKEY types for provided keys
2020-05-04 Matt CaswellEnsure EVP_PKEY_get_raw_[private|public]_key work with...
2020-05-04 Matt CaswellMake EVP_new_raw_[private|public]_key provider aware
2020-04-30 Paulicoverity 1462554 Dereference after null check
2020-04-30 Paulicoverity 1462545 Dereference after null check
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-25 Paulievp: convert existing code to use the new modified...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
next