aboutsummaryrefslogtreecommitdiffstats
path: root/test/keymgmt_internal_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix testcases to run on duplicated keysTomas Mraz2024-02-071-2/+6
* Replace "a RSA" with "an RSA"Daniel Fiala2022-12-071-1/+1
* Fix a mem leak in evp_pkey_export_to_providerK12022-06-151-0/+66
* Fix incorrect return check of BN_bn2nativepadPW Hu2021-11-011-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-27/+40
* Remove TODO in rsa_ameth.cShane Lontis2021-03-141-2/+10
* Deprecate RSA harderRichard Levitte2020-11-181-0/+6
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-6/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-36/+42
* EVP: Downgrade keys rather than upgradeRichard Levitte2020-03-251-8/+4
* EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte2020-02-291-1/+2
* Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte2020-02-221-1/+1
* Adapt test/keymgmt_internal_test.c to the redesigned interfaceRichard Levitte2020-02-071-5/+6
* Reorganize the internal evp_keymgmt functionsRichard Levitte2020-02-071-2/+3
* CORE & PROV: make export of key data leaner through callbackRichard Levitte2019-11-141-20/+82
* test/keymgmt_internal_test.c: New test of keymgmt internalsRichard Levitte2019-10-171-0/+198