summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove X9.42 DH rudimentstb2024-11-291-5/+2
* Use dh for DH function arguments.tb2024-03-271-25/+23
* Unify *_up_ref() implementationstb2024-03-271-4/+2
* Ignore ENGINE at the API boundarytb2023-11-291-2/+2
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-191-30/+1
* fix whitespacetb2023-08-131-14/+13
* Convert {DH,DSA}_new_method() to using calloc()tb2023-08-121-43/+29
* Hide symbols in dhbeck2023-07-081-1/+29
* Call BN_free() instead of BN_clear_free().jsing2023-03-071-8/+8
* Prepare to provide DH_security_bits()tb2022-06-271-1/+14
* Add an essentially empty dh_local.h and include it in the files wheretb2022-01-071-1/+3
* Prepare to provide DH_get_length()tb2022-01-051-1/+7
* Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}()tb2022-01-051-1/+31
* In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do.tb2021-11-231-1/+2
* Remove incorrect NULL checks in DH_set0_key().tb2018-05-021-5/+1
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-10/+6
* 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