aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-335/+0
* Simplify DSA public key handling.Dr. Stephen Henson2015-03-261-1/+0
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-5/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-222/+220
* Move more comments that confuse indentMatt Caswell2015-01-221-13/+14
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-5/+5
* remove FIPS module code from crypto/dsaDr. Stephen Henson2014-12-081-15/+0
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+1
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-12/+2
* Add secure DSA nonce flag.Adam Langley2013-06-131-8/+24
* Add single call public key sign and verify functions.Dr. Stephen Henson2011-11-051-0/+5
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+1
* Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson2011-02-021-0/+3
* Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson2011-01-311-0/+3
* FIPS mode DSA changes:Dr. Stephen Henson2011-01-261-0/+27
* recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson2011-01-251-0/+1
* correct error codeDr. Stephen Henson2010-03-081-0/+1
* PR: 1644Dr. Stephen Henson2009-09-061-1/+1
* Remove misleading dead code. Constify. (Coverity ID 142)Ben Laurie2008-12-261-2/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-4/+4
* More size_tification.Ben Laurie2008-11-011-4/+4
* add support for DSA with SHA2Nils Larsch2007-02-031-0/+2
* Fix various warnings.Ben Laurie2006-11-081-1/+1
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-2/+8
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-1/+2
* Support for DSA keygen, fix for genpkey.Dr. Stephen Henson2006-04-121-0/+2
* Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson2006-04-121-0/+8
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-0/+1
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-0/+8
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-0/+7
* Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2005-04-271-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-6/+3
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-1/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+3
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-3/+6
* Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte2003-03-201-0/+2
* The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte2003-01-301-2/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+2
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-151-0/+7
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-0/+10
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-091-1/+1
* Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson2002-03-051-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-17/+8
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-031-1/+1
* Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,Geoff Thorpe2001-08-251-1/+3
* Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson2001-04-211-1/+2