summaryrefslogtreecommitdiffstats
path: root/test/evp_pkey_provided_test.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-07Fix testcases to run on duplicated keysTomas Mraz
2024-01-16Check whether the pubkey exists in ossl_ecx_key_duplan1120
2024-01-09Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz
2022-06-02Fix the checks of EVP_PKEY_private_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_public_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_pairwise_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_checkPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-02-01test: change pkey kdf dup fail test to a pkey kdf dup success testPauli
2022-01-26Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen
2022-01-07Test importing EC key parameters with a bad curveTomas Mraz
2021-11-05Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis
2021-10-28Fix return value error in doc, and an error testPW Hu
2021-09-03Fix double free in EVP_PKEY_CTX_dup()slontis
2021-08-18Add tests for EVP_PKEY_get_utf8_string_param(), both positive and negativeRichard Levitte
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-07Fixes #14662. Return all EC parameters even for named curvesJon Spillett
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz
2021-02-26evp_pkey_provided_test: Improve diagnostic outputTomas Mraz
2021-02-26Fix external symbols for bnShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
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