Optimize session cache flushing
[openssl.git] / providers / implementations / keymgmt /
2021-06-08 Tomas MrazEVP_PKEY_new_raw_private_key: Allow zero length keys
2021-06-08 Shane LontisDocument missing EC/SM2 params
2021-06-02 Tomas Mrazed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-30 Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-29 Pauliprov: add zero strenght arguments to BN and RAND RNG...
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-18 Paulikeymgmt: fix coverity 1484886 unchecked return value
2021-05-13 Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-18 Richard LevittePROV: Add OIDs we know to all provider applicable algor...
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
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-04-08 Matt CaswellUpdate copyright year
2021-04-07 Paulifix coverity 1466710: resource leak
2021-03-30 Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-29 Shane LontisFix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that...
2021-03-26 Tomas MrazMake the SM2 group the default group for the SM2 algorithm
2021-03-25 Paulirsa: fix coverity 1463571: explicit null dereference
2021-03-23 Pauliec_keymgmt: fix coverity 1474427: resource leak
2021-03-19 Richard LevittePROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD function
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-18 Shane LontisFix misc external ossl_ 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-14 Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
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-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-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-15 Matt CaswellRun DH_check_ex() not DH_check_params_ex() when checkin...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-02-01 Richard LevittePROV: Add SM2 encoders and decoders, as well as support...
2021-02-01 Richard LevitteFix some odd names in our provider source code
2021-02-01 Matt CaswellEnsure EC keys with a private key but without a public...
2021-01-29 Tomas Mrazrsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20 Tomas Mrazec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable...
2021-01-08 Nicola TuveriAdd SM2 private key range validation
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-11 Shane LontisAdd validate method to ECX keymanager
2020-12-03 Pauliremove unused initialisations
2020-11-20 Shane LontisFix crash in genpkey app when -pkeyopt digest:name...
2020-11-18 Paulirename mac_key_* to ossl_mac_key_*
2020-11-18 Matt CaswellSwap to FIPS186-2 DSA generation outside of the FIPS...
2020-11-18 Matt CaswellSwap to DH_PARAMGEN_TYPE_GENERATOR as the default outsi...
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
2020-10-20 Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-19 Richard LevitteDH: make the private key length importable / exportable
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-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-01 Matt CaswellFix some things the rename script didn't quite get...
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-23 Shane LontisFix ecx so that is uses a settable propertyquery
2020-09-23 Shane LontisChange rsa gen so it can use the propq from OSSL_PKEY_P...
2020-09-23 Shane LontisFix CID 1466710 : Resource leak in ec_kmgmt due to...
2020-09-23 Shane LontisFix CID 1466712 : Resource leak in ec_kmgmt due to...
2020-09-22 Paul Yangrefactor get params functions
2020-09-22 Paul Yangsupport PARAM_SECURITY_BITS for SM2
2020-09-22 Paul YangAdd SM2 signature algorithm to default provider
2020-09-22 Paul YangAdd SM2 key management
2020-09-19 Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-12 Paulikeymgmt: add FIPS error state handling
2020-09-05 Shane LontisFix coverity CID #1466371 - fix dereference before...
2020-09-05 Shane LontisFix coverity CID #1466377 - resource leak due to early...
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...
next