]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/pmeth_lib.c
Fix up path generation to use OPENSSL_MODULES
[thirdparty/openssl.git] / crypto / evp / pmeth_lib.c
44 hours ago  trinity-1686aHandle empty param in EVP_PKEY_CTX_add1_hkdf_info
9 days ago  Todd ShortFix EVP_PKEY_CTX_add1_hkdf_info() behavior
9 days ago  Richard LevitteCopyright year updates
2024-01-15  Matt CaswellMove discovery of the legacy alg type into the keymgmt
2023-09-22  Matthias St. Pierreno-engine: fix signing with legacy app method based...
2023-09-07  Matt CaswellCopyright year updates
2023-07-07  atishkovRemove unused internal functions
2023-06-14  Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-03-27  afshinpir`EVP_PKEY_CTX_dup` segmentation fault fix
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-13  Tomas Mrazint_ctx_new(): Revert extra OPENSSL_init_crypto() call
2022-05-03  Matt CaswellUpdate copyright year
2022-04-29  Dmitry BelyavskiyEnsure we initialized the locale before evp_pkey_name2type
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-27  Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-09-03  slontisFix double free in EVP_PKEY_CTX_dup()
2021-07-27  Matt CaswellMark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_...
2021-07-26  Richard LevitteEVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0...
2021-07-23  Tomas MrazFix potential problems with EVP_PKEY_CTX_new() with...
2021-07-22  Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-06  Tomas Mrazfips module header inclusion fine-tunning
2021-06-02  Paulievp: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-24  Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-20  Paulitodo: remove TODO(3.0) from the sources.
2021-05-11  Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-19  Tomas MrazDetect low-level engine and app method based keys
2021-03-20  Paulievp: fix coverity 1470561: resource leak
2021-03-08  Matt CaswellCache legacy keys instead of downgrading them
2021-03-04  Tomas MrazRemove some of the TODO 3.0 in crypto/evp related to...
2021-03-03  Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26  Shane LontisFix external symbols related to dsa keys
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-23  Richard LevitteEVP: Make checks in evp_pkey_ctx_store_cached_data...
2021-02-23  Richard LevitteEVP: Adapt the EVP_PKEY_CTX ctrl functions
2021-02-23  Richard LevitteEVP: Adapt diverse OSSL_PARAM setters and getters
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_{set,get}_params_strict() legacy...
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_state() available to all of EVP
2021-02-23  Richard LevitteEVP: Implement EVP_PKEY_CTX_is_a()
2021-02-18  Matt CaswellUpdate copyright year
2021-02-03  Richard LevitteEVP: Fix evp_pkey_ctx_store_cached_data() to handle...
2021-02-03  Richard LevitteEVP: Don't find standard EVP_PKEY_METHODs automatically
2021-01-28  Daniel BeveniusEVP: fix keygen for EVP_PKEY_RSA_PSS
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-17  Richard LevitteEVP: Fix memory leak in EVP_PKEY_CTX_dup()
2020-12-16  Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
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-14  Shane LontisFix Segfault in EVP_PKEY_CTX_dup when the ctx has an...
2020-12-03  Shane LontisFix EVP_PKEY_CTX propq so that it uses a copy
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
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-15  Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-06  Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-05  Pauliffc: add _ossl to exported but internal functions
2020-09-25  jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25  Matt CaswellRemove some dead SM2 code
2020-09-23  Shane LontisFix CID 1466714 : Null pointer dereference in EVP_PKEY_...
2020-09-22  Paul YangAdd SM2 signature algorithm to default provider
2020-09-19  Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-16  Shane LontisAdd self tests for rsa encryption
2020-09-12  Richard LevitteEC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to...
2020-09-08  Richard LevitteEVP: Move the functions and controls for setting and...
2020-09-08  Richard LevitteEVP: Expand the use of EVP_PKEY_CTX_md()
2020-09-08  Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-08  Richard LevitteEVP: Preserve the EVP_PKEY id in a few more spots
2020-08-29  Matt CaswellDelete unused PKEY MAC files
2020-08-29  Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29  Matt CaswellExtend the provider MAC bridge for Poly1305
2020-08-29  Matt CaswellExtend the provider MAC bridge for SIPHASH
2020-08-29  Matt CaswellConvert EVP_PKEY_CTX_set_mac_key() into a function
2020-08-29  Matt CaswellMake the provider side EVP PKEY MAC bridge available...
2020-08-22  Shane LontisAdd Explicit EC parameter support to providers.
2020-08-12  Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11  Shane LontisAdd dh_kdf support to provider
2020-08-10  Matt CaswellDelete old KDF bridge EVP_PKEY_METHODS
2020-08-10  Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10  Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10  Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-06  Pauligettables: core changes to pass the provider context.
2020-06-19  Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19  Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-04  Aaron ThompsonFix missed fields in EVP_PKEY_meth_copy.
2020-05-28  Matt CaswellFail if we fail to fetch the EVP_KEYMGMT
2020-05-26  Shane LontisUpdate core_names.h fields and document most fields.
2020-05-23  Richard LevitteRe-introduce legacy EVP_PKEY types for provided keys
2020-05-14  Richard LevitteEVP: Refactor the RSA-PSS key generation controls for...
2020-05-07  Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-04-17  Paulipkey: free key manager on error path
2020-04-15  Shane LontisAdd DH keygen to providers
2020-04-15  Shane LontisAdd DSA keygen to provider
2020-04-15  Richard LevitteEC: Refactor EVP_PKEY_CTX curve setting macros for...
2020-04-15  Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-10  Richard LevitteEVP: legacy_ctrl_to_param() to handle provider side...
2020-03-27  Matt CaswellIgnore some fetch failures
next