summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_pmeth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop a useless cast in pkey_dsa_ctrl()tb2024-10-191-2/+2
* replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@op2024-08-261-23/+10
* Rework pkey_das_paramgen()tb2023-12-281-16/+21
* Rework pkey_dsa_keygen()tb2023-12-281-9/+18
* Wire up truncated SHA-2, SHA-3 and related thingstb2023-04-251-1/+6
* Make internal header file names consistenttb2022-11-261-4/+4
* Rework pkey_dsa_sign() and pkey_dsa_verify()tb2022-11-191-21/+25
* Fix whitespacetb2022-11-191-9/+9
* Add #include "bn_lcl.h" to the files that will soon need it.tb2021-12-041-1/+2
* 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