summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
2002-07-30"make update"Lutz Jänicke
2002-06-13make updateRichard Levitte
2002-05-30Avoid freeing certain things twice.Richard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-15perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2001-07-26Fix problem occuring when used from OpenSSH on Solaris 8.Lutz Jänicke
2001-06-26DSA verification should insist that r and s are in the allowed range.Bodo Möller
2001-05-24Fix for missing DSA parameters.Dr. Stephen Henson
2001-02-24Backfit a bugfix from 0.9.7-dev to 0.9.6-stable. init() and finish()Geoff Thorpe
2001-02-21BN_rand_range() as in main branch.Ulf Möller
2001-02-10Simplify BN_rand_rangeBodo Möller
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller
2001-02-07DSA fix from main branch.Ulf Möller
2000-10-11Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte
2000-09-13Don't set the two top bits to one when generating a random number < q.:wqUlf Möller
2000-09-07'make update'Richard Levitte
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-04-20The handling of DSA_METHOD and DH_METHOD wasn't quite as problematic asGeoff Thorpe
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-02-29Check BN_rand return value.Bodo Möller
2000-02-05Cosmetic changes.Bodo Möller
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-02-02Tolerate negative numbers in BN_is_prime.Bodo Möller
2000-02-02rndsort{Miller, Rabin} primality test.Bodo Möller
2000-01-30Tiny changes to previous patch (the log message was meant to beBodo Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
2000-01-27Document DSA and SHA.Ulf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-15add "randomness"Bodo Möller
1999-11-04Allow additional information to be attached to aDr. Stephen Henson
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-10-04Add prototypes for new DSA functions Steve added recently.Ralf S. Engelschall
1999-08-24make update.Ulf Möller
1999-08-23Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson
1999-08-22Initial support for DSA_METHOD...Dr. Stephen Henson
1999-08-06fix the bugBodo Möller
1999-08-05New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller
1999-07-21Torture weak compilers less by not automatically including x509.h whereBodo Möller
1999-07-09Fix memory checking.Bodo Möller
1999-06-25Avoid some memory holes, one of which was pointed out byBodo Möller
1999-06-12Avoid some warnings (on silly compilers).Bodo Möller
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Add a kludge :-(Bodo Möller