Invoke tear_down when exiting test_encode_tls_sct() prematurely
[openssl.git] / test / evp_pkey_provided_test.c
2024-04-09 Richard LevitteCopyright year updates
2024-02-07 Tomas MrazFix testcases to run on duplicated keys
2024-01-16 lan1120Check whether the pubkey exists in ossl_ecx_key_dup
2024-01-09 Neil HormanAugment RSA provider to generate CRT coefficients on...
2023-09-07 Matt CaswellCopyright year updates
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2022-11-29 Nicola TuveriHonor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as...
2022-11-10 Milan Brozpem: avoid segfault if PKEY is NULL in PEM_write_bio_Pr...
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_private_check
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_public_check
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_pairwise_check
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_check
2022-05-03 Matt CaswellUpdate copyright year
2022-02-01 Paulitest: change pkey kdf dup fail test to a pkey kdf dup...
2022-01-26 Darshan SenAllow empty passphrase in PEM_write_bio_PKCS8PrivateKey...
2022-01-26 Darshan SenFix invalid malloc failures in PEM_write_bio_PKCS8Priva...
2022-01-07 Tomas MrazTest importing EC key parameters with a bad curve
2021-11-05 slontisFix tests to check for negative results when calling...
2021-10-28 PW HuFix return value error in doc, and an error test
2021-09-03 slontisFix double free in EVP_PKEY_CTX_dup()
2021-08-18 Richard LevitteAdd tests for EVP_PKEY_get_utf8_string_param(), both...
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-02 Tomas Mrazed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZE
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-07 Jon SpillettFixes #14662. Return all EC parameters even for named...
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-17 Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-02-26 Tomas Mrazevp_pkey_provided_test: Improve diagnostic output
2021-02-26 Shane LontisFix external symbols for bn
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2020-12-14 Shane LontisFix Segfault in EVP_PKEY_CTX_dup when the ctx has an...
2020-12-11 Shane LontisAdd validate method to ECX keymanager
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-11-11 Richard Levittetest/endecode_test.c: Update to specify output structures
2020-10-19 Richard LevitteTEST: fix the DH tests to reproduce the priv_len settings
2020-09-20 Richard LevitteTEST: Adapt applicable tests to the changed OSSL_ENCODE...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-07-08 Shane LontisFix CID 1465215 : Explicit null dereferenced (in test)
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-06-19 Matt CaswellMake EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name...
2020-06-05 Matt CaswellWhen asked if an ECX key has parameters we should answe...
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-14 Richard Levittetest/evp_pkey_provided_test.c: Display first, compare...
2020-05-01 Mat BerchtoldAdd a test for EVP_PKEY_*_check functions for "DSA...
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-01 Shane LontisAdd EVP_PKEY_gettable_params support for accessing...
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25 Richard Levittetest/evp_pkey_provided_test.c: Add test of EVP_PKEY_cop...
2020-03-17 Matt CaswellImplement serializers for ED25519 and ED448
2020-03-04 Shane LontisAdd DH key validation to default provider
2020-03-03 Shane LontisAdd Serializers for EC
2020-02-27 Matt CaswellImplement the ECX Serializers
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-01-29 Shane LontisAdd RSA key validation to default provider
2020-01-17 Richard LevitteTEST: Adapt test/evp_pkey_provided_test.c to check...
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2019-12-23 Matt CaswellFix no-dh
2019-11-29 Richard LevitteTEST: add tests of text and PEM printout of a provider...