]> git.ipfire.org Git - thirdparty/openssl.git/history - test/evp_pkey_provided_test.c
Update copyright year
[thirdparty/openssl.git] / test / evp_pkey_provided_test.c
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...