]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/p_lib.c
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
[thirdparty/openssl.git] / crypto / evp / p_lib.c
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
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07  Richard LevitteReorganize the internal evp_keymgmt functions
2020-02-02  Richard LevitteEVP_PKEY_assign_EC_KEY(): detect SM2 curve and set...
2020-01-27  Matt CaswellModify EVP_PKEY_CTX_new_from_pkey() to add a propquery...
2020-01-23  Richard LevitteEVP: Add EVP_PKEY_get_default_digest_name() and use it
2020-01-18  Richard LevitteEVP: Add evp_pkey_make_provided() and refactor around it
2020-01-17  Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-12  Shane LontisAdd dsa signature alg to fips provider
2020-01-07  Paulicoverity 1201462: check error returns
2019-12-18  Richard LevitteEVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix()
2019-12-16  Matt CaswellEnsure EVP_PKEY_set1_DH detects X9.42 keys
2019-11-29  Richard LevitteSERIALIZER: add hooks in EVP_PKEY_print_ routines
2019-11-21  PauliEVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.
2019-10-28  Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-25  PauliRemove engine param macros from wrapper APIs
2019-09-04  PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-29  Matt CaswellUse ENGINE_get_id() instead of ENGINE_get_name()
2019-08-29  Matt CaswellFix no-engine
2019-08-24  Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-19  Richard LevitteUse macros internally for algorithm names
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
next