summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_meth.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add DSA_meth_{dup,free,new,set_{finish,sign}}()tb2018-03-171-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