aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't free up key in priv_decode.Dr. Stephen Henson2006-03-311-1/+0
* Initialize pval.Dr. Stephen Henson2006-03-311-4/+1
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-283-1/+21
* Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-231-2/+22
* Fix bug in DSA, EC methods.Dr. Stephen Henson2006-03-231-1/+2
* Add information and pem strings. Update dependencies.Dr. Stephen Henson2006-03-232-0/+28
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson2006-03-221-0/+1
* Move algorithm specific print code from crypto/asn1/t_pkey.c to separateDr. Stephen Henson2006-03-222-2/+122
* Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-221-3/+98
* Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson2006-03-201-2/+81
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-204-2/+394
* remove unnecessary codeNils Larsch2006-03-181-1/+0
* fix problems found by coverity: remove useless codeNils Larsch2006-03-152-3/+2
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-3/+5
* makeNils Larsch2005-07-162-0/+3
* Use BN_with_flags() in a cleaner way.Bodo Möller2005-05-271-0/+1
* make sure DSA signing exponentiations really are constant-timeBodo Möller2005-05-261-3/+27
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-164-1/+34
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* improve comment readabilityBodo Möller2005-05-091-1/+1
* Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2005-04-272-6/+5
* Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson2005-04-261-9/+12
* Add debug target, remove cast, note possible bug.Ben Laurie2005-04-231-0/+2
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-2/+2