Fixes to BN code. Previously the default was to define BN_RECURSION
authorMark J. Cox <mark@openssl.org>
Thu, 28 Jan 1999 10:40:38 +0000 (10:40 +0000)
committerMark J. Cox <mark@openssl.org>
Thu, 28 Jan 1999 10:40:38 +0000 (10:40 +0000)
commita0a5407901ae93fadcfead6d44b923b8ef1ad579
treef491c5aedf07971f7a960e0976e7eef3d508e090
parent8938272b322353aa564c21597ff43c010a0dd487
Fixes to BN code.  Previously the default was to define BN_RECURSION
but the BN code had some problems that would cause failures when
doing certificate verification and some other functions.

Submitted by: Eric A Young from a C2Net version of SSLeay
Reviewed by: Mark J Cox
PR:
CHANGES
crypto/bn/bn.org
crypto/bn/bn_add.c
crypto/bn/bn_asm.c
crypto/bn/bn_err.c
crypto/bn/bn_exp.c
crypto/bn/bn_lcl.h
crypto/bn/bn_mul.c
crypto/bn/bn_sqr.c
crypto/bn/bntest.c
crypto/bn/exp.c