aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa/dsa_sign.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY1-1/+0
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+6
2016-04-03Make the DSA structure opaqueMatt Caswell1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-15/+13
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley1-8/+1
2013-06-13Add secure DSA nonce flag.Adam Langley1-1/+8
2011-02-13Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson1-24/+0
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson1-5/+2
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson1-0/+5
2011-01-25Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson1-15/+23
2009-09-09Seed PRNG with DSA and ECDSA digests for additional protection againstDr. Stephen Henson1-0/+2
2007-02-03add support for DSA with SHA2Nils Larsch1-4/+0
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte1-3/+0
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+2
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe1-2/+2
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-2/+3
1999-08-22Initial support for DSA_METHOD...Dr. Stephen Henson1-121/+2
1999-06-25Avoid some memory holes, one of which was pointed out byBodo Möller1-0/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-4/+4
1999-04-23Work with -pedantic!Ben Laurie1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-16/+6
1999-04-09Separate DSA functionality from ASN.1 encoding.Ulf Möller1-46/+45
1999-02-25TypoRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-29/+34
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+215