summaryrefslogtreecommitdiff
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Add command line password options to the reamining utilities,Dr. Stephen Henson2000-02-081-3/+3
* "print" is GNU bc specific.Ulf Möller2000-02-061-1/+1
* put missing line back in.Ulf Möller2000-02-061-1/+2
* Improve bntest slightly, and fix another bug in the BN library.Ulf Möller2000-02-063-69/+115
* BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller2000-02-061-76/+71
* Cosmetic changes.Bodo Möller2000-02-051-0/+1
* Commit patch to bn.h that CVS decided to throw away during 'cvs update',Bodo Möller2000-02-052-2/+5
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-053-5/+31
* Use MONT_WORD macro to control if the word-based or the bignumUlf Möller2000-02-052-115/+95
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-0515-146/+305
* *** empty log message ***Ulf Möller2000-02-031-2/+2
* ispell (and minor modifications)Ulf Möller2000-02-038-25/+25
* Some 'const's for BNs.Bodo Möller2000-02-033-10/+11
* Include OpenSSL license.Bodo Möller2000-02-021-0/+53
* Tolerate negative numbers in BN_is_prime.Bodo Möller2000-02-023-26/+38
* rndsort{Miller, Rabin} primality test.Bodo Möller2000-02-022-184/+92
* Support for "multiply high" instruction, see BN_UMULT_HIGH comment inAndy Polyakov2000-02-023-37/+151
* Bug fix: BN_is_prime() would fail with a high probability for smallUlf Möller2000-02-011-0/+1
* match the prototypeUlf Möller2000-02-011-1/+2
* If n0 == d0, we must alway compute 'rem' "by hand"Bodo Möller2000-02-011-1/+6
* Typo in preprocessor symbol.Bodo Möller2000-02-011-3/+3
* undo. I keep confusing my directories. :(Ulf Möller2000-02-011-3/+0
* EBCDIC support.Ulf Möller2000-02-011-0/+3
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-4/+7
* Make output of "openssl dsaparam 1024" more interesting :-)Bodo Möller2000-01-301-0/+3
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-302-11/+33
* Declare BN_pseudo_rand().Richard Levitte2000-01-271-0/+1
* A couple of things were reversed for BN_pseudo_rand ...Bodo Möller2000-01-271-2/+2
* comment was wrong.Ulf Möller2000-01-271-1/+1
* Document DSA and SHA.Ulf Möller2000-01-273-22/+41
* typo in a commentBodo Möller2000-01-271-1/+1
* Update comments to provide a better approximation of reality.Bodo Möller2000-01-272-3/+5
* Add a pointer to a paper (is the algorithm in section 4.2 theBodo Möller2000-01-271-3/+4
* enable Montgomery testBodo Möller2000-01-271-3/+6
* Update references.Bodo Möller2000-01-271-2/+2
* Run ispell.Ulf Möller2000-01-273-106/+48
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-34/+36
* Document the BN library.Ulf Möller2000-01-234-16/+26
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-222-22/+32
* AFAICS lst1 stands for "lshift test" not "list".Ulf Möller2000-01-211-2/+2
* Rename lst1 to list1 to avoid name conflict on some platforms.Bodo Möller2000-01-201-2/+2
* - Pseudo-seed the PRNG in programs used for "make test"Bodo Möller2000-01-148-1/+25
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-132-2/+4
* Turn BN_prime_checks into a macro.Bodo Möller2000-01-123-12/+30
* add dependency and auto-generation rule for bn_prime.hBodo Möller2000-01-123-5/+68
* Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux.Andy Polyakov1999-12-251-7/+7
* Solaris x86 assembler problem is already addressed in ./configUlf Möller1999-12-141-1/+1
* Don't use inline assembler on x86 Solaris (would need a different syntax).Ulf Möller1999-12-081-1/+1
* Fix assembler for Alpha (tested only on DEC OSF not Linux or *BSD). TheMark J. Cox1999-11-031-557/+1858
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-252-0/+13