]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/p_lib.c
Don't hold a lock when calling a callback in ossl_namemap_doall_names
[thirdparty/openssl.git] / crypto / evp / p_lib.c
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
2020-04-23  Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-04-17  Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-15  Shane LontisAdd DSA keygen to provider
2020-04-15  Richard LevitteEVP: fix memleak in evp_pkey_downgrade()
2020-04-14  Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-04-09  Matt CaswellEnable export_to functions to have access to the libctx
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: Limit the diverse key parameter functions to domai...
2020-03-25  Richard LevitteEVP: Downgrade keys rather than upgrade
2020-03-25  Richard LevitteEVP: Add EVP_PKEY_set_type_by_keymgmt() and use it
2020-03-25  Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-21  Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-12  Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-02  Richard LevitteEVP: Add support for copying provided EVP_PKEYs
2020-03-02  Richard LevitteEVP: Add support for comparing provided EVP_PKEYs
2020-03-02  Richard LevitteEVP: Adapt EVP_PKEY_missing_parameters() for provider...
2020-02-29  Richard LevitteEVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY...
2020-02-29  Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-22  Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-11  PauliDeprecate the low level DSA functions.
2020-02-07  Matt CaswellFix no-ec
next