Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h by | tb | 2022-01-07 | 1 | -1/+3 |
| | | | | | | including the local header where it will be needed. discussed with jsing | ||||
* | Add DSA_meth_{dup,free,new,set_{finish,sign}}() | tb | 2018-03-17 | 1 | -0/+78 |
As in RSA_meth_*, note that these functions return NULL in out-of-memory situations, but they do not set an error explicitly. ok jsing |