summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-04-27 18:41:23 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-04-27 18:41:23 +0000
commit5ee6f96cea73f39b2b391b001d755b94c763e2d4 (patch)
treef65d6a67caa40c16f2c22649ef5878f42d36dfe1 /CHANGES
parentdc634aff252943c5f61fa1a245a4206259cf941f (diff)
Paul Sheer optimised the OpenSSL to/from libGMP conversions for the case
where they both use the same limb size. I've tweaked his patch slightly, so blame me if it breaks. Submitted by: Paul Sheer Reviewed by: Geoff Thorpe
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1aa60fadd3..66adadf61c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -681,6 +681,11 @@
Changes between 0.9.8g and 0.9.8h [xx XXX xxxx]
+ *) Update the GMP engine glue to do direct copies between BIGNUM and
+ mpz_t when openssl and GMP use the same limb size. Otherwise the
+ existing "conversion via a text string export" trick is still used.
+ [Paul Sheer <paulsheer@gmail.com>, Geoff Thorpe]
+
*) Zlib compression BIO. This is a filter BIO which compressed and
uncompresses any data passed through it.
[Steve Henson]