summaryrefslogtreecommitdiff
path: root/test/endecoder_legacy_test.c
Commit message (Expand)AuthorAgeFilesLines
* test: fix coverity 1469427 Improper use of negative value (NEGATIVE_RETURNS)Pauli2021-06-301-1/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb2021-05-271-1/+30
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-1/+1
* test: fix coverity 1469427: impropery use of negative valuePauli2021-03-241-2/+3
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-081-6/+6
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-21/+21
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-3/+3
* Deprecate the DHparams and DHxparams PEM routinesMatt Caswell2020-11-271-2/+0
* Deprecate RSA harderRichard Levitte2020-11-181-0/+6
* test/endecoder_legacy_test.c: new test for legacy comparisonRichard Levitte2020-11-151-0/+696