aboutsummaryrefslogtreecommitdiff
path: root/test/evp_pkey_provided_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-02-07Fix testcases to run on duplicated keysTomas Mraz1-19/+49
2024-01-16Check whether the pubkey exists in ossl_ecx_key_duplan11201-0/+6
2024-01-09Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman1-2/+396
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li1-1/+5
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri1-5/+28
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz1-1/+6
2022-06-02Fix the checks of EVP_PKEY_private_checkPeiwei Hu1-6/+6
2022-06-02Fix the checks of EVP_PKEY_public_checkPeiwei Hu1-6/+6
2022-06-02Fix the checks of EVP_PKEY_pairwise_checkPeiwei Hu1-5/+5
2022-06-02Fix the checks of EVP_PKEY_checkPeiwei Hu1-7/+7
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-02-01test: change pkey kdf dup fail test to a pkey kdf dup success testPauli1-7/+8
2022-01-26Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen1-0/+14
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen1-0/+25
2022-01-07Test importing EC key parameters with a bad curveTomas Mraz1-2/+15
2021-11-05Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis1-21/+21
2021-10-28Fix return value error in doc, and an error testPW Hu1-1/+1
2021-09-03Fix double free in EVP_PKEY_CTX_dup()slontis1-0/+48
2021-08-18Add tests for EVP_PKEY_get_utf8_string_param(), both positive and negativeRichard Levitte1-0/+31
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte1-2/+2
2021-06-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz1-2/+2
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-18/+18
2021-05-07Fixes #14662. Return all EC parameters even for named curvesJon Spillett1-0/+30
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis1-5/+5
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz1-232/+395
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz1-6/+12
2021-02-26evp_pkey_provided_test: Improve diagnostic outputTomas Mraz1-4/+5
2021-02-26Fix external symbols for bnShane Lontis1-4/+4
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz1-4/+4
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis1-14/+21
2020-12-14Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis1-0/+66
2020-12-11Add validate method to ECX keymanagerShane Lontis1-20/+75
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte1-1/+1
2020-11-11test/endecode_test.c: Update to specify output structuresRichard Levitte1-3/+10
2020-10-19TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte1-0/+6
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte1-10/+25
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte1-30/+30
2020-07-08Fix CID 1465215 : Explicit null dereferenced (in test)Shane Lontis1-0/+2
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell1-5/+5
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell1-3/+3
2020-06-05When asked if an ECX key has parameters we should answer "true"Matt Caswell1-1/+2
2020-05-26Update core_names.h fields and document most fields.Shane Lontis1-5/+5
2020-05-14test/evp_pkey_provided_test.c: Display first, compare afterRichard Levitte1-6/+7
2020-05-01Add a test for EVP_PKEY_*_check functions for "DSA" keysMat Berchtold1-0/+20
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis1-2/+4
2020-04-16Add DH keygen to providersShane Lontis1-37/+248
2020-04-15Add DSA keygen to providerShane Lontis1-5/+234