aboutsummaryrefslogtreecommitdiff
path: root/test/keymgmt_internal_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-02-07Fix testcases to run on duplicated keysTomas Mraz1-2/+6
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala1-1/+1
2022-06-15Fix a mem leak in evp_pkey_export_to_providerK11-0/+66
2021-11-01Fix incorrect return check of BN_bn2nativepadPW Hu1-1/+1
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz1-27/+40
2021-03-14Remove TODO in rsa_ameth.cShane Lontis1-2/+10
2020-11-18Deprecate RSA harderRichard Levitte1-0/+6
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-6/+6
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis1-36/+42
2020-03-25EVP: Downgrade keys rather than upgradeRichard Levitte1-8/+4
2020-02-29EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte1-1/+2
2020-02-22Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte1-1/+1
2020-02-07Adapt test/keymgmt_internal_test.c to the redesigned interfaceRichard Levitte1-5/+6
2020-02-07Reorganize the internal evp_keymgmt functionsRichard Levitte1-2/+3
2019-11-14CORE & PROV: make export of key data leaner through callbackRichard Levitte1-20/+82
2019-10-17test/keymgmt_internal_test.c: New test of keymgmt internalsRichard Levitte1-0/+198