summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_pmeth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide EVP_PKEY_CTX_get_signature_md() macro and implement thejsing2019-09-091-1/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-6/+5
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-5/+6
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-2/+4
* Make use of this wonderful modern C construct known as a `switch', instead ofmiod2014-07-091-11/+17
* KNFmiod2014-07-091-78/+84
* replace atoi() calls with strtol(). Follow the idiomatic pattern in ourderaadt2014-06-121-15/+35
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-29/+13
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* import OpenSSL-1.0.1cdjm2012-10-131-2/+4
* import OpenSSL 1.0.0edjm2011-11-031-0/+1
* import OpenSSL-1.0.0adjm2010-10-011-0/+315