aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa
AgeCommit message (Expand)AuthorFilesLines
2016-03-20constify DSA_SIG_get0()Dr. Stephen Henson1-1/+1
2016-03-11move DSA_SIG definition into C source fileDr. Stephen Henson2-6/+5
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson4-52/+46
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2-7/+20
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson2-12/+2
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-22Remove unused parameters from internal functionsRich Salz2-50/+12
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-19Remove DSA negative integer workaround code.Dr. Stephen Henson1-10/+2
2016-02-19Remove broken DSA private key workarounds.Dr. Stephen Henson1-48/+17
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18typoDr. Stephen Henson1-1/+1
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-18/+5
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz1-11/+12
2016-02-08GH322 revisited: remove unused function.Rich Salz2-38/+0
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+4
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-28Use callback for DSAPublicKeyDr. Stephen Henson1-8/+2
2016-01-26Remove /* foo.c */ commentsRich Salz10-10/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-206/+63
2016-01-12make updateRichard Levitte1-59/+68
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+2
2016-01-07mem functions cleanupRich Salz1-7/+8
2015-12-30Check for missing DSA parameters.Dr. Stephen Henson1-1/+3
2015-12-22Fix memory leak in DSA redo case.David Benjamin1-4/+4
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson1-0/+6
2015-12-09make updateDr. Stephen Henson1-3/+0
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-2/+2
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-9/+10
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-7/+0
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell1-1/+3
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell8-17/+17
2015-11-05Rebuild error source files.Dr. Stephen Henson1-13/+13
2015-10-23Remove useless codeAlessandro Ghedini1-10/+2
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini1-3/+3
2015-10-07Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq1-1/+2
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-4/+4
2015-09-03remove 0 assignments.Rich Salz1-14/+1
2015-08-31GH367 follow-up, for more clarityBen Kaduk1-4/+4
2015-08-27GH367: Fix dsa keygen for too-short seedIsmo Puustinen1-17/+12
2015-08-24Add DSA digest length checks.Dr. Stephen Henson1-4/+14
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
2015-07-29RT3774: double-free in DSAMartin Vejnar1-0/+1
2015-06-23More secure storage of key material.Rich Salz3-3/+4
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2