aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_ctx.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-09-19 04:43:46 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-09-19 04:43:46 +0000
commitf79110c63383de7241c01e80f0dfc07d33395e77 (patch)
tree8609a49a5d402aebd5ccb35c0119d9df3f6cf9e5 /crypto/bn/bn_ctx.c
parent6ef2ff62fca2d317bf98cf7dda85bf1ab493749c (diff)
downloadopenssl-f79110c63383de7241c01e80f0dfc07d33395e77.zip
openssl-f79110c63383de7241c01e80f0dfc07d33395e77.tar.gz
openssl-f79110c63383de7241c01e80f0dfc07d33395e77.tar.bz2
Two TODO comments taken care of. Nils pointed out that one of them had already
been done, and took care of the other one (which hadn't). Submitted by: Nils Larsch Reviewed by: Geoff Thorpe
Diffstat (limited to 'crypto/bn/bn_ctx.c')
-rw-r--r--crypto/bn/bn_ctx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c
index 12d8a8c..5bd742a 100644
--- a/crypto/bn/bn_ctx.c
+++ b/crypto/bn/bn_ctx.c
@@ -70,10 +70,7 @@
*
* 1. Check a bunch of "(words+1)" type hacks in various bignum functions and
* check they can be safely removed.
- * - BN_bin2bn() looks pretty nasty with the miscellaneous +1 and +2 adjustments.
- * Needs a full rubber-gloving, me thinks.
* - Check +1 and other ugliness in BN_from_montgomery()
- * - Aspects of BN_bn2dec() also look a bit arbitrary
*
* 2. Consider allowing a BN_new_ex() that, at least, lets you specify an
* appropriate 'block' size that will be honoured by bn_expand_internal() to