summaryrefslogtreecommitdiff
path: root/test/evp_pkey_provided_test.c
Commit message (Expand)AuthorAgeFilesLines
* Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri2022-11-291-5/+28
* pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz2022-11-101-1/+6
* Fix the checks of EVP_PKEY_private_checkPeiwei Hu2022-06-021-6/+6
* Fix the checks of EVP_PKEY_public_checkPeiwei Hu2022-06-021-6/+6
* Fix the checks of EVP_PKEY_pairwise_checkPeiwei Hu2022-06-021-5/+5
* Fix the checks of EVP_PKEY_checkPeiwei Hu2022-06-021-7/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* test: change pkey kdf dup fail test to a pkey kdf dup success testPauli2022-02-011-7/+8
* Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen2022-01-261-0/+14
* Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen2022-01-261-0/+25
* Test importing EC key parameters with a bad curveTomas Mraz2022-01-071-2/+15
* Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis2021-11-051-21/+21
* Fix return value error in doc, and an error testPW Hu2021-10-281-1/+1
* Fix double free in EVP_PKEY_CTX_dup()slontis2021-09-031-0/+48
* Add tests for EVP_PKEY_get_utf8_string_param(), both positive and negativeRichard Levitte2021-08-181-0/+31
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-2/+2
* ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz2021-06-021-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-18/+18
* Fixes #14662. Return all EC parameters even for named curvesJon Spillett2021-05-071-0/+30
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-5/+5
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-232/+395
* 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