summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2009-11-28 00:48:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2009-11-28 00:48:15 +0200
commit02ee5842f8f5f37ee93e258d5edfc2560b00ac2c (patch)
treee0f2d7791eab690a931196570b92a5d9cf8a7ede /NEWS
parent3d8da5765133c6ced37bf29b5a07f950b8c26cd7 (diff)
downloadgnutls-02ee5842f8f5f37ee93e258d5edfc2560b00ac2c.tar.gz
Documented certtool's certificate request generation fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d085712db..cd44a42b4d 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ See the end for copying conditions.
* Version 2.9.10 (unreleased)
+** certtool: Corrected two issues that affected certificate request generation.
+(1) Null padding is added on integers (found thanks to Wilankar Trupti),
+(2) In optional SignatureAlgorithm parameters field for DSA keys the DSA
+parameters were added. Those were rejected by Verisign. Gnutls no longer adds
+those parameters there since other implementations don't do either and having
+them does not seem to offer anything (anyway you need the signer's certificate
+to verify thus public key will be available). Found thanks to Boyan Kasarov.
+
** certtool: Allow exporting of Certificate requests on DER format.
** certtool: New option --no-crq-extensions to avoid extensions in CSRs.