STORE: Add a built-in 'file:' storemgmt implementation (loader)
[openssl.git] / providers / implementations / keymgmt /
2020-08-29 Matt CaswellInclude "legacy" in the name of the various MAC bridge...
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-29 Matt CaswellImplement key management for the EVP_PKEY MAC to EVP_MA...
2020-08-22 Shane LontisAdd Explicit EC parameter support to providers.
2020-08-20 Richard LevittePROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the...
2020-08-17 Shane LontisFix DSA/DH so that legacy keys can still be generated...
2020-08-11 Shane LontisAdd DHX support to keymanager
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-07-30 Richard LevittePROV: Fix small logic error in ec_kmgmt.c matching...
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-19 Matt CaswellAdd more complete support for libctx/propq in the EC...
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for ECX too
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-17 Shane LontisAdd ACVP fips module tests
2020-06-05 Matt CaswellWhen asked if an ECX key has parameters we should answe...
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
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-05-07 Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-05-04 Matt CaswellImplement key match functionality for ECX keys
2020-05-04 Matt CaswellDon't export ECX key data twice
2020-05-04 Matt CaswellAdd the library ctx into an ECX_KEY
2020-05-04 Matt CaswellAdd the ability to ECX to import keys with only the...
2020-05-01 Mat BerchtoldWhen a private key is validated and there is no private...
2020-04-30 Paulicoverity 1462574 Resource leak
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Richard LevittePROV: Ensure that EC keys have a default digest
2020-04-23 Richard LevittePROV: Ensure that ED25519 & ED448 keys have a mandatory...
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-17 Paulis390: ECX key generation fixes.
2020-04-17 Pauliecx: add key generation support.
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-15 Matt CaswellWhen calling EC_POINT_point2buf we must use a libctx
2020-04-15 Richard LevittePROV: Implement EC param / key generation
2020-04-08 Richard LevitteFix export of provided EC keys
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-27 Richard LevittePROV: Fix EC_KEY exporters to allow domain parameter...
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-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-15 Shane LontisAdd ECDSA to providers
2020-03-12 Richard LevittePROV: Add RSA functionality for key generation
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-03-11 Shane LontisAdd EC key validation to default provider
2020-03-09 Matt CaswellAdd Key Management support for EdDSA keys
2020-03-04 Shane LontisAdd DSA Key validation to default provider
2020-03-04 Shane LontisAdd DH key validation to default provider
2020-03-03 Shane LontisAdd Serializers for EC
2020-03-02 Richard LevittePROV: Add a OP_keymgmt_match() function to our DH,...
2020-02-27 Matt CaswellImplement the ECX Serializers
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-18 Nicola Tuveri[PROV][KEYMGMT][EC] Import/export of priv_key as padded...
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-18 Nicola Tuveri[PROV][KEYMGMT][DH][DSA] use BN_clear_free for secrets
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2020-02-12 Matt CaswellFix no-ec build
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
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
2020-01-15 Richard LevittePROV: Adapt the DSA keymgmt implementation to no ex_fields
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
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...
2019-10-17 Richard LevitteDSA: Add export of keys and domain parameters from...
2019-10-17 Richard LevitteDH: Add export of keys and domain parameters from provider
2019-10-17 Richard LevitteDSA: Add export of domain parameters to provider
2019-10-17 Richard LevitteDH: Add export of domain parameters to provider
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature