summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2008-04-27 18:52:14 +0000
committerGeoff Thorpe <geoff@openssl.org>2008-04-27 18:52:14 +0000
commit292248b8c28a077cd3325639984b6ae10df4c4cf (patch)
tree8423714fda9d5b38cbbda25b6e5db54d4658f46c /CHANGES
parentd3eef3e5afc806ba61ca1b6a1af456b24363eda8 (diff)
Update from HEAD.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 06bfdd299c..665c56a150 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,11 @@
with the enable-cms configuration option.
[Steve Henson]
+ *) 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>]
+
*) Zlib compression BIO. This is a filter BIO which compressed and
uncompresses any data passed through it.
[Steve Henson]