]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/keymgmt/rsa_kmgmt.c
Copyright year updates
[thirdparty/openssl.git] / providers / implementations / keymgmt / rsa_kmgmt.c
2023-09-07  Matt CaswellCopyright year updates
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-03-14  afshinpirUpdated `rsa_has()` for correct validation
2022-06-15  Matt CaswellFix the export routines to not return success if param...
2022-05-03  Matt CaswellUpdate copyright year
2022-02-03  slontisFix EVP todata and fromdata when used with selection...
2022-01-07  Peiwei Huproviders/implementations/keymgmt/rsa_kmgmt.c: refactor...
2021-12-13  Richard LevitteAdapt our OSSL_FUNC_keymgmt_match() implementations...
2021-05-13  Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-04-15  Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15  Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15  Tomas MrazImplement provider-side keymgmt_dup function
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-30  Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-25  Paulirsa: fix coverity 1463571: explicit null dereference
2021-03-19  Richard LevittePROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD function
2021-03-18  Shane LontisAdd ossl_rsa symbols
2021-03-17  Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-03-17  Pauliprov: remove todos in rsa_keymgmt.c
2021-03-15  Matt CaswellEnsure that ECX keys pass EVP_PKEY_param_check()
2021-03-11  Pauliprovider: add params argument to key manager's gen_init...
2021-03-03  Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-05  Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-01-29  Tomas Mrazrsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for...
2020-12-03  Pauliremove unused initialisations
2020-10-23  Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22  Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
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-06  Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23  Shane LontisChange rsa gen so it can use the propq from OSSL_PKEY_P...
2020-09-19  Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-12  Paulikeymgmt: add FIPS error state handling
2020-08-06  Pauligettables: provider changes to pass the provider context.
2020-07-27  Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-27  Richard LevitteEVP, PROV: Add misc missing bits for RSA-PSS
2020-07-24  Richard LevittePROV: Implement DER to RSA deserializer
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24  Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-17  Shane LontisAdd ACVP fips module tests
2020-05-22  PauliCoverity 1463571: Null pointer dereferences (FORWARD_NULL)
2020-05-22  PauliCoverity 1463574: Null pointer dereferences (REVERSE_INULL)
2020-05-14  Richard LevittePROV & KEYMGMT: Add PSS-parameter support in the RSA...
2020-04-30  Paulicoverity 1462574 Resource leak
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-01  Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-28  PauliParam build: make structures opaque.
2020-03-28  PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25  Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-25  Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-12  Richard LevittePROV: Add RSA functionality for key generation
2020-03-02  Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-02-20  PauliDeprecate the low level RSA functions.
2020-02-13  Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-07  Richard LevitteKEYMGMT: Require both get_params and gettable_params...
2020-02-07  Richard LevitteAdapt existing KEYMGMT implementations to the redesigne...
2020-01-29  Shane LontisAdd RSA key validation to default provider
2020-01-23  Richard LevitteAdd answers for EVP_PKEY_get_default_digest_name()...
2020-01-17  Richard LevittePROV: Adapt the RSA, DSA and DH KEYMGMT implementations
2019-11-14  Richard LevitteCORE & PROV: make export of key data leaner through...
2019-10-17  Richard LevitteNew RSA keymgmt implementation to handle import / expor...