aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-10 10:27:07 -0500
committerJack Lloyd <[email protected]>2018-03-10 10:27:13 -0500
commita6bc9cee3d154982b13990083a7ee3fcad5a31a3 (patch)
tree5b97997e8c775bd76910d244e1191d5e73201600
parent9141f982c7679a27a265a84ba34d9695017883c9 (diff)
Update news
-rw-r--r--news.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index f958c72d0..df99382d1 100644
--- a/news.rst
+++ b/news.rst
@@ -26,6 +26,11 @@ Version 2.5.0, Not Yet Released
* Add support for POWER8 AES instructions (GH #1459 #1393 #1206)
+* The default encoding of ECC public keys has changed from compressed
+ to uncompressed point representation. This improves compatability with
+ some common software packages including Golang's standard library.
+ (GH #1480)
+
* Change DL_Group and EC_Group to store their data as shared_ptr for
fast copying. Also both classes precompute additional useful values
(eg for modular reductions). (GH #1435 #1454)