aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* VC++ warning.Ulf Möller1999-09-291-1/+1
* Minor MIPS III/IV tune-up.Andy Polyakov1999-08-242-72/+75
* Make it compile under -pedantic.Ben Laurie1999-08-031-1/+1
* Extra i386+gcc bn_div.c tune-up featuring inline division and savingAndy Polyakov1999-07-311-6/+35
* by request: let BN_dup(NULL) just return NULLBodo Möller1999-07-301-0/+2
* Bignum division tune-up. Idea is to move multiplications in front ofAndy Polyakov1999-07-303-89/+180
* when invoking bn_*_comba[48] result->top wasn't always set correctly.Andy Polyakov1999-07-271-2/+2
* SPARC Solaris config updates.Andy Polyakov1999-07-251-4/+9
* Added support for SPARC Linux.Andy Polyakov1999-07-251-1/+0
* - performance retunes, v8plus bn_*_comba routines are reimplemented;Andy Polyakov1999-07-252-1030/+969