aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-6/+6
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+1
* Constify DSA-related code.Richard Levitte2000-11-071-20/+21
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-2/+14
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-1/+4
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-1/+1
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-2/+5
* Document DSA and SHA.Ulf Möller2000-01-271-2/+2
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-4/+4
* Add prototypes for new DSA functions Steve added recently.Ralf S. Engelschall1999-10-041-0/+4
* Initial support for DSA_METHOD...Dr. Stephen Henson1999-08-221-9/+39