aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-14 13:57:07 -0400
committerJack Lloyd <[email protected]>2018-03-14 13:57:07 -0400
commit792a2bebf8fd1a4b5813680131267b77d06f6b98 (patch)
tree0b930302d7fd5f14c1e0770f85173cc24a02038e /news.rst
parentb263735f6d88f6c2ffccca075eb22929529ccea1 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index b3a9ac4d1..c667ec9db 100644
--- a/news.rst
+++ b/news.rst
@@ -31,6 +31,11 @@ Version 2.5.0, Not Yet Released
some common software packages including Golang's standard library.
(GH #1480 #1483)
+* It is now possible to create DNs with custom components. (GH #1490 #1492)
+
+* It is now possible to specify the serial number of created certificates,
+ instead of using the default 128-bit random integer. (GH #1489 #1491)
+
* 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)