Put the first stage of my bignum debugging adventures into CVS. This code
authorGeoff Thorpe <geoff@openssl.org>
Tue, 4 Nov 2003 22:54:49 +0000 (22:54 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 4 Nov 2003 22:54:49 +0000 (22:54 +0000)
commitd870740cd75dd4f0cb66fb8c32653a7d47369706
tree0c6cb1ce0b1083c96419c432d1f05c3dff51320d
parentd8ec0dcf457f4dec39f137657b702fcbeaf5cc04
Put the first stage of my bignum debugging adventures into CVS. This code
is itself experimental, and in addition may cause execution to break on
existing openssl "bugs" that previously were harmless or at least
invisible.
25 files changed:
CHANGES
crypto/bn/bn.h
crypto/bn/bn_add.c
crypto/bn/bn_blind.c
crypto/bn/bn_ctx.c
crypto/bn/bn_div.c
crypto/bn/bn_exp.c
crypto/bn/bn_exp2.c
crypto/bn/bn_gcd.c
crypto/bn/bn_gf2m.c
crypto/bn/bn_lcl.h
crypto/bn/bn_lib.c
crypto/bn/bn_mod.c
crypto/bn/bn_mont.c
crypto/bn/bn_mpi.c
crypto/bn/bn_mul.c
crypto/bn/bn_nist.c
crypto/bn/bn_prime.c
crypto/bn/bn_print.c
crypto/bn/bn_rand.c
crypto/bn/bn_recp.c
crypto/bn/bn_shift.c
crypto/bn/bn_sqr.c
crypto/bn/bn_sqrt.c
crypto/bn/bn_word.c