summaryrefslogtreecommitdiffstats
path: root/test/evp_pkey_provided_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-2/+4
* Add DH keygen to providersShane Lontis2020-04-151-37/+248
* Add DSA keygen to providerShane Lontis2020-04-151-5/+234
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-9/+122
* Param build: make structures opaque.Pauli2020-03-281-8/+9
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-7/+7
* test/evp_pkey_provided_test.c: Add test of EVP_PKEY_copy_parameters()Richard Levitte2020-03-251-4/+25
* Implement serializers for ED25519 and ED448Matt Caswell2020-03-171-8/+88
* Add DH key validation to default providerShane Lontis2020-03-041-2/+11
* Add Serializers for ECShane Lontis2020-03-031-12/+78
* Implement the ECX SerializersMatt Caswell2020-02-271-34/+327
* Implement Provider side Key Management for X25519 and X448Matt Caswell2020-02-111-2/+2
* Add RSA key validation to default providerShane Lontis2020-01-291-1/+11
* TEST: Adapt test/evp_pkey_provided_test.c to check the key sizeRichard Levitte2020-01-171-2/+8
* Add dsa signature alg to fips providerShane Lontis2020-01-121-2/+2
* Fix no-dhMatt Caswell2019-12-231-0/+4
* TEST: add tests of text and PEM printout of a provider made keyRichard Levitte2019-11-291-0/+196