summaryrefslogtreecommitdiff
path: root/test/endecode_test.c
Commit message (Expand)AuthorAgeFilesLines
* With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz2022-09-161-1/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* endecode_test: Handle expected failures for non-fips ec keysTomas Mraz2022-04-141-35/+49
* Statically link the legacy provider to endecode_testMatt Caswell2022-01-111-0/+14
* Adjust test/endecoder_test.cRichard Levitte2021-09-051-2/+2
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-4/+6
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-011-38/+128
* TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb2021-05-271-13/+21
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-1/+1
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-1/+1
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-4/+4
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-0/+2
* endecode_test: Add file and line arguments to test callbacksJon Spillett2021-03-231-104/+133
* TEST: Modify test/endecode_test.c to give the decoder callback the structureRichard Levitte2021-03-191-6/+9
* 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-10/+10
* 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