openssl/crypto/bn
Richard Levitte 8b4e27e26e In the case where a < 0 and |a| < w, the result (assigned to a) from
BN_add_word becomes wrongly negative...
This was discovered by Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca>
2000-07-27 21:17:14 +00:00
..
asm Remove Win32 assembler files. They are always rebuilt (with some 2000-03-13 08:04:20 +00:00
.cvsignore
bn_add.c
bn_asm.c Typo. 2000-02-27 16:56:48 +00:00
bn_blind.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_ctx.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_div.c New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86 2000-02-15 17:20:52 +00:00
bn_err.c Slightly faster DSA verification (BN_mod_exp2_mont), 2000-06-08 20:26:03 +00:00
bn_exp2.c Comment for increased code clarity. 2000-06-09 09:11:30 +00:00
bn_exp.c Actually comment out the parts of BN_MOD_MUL_WORD that I inteded to 2000-06-23 08:10:28 +00:00
bn_gcd.c
bn_lcl.h Slightly faster DSA verification (BN_mod_exp2_mont), 2000-06-08 20:26:03 +00:00
bn_lib.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_mont.c Don't let top go below zero! 2000-07-01 16:30:27 +00:00
bn_mpi.c
bn_mul.c Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discovered 2000-07-26 01:14:16 +00:00
bn_prime.c
bn_prime.h Move primes to read-only segment. 2000-02-16 13:24:06 +00:00
bn_prime.pl Move primes to read-only segment. 2000-02-16 13:24:06 +00:00
bn_print.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_rand.c Return bignum '0' when BN_rand is asked for a 0 bit random number. 2000-07-02 19:42:19 +00:00
bn_recp.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bn_shift.c This probably fixes a BN_rshift bug. 2000-06-13 15:07:39 +00:00
bn_sqr.c
bn_word.c In the case where a < 0 and |a| < w, the result (assigned to a) from 2000-07-27 21:17:14 +00:00
bn.h Slightly faster DSA verification (BN_mod_exp2_mont), 2000-06-08 20:26:03 +00:00
bn.mul
bnspeed.c
bntest.c Update comment. 2000-03-02 22:08:30 +00:00
divtest.c Include rand.h so RAND_pseudo_bytes may be declared. 2000-02-27 22:57:53 +00:00
exp.c
expspeed.c
exptest.c
Makefile.ssl Enable DSO support on alpha (OSF1), cc and gcc. 2000-06-13 12:59:38 +00:00
todo
vms-helper.c