summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
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
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
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-15Update dependencies.Bodo Möller
1999-05-01Update dependencies.Ben Laurie
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
1999-04-27Message digest stuff.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson