X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=4236f8600eab6a113a431bd8343c7f06ec537127;hp=b9cd499c95ff07fb8599b4b1511d2b8a6c386864;hb=5fc3a5fe4912a549d43c097340f6062d8da4ec07;hpb=e14f14d36e429762b277bd584329d815760b95d2 diff --git a/CHANGES b/CHANGES index b9cd499c95..4236f8600e 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,18 @@ 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 ] + + *) 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 ] + + *) Harmonize version and its documentation. -f flag is used to display + compilation flags. + [mancha ] + *) Fix eckey_priv_encode so it immediately returns an error upon a failure in i2d_ECPrivateKey. [mancha ]