Update copyright year
[openssl.git] / providers / implementations / keymgmt / rsa_kmgmt.c
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...