summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide DH_get0_engine().jsing2018-02-221-1/+7
* Fix bogus check. Spotted by brynet, thanks.tb2018-02-201-2/+4
* Provide DH_set_length()tb2018-02-201-1/+10
* Provide DH_bits()tb2018-02-201-1/+7
* Provide DH_{clear,set,test}_flags().tb2018-02-201-1/+19
* Provide {DH,DSA}_set0_key(). Requested by sthen.tb2018-02-181-1/+20
* Provide DH_set0_pqg.tb2018-02-181-1/+23
* Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),tb2018-02-171-1/+21
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-4/+4
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-15/+8
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+2
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* KNFmiod2014-07-091-96/+113
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-1/+1
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-20/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-6/+6
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-11/+0
* resolve conflictsdjm2012-10-131-1/+14
* resolve conflictsdjm2008-09-061-1/+1
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-0/+10
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-75/+75
* openssl-engine-0.9.6a mergebeck2001-06-221-4/+4
* openssl-engine-0.9.6 mergebeck2000-12-151-13/+63
* OpenSSL 0.9.5 mergebeck2000-03-191-4/+88
* OpenSSL 0.9.4 mergebeck1999-09-291-8/+11
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+100