summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/cms/cmstest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add regress coverage for EdDSA in CMStb2024-03-291-6/+42
|
* Remove a few more unnecessary line continuationstb2023-03-021-4/+4
|
* Nitpick error checks of BN_get_mem_data()tb2023-03-021-15/+27
| | | | | BN_get_mem_data() returns a non-positive long on error, so assigning it to a size_t and displaying that in error messages is incorrect.
* Fix format strings for size_ttb2022-06-221-5/+5
|
* Don't leak ca in test_cms_sign_verify().tb2021-03-221-1/+2
| | | | Reported by Ilya Shipitsin
* fix "warning: function declaration isn't a prototype"tb2020-09-181-3/+3
| | | | | Make tests compile and pass on sparc64 with gcc 4.2.1 by properly declaring "static int foo()" as "static int foo(void)".
* Add regress for CMS sign and verify.jsing2019-11-041-2/+125
|
* Initial regress for cms.jsing2019-11-021-0/+190