aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-021-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-031-1/+1
* Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.Richard Levitte2003-03-204-1/+6
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe2003-03-111-45/+42
* more mingw related cleanups.Ulf Möller2003-02-221-3/+0
* 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-306-0/+20
* Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke2003-01-151-4/+9
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-154-0/+33
* Adjust the parameter lists in some not commonly used files.Richard Levitte2003-01-011-1/+1
* make updateRichard Levitte2002-12-291-35/+18
* make updateRichard Levitte2002-12-091-0/+21
* Nils Larsch submitted;Geoff Thorpe2002-12-081-3/+1
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-085-23/+143
* Some compilers are quite picky about non-void functions that don't returnRichard Levitte2002-12-061-0/+1
* EXIT() needs to be in a function that returns int.Richard Levitte2002-12-011-1/+6
* Remove incorrect assert.Richard Levitte2002-11-291-2/+4
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-2/+5
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-2/+4
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* make updateBodo Möller2002-08-091-21/+22