summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-01 14:54:16 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-01 14:54:16 +0000
commitf34a9382e2e511e200eaff9db12004e668adf9a8 (patch)
treecadab6b0a157e53b067352a90b7f0517e2348e93
parentd42b8c14c971d42ca53d6c9d6861fd42d1d65f90 (diff)
downloadgnutls-f34a9382e2e511e200eaff9db12004e668adf9a8.tar.gz
Fix.
-rw-r--r--NEWS13
1 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index fe68918743..2689ec4afb 100644
--- a/NEWS
+++ b/NEWS
@@ -7,12 +7,13 @@ See the end for copying conditions.
** New option to certtool: --generate-proxy.
This will generate a Proxy Certificate from an end entity certificate.
-You will need to specify the proxy certificate's private key with
---load-privkey, the user certificate with --load-certificate and the
-private key used to sign the new proxy certificate with
---load-ca-privkey. Certtool will query for proxy path length and the
-policy language OID. Currently only OIDs that have an empty policy
-are supported (which includes the two OIDs defined by RFC 3820).
+Proxy Certificates are documented in RFC 3820. You will need to
+specify the proxy certificate's private key with --load-privkey, the
+user certificate with --load-certificate and the private key used to
+sign the new proxy certificate with --load-ca-privkey. Certtool will
+query for proxy path length and the policy language OID. Currently
+only OIDs that have an empty policy are supported (which includes the
+two OIDs defined by RFC 3820).
** Certtool --certificate-info now prints information for Proxy Certificates.
Before the proxy extension was just printed as DER encoded data.