aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* Merge from 0.9.6-stable branch. No conflicts.Richard Levitte2001-07-051-0/+11
* Add changes from the 0.9.6-stable branch.Richard Levitte2001-06-053-0/+12
* Merge of the 0.9.6-stable branch (continued after network interrupt).Richard Levitte2001-03-134-22/+12
* Merge of main trunk, conflicts resolved.Richard Levitte2000-09-132-2/+2
* Merge main trunk to engine branch, all conflicts resolved.Richard Levitte2000-09-071-28/+31
* Merge from main, all conflicts resolved.Richard Levitte2000-07-121-16/+19
* Add the possibility to load prvate and public keys from an engine andRichard Levitte2000-07-061-30/+58
* - merged in the latest from the main trunk, fixed all conflictsRichard Levitte2000-06-132-23/+33
* * Migrate the engine code's Malloc + Free calls to the newerGeoff Thorpe2000-06-091-1/+1
* Merge in code from main trunk to BRANCH_engine.Richard Levitte2000-06-082-10/+10
* "handle", "h" and even "e" were probably not the best terms to use. TheGeoff Thorpe2000-05-295-20/+20
* "make update"Geoff Thorpe2000-05-291-14/+16
* Tie DSA into the engine framework as with RSA and DH so far. I've verifiedGeoff Thorpe2000-05-295-15/+81
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic asGeoff Thorpe2000-04-201-2/+1
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Check BN_rand return value.Bodo Möller2000-02-291-1/+2
* Cosmetic changes.Bodo Möller2000-02-051-0/+2
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-11/+14
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-033-7/+8
* Tolerate negative numbers in BN_is_prime.Bodo Möller2000-02-021-2/+4
* rndsort{Miller, Rabin} primality test.Bodo Möller2000-02-021-5/+3
* Tiny changes to previous patch (the log message was meant to beBodo Möller2000-01-301-3/+5
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-304-100/+56
* Document DSA and SHA.Ulf Möller2000-01-273-13/+16
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-233-16/+17
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+1
* add "randomness"Bodo Möller2000-01-151-0/+4
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-2/+2
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-1/+5
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-2/+2
* Add prototypes for new DSA functions Steve added recently.Ralf S. Engelschall1999-10-041-0/+4
* make update.Ulf Möller1999-08-241-3/+13
* Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson1999-08-232-7/+6
* Initial support for DSA_METHOD...Dr. Stephen Henson1999-08-226-200/+431
* fix the bugBodo Möller1999-08-061-1/+1
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-053-28/+80
* Torture weak compilers less by not automatically including x509.h whereBodo Möller1999-07-211-28/+8
* Fix memory checking.Bodo Möller1999-07-091-1/+1
* Avoid some memory holes, one of which was pointed out byBodo Möller1999-06-253-1/+7
* Avoid some warnings (on silly compilers).Bodo Möller1999-06-121-1/+1
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-2/+2
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-24/+30
* Add a kludge :-(Bodo Möller1999-05-201-16/+12
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-37/+35
* Update dependencies.Bodo Möller1999-05-151-29/+31
* Update dependencies.Ben Laurie1999-05-011-2/+4
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3