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:
This commit is contained in:
Mark J. Cox
1999-01-28 10:40:38 +00:00
parent 8938272b32
commit a0a5407901
11 changed files with 150 additions and 68 deletions

View File

@@ -5,6 +5,11 @@
Changes between 0.9.1c and 0.9.2
*) 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.
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
*) Add ASN1 and PEM code to support netscape certificate sequences.
[Steve Henson]