aboutsummaryrefslogtreecommitdiff
path: root/test/endecoder_legacy_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-30test: fix coverity 1469427 Improper use of negative value (NEGATIVE_RETURNS)Pauli1-1/+2
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-05-27TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb1-1/+30
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb1-1/+1
2021-03-24test: fix coverity 1469427: impropery use of negative valuePauli1-2/+3
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell1-6/+6
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-21/+21
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte1-3/+3
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell1-2/+0
2020-11-18Deprecate RSA harderRichard Levitte1-0/+6
2020-11-15test/endecoder_legacy_test.c: new test for legacy comparisonRichard Levitte1-0/+696