summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2000-01-27Declare BN_pseudo_rand().Richard Levitte
2000-01-27A couple of things were reversed for BN_pseudo_rand ...Bodo Möller
2000-01-27comment was wrong.Ulf Möller
2000-01-27Document DSA and SHA.Ulf Möller
2000-01-27typo in a commentBodo Möller
2000-01-27Update comments to provide a better approximation of reality.Bodo Möller
2000-01-27Add a pointer to a paper (is the algorithm in section 4.2 theBodo Möller
2000-01-27enable Montgomery testBodo Möller
2000-01-27Update references.Bodo Möller
2000-01-27Run ispell.Ulf Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-23Document the BN library.Ulf Möller
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-21AFAICS lst1 stands for "lshift test" not "list".Ulf Möller
2000-01-20Rename lst1 to list1 to avoid name conflict on some platforms.Bodo Möller
2000-01-14- Pseudo-seed the PRNG in programs used for "make test"Bodo Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller
2000-01-12add dependency and auto-generation rule for bn_prime.hBodo Möller
1999-12-25Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux.Andy Polyakov
1999-12-14Solaris x86 assembler problem is already addressed in ./configUlf Möller
1999-12-08Don't use inline assembler on x86 Solaris (would need a different syntax).Ulf Möller
1999-11-03Fix assembler for Alpha (tested only on DEC OSF not Linux or *BSD). TheMark J. Cox
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-09-29VC++ warning.Ulf Möller
1999-08-24Minor MIPS III/IV tune-up.Andy Polyakov
1999-08-03Make it compile under -pedantic.Ben Laurie
1999-07-31Extra i386+gcc bn_div.c tune-up featuring inline division and savingAndy Polyakov
1999-07-30by request: let BN_dup(NULL) just return NULLBodo Möller
1999-07-30Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov
1999-07-27when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov
1999-07-25SPARC Solaris config updates.Andy Polyakov
1999-07-25Added support for SPARC Linux.Andy Polyakov
1999-07-25- performance retunes, v8plus bn_*_comba routines are reimplemented;Andy Polyakov
1999-07-22Remove obsolete files.Ulf Möller
1999-07-21Get rid of redundant multiplications in bn_div_words.Andy Polyakov
1999-07-20MIPS III/IV assembler module is reimplemented.Andy Polyakov
1999-07-20crypto/bn/asm/mips3.s is moved to crypto/bn/asm/obsolete/Andy Polyakov
1999-07-20crypto/bn/asm/mips3.s is obsolete. I'm moving it to crypto/bn/asm/obsoleteAndy Polyakov
1999-07-15More DES library cleanups: remove references to srand/randUlf Möller
1999-07-09Obsolete/experimental code.Ulf Möller
1999-06-28Use "long long" for all Win32 gcc ports.Ulf Möller
1999-06-28With mingw32, use "long long" rather than "_int64" (the latter doesBodo Möller
1999-06-20New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson
1999-06-15Some people don't have /dev/fd/0 on Solaris, so use - instead.Bodo Möller
1999-06-12Avoid some warnings (on silly compilers).Bodo Möller
1999-06-09Circumvent bug in SC5 without patch #107357-01.Ulf Möller
1999-06-09Make "make test" fail if bntest fails an internal selfcheck.Ben Laurie
1999-06-05const/type fixes.Ben Laurie
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie