Fix compiler error when using config option 'enable-acvp-tests'
[openssl.git] / test / helpers /
2021-05-15 Matt CaswellFix a memleak on an error path in the pkcs12 test helpers
2021-05-06 Matt CaswellUpdate copyright year
2021-04-29 Pauliremove end of line whitespace
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-12 Matt CaswellDeprecate the libssl level SRP APIs
2021-02-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-05 Matt CaswellStop disabling TLSv1.3 if ec and dh are disabled
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-13 Dr. David von OheimbTEST: move cert, key, and CSR loading aux functions...
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/