summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use dsa for DSA and dh for DHtb2024-03-271-88/+90
* Unify *_up_ref() implementationstb2024-03-271-3/+2
* Ignore ENGINE at the API boundarytb2023-11-291-2/+2
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-191-29/+1
* Convert {DH,DSA}_new_method() to using calloc()tb2023-08-121-40/+25
* hide symbols in dsabeck2023-07-081-1/+28
* Fix an off-by-one in dsa_check_key()tb2023-03-111-2/+2
* Call BN_free() instead of BN_clear_free().jsing2023-03-071-8/+8
* Provide dsa_check_key()tb2023-03-041-1/+74
* Make internal header file names consistenttb2022-11-261-2/+2
* Fix whitespacetb2022-11-191-7/+7
* nasty whitespacetb2022-08-311-9/+9
* Rework DSA_size() and ECDSA_size()tb2022-08-311-18/+10
* Prepare to provide DSA_security_bits()tb2022-06-271-1/+10
* Simplify DSAPublicKey_ittb2022-01-141-3/+2
* Prepare the move of DSA_SIG, DSA_METHOD and DSA to dsa_locl.h bytb2022-01-071-1/+2
* Add an essentially empty dh_local.h and include it in the files wheretb2022-01-071-1/+3
* Prepare to provide DSA_bits()tb2022-01-051-1/+7
* Prepare to provide DSA_get0_{p,q,g,{priv,pub}_key}()tb2022-01-051-1/+31
* make ENGINE_finish() succeed on NULL and simplify callers as intb2018-04-141-10/+6
* Provide DSA_get0_engine()tb2018-02-201-1/+7
* Provide DSA_{clear,set,test}_flags()tb2018-02-201-1/+19
* Provide {DH,DSA}_set0_key(). Requested by sthen.tb2018-02-181-1/+19
* Provide DSA_set0_pqg.tb2018-02-181-1/+24
* 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-17/+9
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-6/+6
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* KNFmiod2014-07-091-119/+132
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* malloc() result does not need a cast.deraadt2014-06-071-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-5/+5
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-11/+0
* resolve conflictsdjm2012-10-131-2/+20
* resolve conflicts, fix local changesdjm2010-10-011-27/+22
* resolve conflictsdjm2009-01-091-22/+27
* resolve conflictsdjm2008-09-061-1/+4
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+14
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-76/+75
* import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@markus2001-04-231-4/+4
* openssl-engine-0.9.6 mergebeck2000-12-151-12/+62
* OpenSSL 0.9.5 mergebeck2000-03-191-3/+65
* OpenSSL 0.9.4 mergebeck1999-09-291-10/+49
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+145