X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=a55bdc9e3e746ff4e09ac422ef8cb3ad0ee47f61;hp=bb03d196d0a3c77069976b4b94ab82b8bb76bc72;hb=189ae368d91d2c9de5ed1fa21e993f5c83fc4445;hpb=4ba5e63bfd5c290ebde962af87588d503f3796b0 diff --git a/CHANGES b/CHANGES index bb03d196d0..a55bdc9e3e 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,18 @@ Changes between 1.0.2 and 1.1.0 [xx XXX xxxx] + *) 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 ] + *) Fix some double frees. These are not thought to be exploitable. [mancha ]