aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* Remove/rename some old files.Rich Salz2016-06-011-122/+0
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-0/+1
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+1
* Remove unused error/function codes.Rich Salz2016-05-231-18/+1
* Remove useless NULL checksFdaSilvaYY2016-05-231-2/+1
* Add some error messages for malloc failsMatt Caswell2016-05-182-1/+9
* Better checks for malloc failure in various METHOD functionsMatt Caswell2016-05-181-2/+16
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 07/10Rich Salz2016-05-1713-642/+77
* Remove some dead codeMatt Caswell2016-04-291-7/+1
* Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY2016-04-281-19/+16
* Check that we were actually allocated BIGNUMs in dsa_builtin_paramgen2Matt Caswell2016-04-281-0/+2
* 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
* Remove --classic build entirelyRichard Levitte2016-04-201-47/+0
* Fix double free bug in error pathMatt Caswell2016-04-091-0/+1
* Make DH opaqueMatt Caswell2016-04-091-12/+28
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-2/+2
* Various DSA opacity fixupsMatt Caswell2016-04-031-57/+11
* Make DSA_METHOD opaqueMatt Caswell2016-04-035-23/+293
* Make the DSA structure opaqueMatt Caswell2016-04-038-7/+103
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-203-12/+4
* constify DSA_SIG_get0()Dr. Stephen Henson2016-03-201-1/+1
* move DSA_SIG definition into C source fileDr. Stephen Henson2016-03-112-6/+5
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-084-52/+46
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-082-7/+20
* Remove kinv/r fields from DSA structure.Dr. Stephen Henson2016-03-072-12/+2
* 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
* Remove unused parameters from internal functionsRich Salz2016-02-222-50/+12
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove DSA negative integer workaround code.Dr. Stephen Henson2016-02-191-10/+2
* Remove broken DSA private key workarounds.Dr. Stephen Henson2016-02-191-48/+17
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* typoDr. Stephen Henson2016-02-181-1/+1
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-18/+5
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-11/+12
* GH322 revisited: remove unused function.Rich Salz2016-02-082-38/+0
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+4
* Templatize util/domdRich Salz2016-01-291-2/+1
* Use callback for DSAPublicKeyDr. Stephen Henson2016-01-281-8/+2
* Remove /* foo.c */ commentsRich Salz2016-01-2610-10/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-122-206/+63
* make updateRichard Levitte2016-01-121-59/+68
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-1/+2