summaryrefslogtreecommitdiffstats
path: root/test/evp_pkey_provided_test.c
AgeCommit message (Expand)Author
2020-12-14Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis
2020-12-11Add validate method to ECX keymanagerShane Lontis
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-11-11test/endecode_test.c: Update to specify output structuresRichard Levitte
2020-10-19TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-07-08Fix CID 1465215 : Explicit null dereferenced (in test)Shane Lontis
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-05When asked if an ECX key has parameters we should answer "true"Matt Caswell
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-14test/evp_pkey_provided_test.c: Display first, compare afterRichard Levitte
2020-05-01Add a test for EVP_PKEY_*_check functions for "DSA" keysMat Berchtold
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-25test/evp_pkey_provided_test.c: Add test of EVP_PKEY_copy_parameters()Richard Levitte
2020-03-18Implement serializers for ED25519 and ED448Matt Caswell
2020-03-05Add DH key validation to default providerShane Lontis
2020-03-04Add Serializers for ECShane Lontis
2020-02-28Implement the ECX SerializersMatt Caswell
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-17TEST: Adapt test/evp_pkey_provided_test.c to check the key sizeRichard Levitte
2020-01-12Add dsa signature alg to fips providerShane Lontis
2019-12-23Fix no-dhMatt Caswell
2019-11-29TEST: add tests of text and PEM printout of a provider made keyRichard Levitte