summaryrefslogtreecommitdiff
path: root/test/endecode_test.c
Commit message (Expand)AuthorAgeFilesLines
* TEST: Fix test/endecode_test.c for 'no-legacy'Richard Levitte2020-12-191-19/+30
* Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-161-5/+7
* Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte2020-12-131-34/+19
* endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M}Dr. David von Oheimb2020-12-041-2/+8
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-1/+1
* endecode_test.c: Add warning that 512-bit DH key size is for testing onlyDr. David von Oheimb2020-12-011-1/+4
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb2020-11-291-3/+16
* test/endecode_test.c: Update to specify output structuresRichard Levitte2020-11-111-82/+65
* TEST: Adapt test/endecoder_test.cRichard Levitte2020-11-111-0/+2
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-1/+1
* Add a test for encoding and decoding of parameters filesMatt Caswell2020-10-081-32/+167
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-041-1/+1
* TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-09-201-88/+168
* TEST: modify test/endecode_test.c to not use legacy keysRichard Levitte2020-09-081-142/+79
* TEST: Adapt some tests for a stricter PEM_write_bio_PrivateKey_traditional()Richard Levitte2020-08-281-12/+54
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-221-1/+263
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-0/+875