summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
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-06-23In {RSA,DSA,DH}_new_method(x) need to increase the referenceDr. Stephen Henson
2001-06-23make updateRichard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-06-05'make update'Richard Levitte
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe
2001-04-21Fix ASN1 bug when decoding OTHER type.Dr. Stephen Henson
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-20Use BN_rand_range().Ulf Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-10Simplify BN_rand_rangeBodo Möller
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller
2001-02-07Bleichenbacher's DSA attackUlf Möller
2001-02-04Make depend.Ben Laurie
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-11-29Do to DH and DSA what has already been done to RSA. This involves movingGeoff Thorpe
2000-11-19Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-07Constify DSA-related code.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard 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