summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-11-16 03:46:52 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-11-26 16:56:33 +0300
commita0754ce52e28851fe6cef367ef0fbf45914ada49 (patch)
tree19bf216137ccc879056d0baf363e115d7a6f50c0 /NEWS
parentd80b16f6a1da09b9c96ef5efc9ff890d1578d63a (diff)
downloadgnutls-a0754ce52e28851fe6cef367ef0fbf45914ada49.tar.gz
certtool: don't output textual information if --no-text was given
Change privkey/certificate/CRL/CSR handling to disable text output if --no-text option was given. Closes #487 Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eb09d3a831..30f6ffffc7 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,9 @@ See the end for copying conditions.
** libgnutls: Added support for GOST key unmasking and unwrapped GOST private
keys parsing, as specified in R 50.1.112-2016.
+** certtool: Add parameter --no-text that prevents certtool from outputting
+ text before PEM-encoded private key, public key, certificate, CRL or CSR.
+
** API and ABI modifications:
GNUTLS_AUTO_REAUTH: Added
GNUTLS_CIPHER_AES_128_CFB8: Added