aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Make default_method mostly compile-timeRich Salz2017-04-071-14/+0
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Add DSA_bits() function.Dr. Stephen Henson2016-08-011-0/+5
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-161-3/+3
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-151-13/+10
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-0/+1
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+6
* Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY2016-04-281-19/+16
* Fix set0 reuse testViktor Dukhovni2016-04-271-1/+1
* RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte2016-04-271-13/+37
* Fix double free bug in error pathMatt Caswell2016-04-091-0/+1
* Make DH opaqueMatt Caswell2016-04-091-12/+28
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-20/+18
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+74
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-081-5/+18
* Remove kinv/r fields from DSA structure.Dr. Stephen Henson2016-03-071-2/+0
* GH715: Missed some null-check-removals. follow commits 412bafdcf5, and 7c96db...FdaSilvaYY2016-02-281-4/+2
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-5/+3
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-18/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Check for missing DSA parameters.Dr. Stephen Henson2015-12-301-1/+3
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* remove 0 assignments.Rich Salz2015-09-031-14/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-14/+7
* remove malloc castsRich Salz2015-04-281-1/+1
* Simplify DSA public key handling.Dr. Stephen Henson2015-03-261-1/+0
* free NULL cleanupRich Salz2015-03-241-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-204/+205
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+5
* Make sure overrides work for RSA/DSA.Dr. Stephen Henson2011-04-231-1/+1
* DH keys have an (until now) unused 'q' parameter. When creatingDr. Stephen Henson2011-04-071-1/+6
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* makeNils Larsch2005-07-161-0/+2
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+10
* Remove incorrect assert.Richard Levitte2002-11-291-2/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-091-4/+15
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-75/+42
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-031-2/+2
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-9/+5
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-251-0/+16
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4
* Fix problem occuring when used from OpenSSH on Solaris 8.Lutz Jänicke2001-07-261-1/+1
* In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson2001-06-231-8/+15
* In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe2001-04-301-0/+1