summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa.h
AgeCommit message (Expand)Author
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-26Simplify DSA public key handling.Dr. Stephen Henson
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-08remove FIPS module code from crypto/dsaDr. Stephen Henson
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2013-07-15Make `safe' (EC)DSA nonces the default.Adam Langley
2013-06-13Add secure DSA nonce flag.Adam Langley
2011-11-05Add single call public key sign and verify functions.Dr. Stephen Henson
2011-04-23Add PRNG security strength checking.Dr. Stephen Henson
2011-02-02Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson
2011-01-31Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson
2011-01-26FIPS mode DSA changes:Dr. Stephen Henson
2011-01-25recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson
2010-03-08correct error codeDr. Stephen Henson
2009-09-06PR: 1644Dr. Stephen Henson
2008-12-26Remove misleading dead code. Constify. (Coverity ID 142)Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2007-02-03add support for DSA with SHA2Nils Larsch
2006-11-08Fix various warnings.Ben Laurie
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-04-12Support for DSA keygen, fix for genpkey.Dr. Stephen Henson
2006-04-12Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-04-27Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2003-03-20Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2002-03-09Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson
2002-03-05Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
2001-08-25Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson