summaryrefslogtreecommitdiffstats
path: root/test/endecode_test.c
AgeCommit message (Expand)Author
2020-12-19TEST: Fix test/endecode_test.c for 'no-legacy'Richard Levitte
2020-12-16Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-12-13Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte
2020-12-04endecode_test.c: Fix build errors on OPENSSL_NO_{DH,DSA,EC,EC2M}Dr. David von Oheimb
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-12-01endecode_test.c: Add warning that 512-bit DH key size is for testing onlyDr. David von Oheimb
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-11-29endecode_test.c: Significant speedup in generating DH and DHX keysDr. David von Oheimb
2020-11-11test/endecode_test.c: Update to specify output structuresRichard Levitte
2020-11-11TEST: Adapt test/endecoder_test.cRichard Levitte
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-08Add a test for encoding and decoding of parameters filesMatt Caswell
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-08TEST: modify test/endecode_test.c to not use legacy keysRichard Levitte
2020-08-28TEST: Adapt some tests for a stricter PEM_write_bio_PrivateKey_traditional()Richard Levitte
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte