aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte1-1/+1
2018-09-05Harmonize the error handling codepathNicola Tuveri1-3/+5
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-0/+25
2017-10-18Remove parentheses of return.KaoruToda1-3/+3
2017-10-13Remove email addresses from source code.Rich Salz1-2/+0
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+2
2017-04-07Make default_method mostly compile-timeRich Salz1-14/+0
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx1-2/+2
2016-08-01Add DSA_bits() function.Dr. Stephen Henson1-0/+5
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell1-3/+3
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte1-13/+10
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY1-0/+1
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+6
2016-04-28Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY1-19/+16
2016-04-27Fix set0 reuse testViktor Dukhovni1-1/+1
2016-04-27RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte1-13/+37
2016-04-09Fix double free bug in error pathMatt Caswell1-0/+1
2016-04-09Make DH opaqueMatt Caswell1-12/+28
2016-04-03Make DSA_METHOD opaqueMatt Caswell1-20/+18
2016-04-03Make the DSA structure opaqueMatt Caswell1-1/+74
2016-03-20Remove #error from include files.Rich Salz1-6/+2
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini1-5/+18
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson1-2/+0
2016-02-28GH715: Missed some null-check-removals. follow commits 412bafdcf5, and 7c96db...FdaSilvaYY1-4/+2
2016-02-25GH715: ENGINE_finish can take NULLRich Salz1-5/+3
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-18/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson1-1/+3
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-09-03remove 0 assignments.Rich Salz1-14/+1
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-04-30free NULL cleanup 7Rich Salz1-14/+7
2015-04-28remove malloc castsRich Salz1-1/+1
2015-03-26Simplify DSA public key handling.Dr. Stephen Henson1-1/+0
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-204/+205
2014-03-28Add functions returning security bits.Dr. Stephen Henson1-0/+5
2011-04-23Make sure overrides work for RSA/DSA.Dr. Stephen Henson1-1/+1
2011-04-07DH keys have an (until now) unused 'q' parameter. When creatingDr. Stephen Henson1-1/+6
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2005-07-16makeNils Larsch1-0/+2
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe1-0/+1
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+10
2002-11-29Remove incorrect assert.Richard Levitte1-2/+4
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+1