aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa
AgeCommit message (Expand)AuthorFilesLines
2015-04-16Code style: space after 'if'Viktor Dukhovni1-4/+4
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-591/+0
2015-03-26Simplify DSA public key handling.Dr. Stephen Henson4-11/+11
2015-03-25free NULL cleanupRich Salz1-4/+2
2015-03-25RAND_bytes updatesMatt Caswell1-2/+2
2015-03-24free NULL cleanupRich Salz4-10/+6
2015-03-24make dependDr. Stephen Henson1-4/+4
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson1-1/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-03-24free NULL cleanupRich Salz1-4/+2
2015-03-12Fix dsa_pub_encodeMatt Caswell1-6/+8
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson1-5/+5
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+0
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz4-54/+22
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz1-5/+1
2015-01-22Remove obsolete uncomiled dsagen semi-testRich Salz1-115/+0
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-5/+5
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell16-2787/+2783
2015-01-22Move more comments that confuse indentMatt Caswell1-13/+14
2015-01-22Fix strange formatting by indentMatt Caswell1-1/+2
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2-2/+2
2015-01-12RT3548: Remove unsupported platformsRich Salz1-8/+2
2015-01-05Fix various certificate fingerprint issues.Dr. Stephen Henson1-1/+13
2014-12-30mark all block comments that need format preserving so thatTim Hudson3-3/+6
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell1-5/+5
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell1-6/+0
2014-12-08Implement internally opaque bn access from dsaMatt Caswell5-56/+82
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson4-4/+4
2014-12-08remove FIPS module code from crypto/dsaDr. Stephen Henson4-198/+0
2014-12-08Remove fips_constseg references.Dr. Stephen Henson1-1/+0
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-09-09RT3192: spurious error in DSA verifyMatt Caswell1-3/+1
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx1-1/+1
2014-08-30Remove some outdated README files, to avoid confusing people.Rich Salz1-4/+0
2014-08-22RT3061: slightly amend patchEmilia Kasper1-2/+1
2014-03-28Add functions returning security bits.Dr. Stephen Henson3-0/+12
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2013-07-17Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson1-0/+4
2013-07-17Avoid need to change function code.Dr. Stephen Henson1-7/+7
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley4-31/+19
2013-06-21Add control to retrieve signature MD.Dr. Stephen Henson1-0/+4
2013-06-13Add secure DSA nonce flag.Adam Langley4-15/+58
2013-06-13Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley1-0/+6
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-0/+1
2011-11-25return error if counter exceeds limit and seed value suppliedDr. Stephen Henson1-0/+6
2011-11-25check counter value against 4 * L, not 4096Dr. Stephen Henson1-1/+1
2011-11-05Add single call public key sign and verify functions.Dr. Stephen Henson1-0/+5
2011-10-16L=3072, N=256 provides 128 bits of security not 112.Dr. Stephen Henson1-1/+1