summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_pmeth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@op2024-08-261-23/+9
* kill gross whitespacetb2024-01-011-6/+6
* Rework pkey_dh_paramgen()tb2023-12-281-16/+19
* Rework pkey_dh_keygen()tb2023-12-281-9/+19
* Make internal header file names consistenttb2022-11-261-3/+3
* Add an essentially empty dh_local.h and include it in the files wheretb2022-01-071-1/+2
* Add #include "bn_lcl.h" to the files that will soon need it.tb2021-12-041-1/+2
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-3/+3
* 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
* KNFmiod2014-07-091-53/+60
* replace atoi() calls with strtol(). Follow the idiomatic pattern in ourderaadt2014-06-121-12/+30
* 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-30/+12
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-2/+2
* import OpenSSL-1.0.0adjm2010-10-011-0/+254