aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
...
* Return security strength for supported DSA parameters: will be usedDr. Stephen Henson2011-02-111-7/+10
* Free keys if DSA pairwise error.Dr. Stephen Henson2011-02-111-1/+5
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-032-0/+4
* make updateBodo Möller2011-02-031-8/+15
* Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson2011-02-021-0/+3
* fixes for DSA2 parameter generationDr. Stephen Henson2011-02-011-4/+5
* Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson2011-02-011-18/+0
* Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson2011-01-314-2/+277
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-0/+5
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* FIPS mode DSA changes:Dr. Stephen Henson2011-01-266-2/+129
* Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson2011-01-254-48/+67
* recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson2011-01-253-1/+17
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-193-2/+6
* PR: 2295Dr. Stephen Henson2010-10-111-1/+1
* fix signature printing routinesDr. Stephen Henson2010-10-041-1/+9
* Fix warnings.Ben Laurie2010-06-121-2/+1
* PR: 2241Dr. Stephen Henson2010-04-201-1/+1
* correct error codeDr. Stephen Henson2010-03-083-2/+4
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-0/+39
* Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson2010-01-221-0/+8
* check DSA_sign() return value properlyDr. Stephen Henson2009-12-011-1/+1
* make updateDr. Stephen Henson2009-10-181-2/+3
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-3/+7
* Seed PRNG with DSA and ECDSA digests for additional protection againstDr. Stephen Henson2009-09-091-0/+2
* PR: 1644Dr. Stephen Henson2009-09-062-1/+6
* PR: 2029Dr. Stephen Henson2009-09-021-0/+1
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-3/+6
* Remove misleading dead code. Constify. (Coverity ID 142)Ben Laurie2008-12-263-10/+5
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-122-6/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-054-4/+4
* More size_tification.Ben Laurie2008-11-012-6/+6
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* More type-checking.Ben Laurie2008-06-041-3/+8
* Indicate support for digest init ctrl.Dr. Stephen Henson2008-05-021-0/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Update dependencies.Dr. Stephen Henson2008-03-221-6/+23
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-162-0/+2
* And so it begins...Dr. Stephen Henson2008-03-123-15/+22
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-1/+5
* Fix from fips branch.Dr. Stephen Henson2007-10-051-2/+9
* Add SEED encryption algorithm.Bodo Möller2007-04-231-26/+22
* check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch2007-04-021-1/+1
* Change to mitigate branch prediction attacksBodo Möller2007-03-282-2/+2
* Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fi...Dr. Stephen Henson2007-03-161-2/+2
* size_t -> intNils Larsch2007-03-021-2/+1
* avoid shifting inputNils Larsch2007-02-111-17/+10
* remove unused variableNils Larsch2007-02-071-1/+1