summaryrefslogtreecommitdiffstats
path: root/crypto/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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-271-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
* Rebuild error codes.Dr. Stephen Henson2005-04-121-20/+23
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-6/+3
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macroNils Larsch2005-03-281-1/+1
* Remaing bits of PR:620 relevant to 0.9.8.Dr. Stephen Henson2004-12-051-17/+23
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-031-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-11/+11
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-1/+1
* The new BN_CTX code makes this sort of abuse unnecessary.Geoff Thorpe2004-04-281-19/+15
* make updateGeoff Thorpe2004-04-191-56/+44
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-192-0/+4
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-3/+6
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-0/+3
* Update any code that was using deprecated functions so that everything buildsGeoff Thorpe2003-10-291-12/+11
* When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe2003-10-291-0/+4
* make updateRichard Levitte2003-05-011-3/+7
* make updateRichard Levitte2003-04-101-17/+8
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-084-13/+0
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-041-1/+1
* Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte2003-03-214-1/+6
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-211-0/+1
* The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe2003-03-111-45/+42