Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't leak ca in test_cms_sign_verify(). | tb | 2021-03-22 | 1 | -1/+2 |
| | | | | Reported by Ilya Shipitsin | ||||
* | fix "warning: function declaration isn't a prototype" | tb | 2020-09-18 | 1 | -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. | jsing | 2019-11-04 | 1 | -2/+125 |
| | |||||
* | Initial regress for cms. | jsing | 2019-11-02 | 1 | -0/+190 |