diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2005-05-21 19:03:50 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2005-05-21 19:03:50 +0000 |
commit | b2812ed68dc9f170c41e0607cf975456f8600ea5 (patch) | |
tree | 7d3ac9b850879f3e96213ec8ed08f2780fc26eae /NEWS | |
parent | 6efa1bd08ae07f07fb683bd2fba4f143becce513 (diff) | |
download | gnutls-b2812ed68dc9f170c41e0607cf975456f8600ea5.tar.gz |
Introduced to --fix-key option to certtool, which can be used to
regenerate the (optional) parameters in a private key. It should
be used together with --key-info.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ See the end for copying conditions. - Some corrections in the header files to include the prototype of memmem properly (affected 64 bit systems). Report and patch by Yoann Vandoorselaere <yoann@prelude-ids.org>. +- Introduced to --fix-key option to certtool, which can be used to + regenerate the (optional) parameters in a private key. It should + be used together with --key-info. * Version 1.2.3 (2005-04-28) - Corrected bug in record packet parsing that could lead |