aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add support for DSA with SHA2Nils Larsch2007-02-039-70/+224
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-3/+1
* Fix various warnings.Ben Laurie2006-11-082-3/+3
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-283-2/+22
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-1/+1
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-173-12/+6
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-101-0/+3
* dsa_pub_cmp() doesn't need to check parameters because that is done inDr. Stephen Henson2006-07-021-2/+0
* New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson2006-05-241-0/+13
* Use size_t for new crypto size parameters.Dr. Stephen Henson2006-05-241-4/+4
* Correctly handle missing DSA parameters.Dr. Stephen Henson2006-05-151-11/+25
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-071-0/+4
* Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson2006-04-171-1/+24
* Fix (most) WIN32 warnings and errors.Dr. Stephen Henson2006-04-171-1/+1
* Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson2006-04-151-1/+1
* Update copyright notices on a few files where all original SSLeay code hasDr. Stephen Henson2006-04-141-50/+51
* Update dependencies.Dr. Stephen Henson2006-04-131-0/+15
* Add key derivation support.Dr. Stephen Henson2006-04-131-0/+2
* Fix leak.Dr. Stephen Henson2006-04-121-0/+2
* Compare parameters when comparing public keys.Dr. Stephen Henson2006-04-121-8/+10
* Support for DSA keygen, fix for genpkey.Dr. Stephen Henson2006-04-123-1/+24
* Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson2006-04-124-2/+245