summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2014-06-01 15:30:01 +0100
committerBen Laurie <ben@links.org>2014-06-01 15:31:27 +0100
commit5fc3a5fe4912a549d43c097340f6062d8da4ec07 (patch)
tree03e4f3148545a62cb9b7e12523deb706309c47ad /CHANGES
parentc93233dbfd6fee35fdf8c8a45ae36b9b9bd7ad9b (diff)
Credit to Felix.
Closes #116.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a55bdc9e3e..4236f8600e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.2 and 1.1.0 [xx XXX xxxx]
+ *) Experimental support for a new, fast, unbiased prime candidate generator,
+ bn_probable_prime_dh_coprime(). Not currently used by any prime generator.
+ [Felix Laurie von Massenbach <felix@erbridge.co.uk>]
+
*) New output format NSS in the sess_id command line tool. This allows
exporting the session id and the master key in NSS keylog format.
[Martin Kaiser <martin@kaiser.cx>]