summaryrefslogtreecommitdiff
path: root/test/evp_pkey_provided_test.c
Commit message (Expand)AuthorAgeFilesLines
* Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz2021-03-171-6/+12
* evp_pkey_provided_test: Improve diagnostic outputTomas Mraz2021-02-261-4/+5
* Fix external symbols for bnShane Lontis2021-02-261-4/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-4/+4
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-14/+21
* Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis2020-12-141-0/+66
* Add validate method to ECX keymanagerShane Lontis2020-12-111-20/+75
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-1/+1
* test/endecode_test.c: Update to specify output structuresRichard Levitte2020-11-111-3/+10
* TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte2020-10-191-0/+6
* TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-09-201-10/+25
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-30/+30
* Fix CID 1465215 : Explicit null dereferenced (in test)Shane Lontis2020-07-081-0/+2
* Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell2020-06-191-5/+5
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-191-3/+3
* When asked if an ECX key has parameters we should answer "true"Matt Caswell2020-06-051-1/+2
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-5/+5
* test/evp_pkey_provided_test.c: Display first, compare afterRichard Levitte2020-05-141-6/+7
* Add a test for EVP_PKEY_*_check functions for "DSA" keysMat Berchtold2020-05-011-0/+20
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-2/+4
* Add DH keygen to providersShane Lontis2020-04-161-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-181-8/+88
* Add DH key validation to default providerShane Lontis2020-03-051-2/+11
* Add Serializers for ECShane Lontis2020-03-041-12/+78
* Implement the ECX SerializersMatt Caswell2020-02-281-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