]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix.
authorSimon Josefsson <simon@josefsson.org>
Thu, 1 Feb 2007 14:54:16 +0000 (14:54 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 1 Feb 2007 14:54:16 +0000 (14:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index fe689187435e6d84b81ab0d7c475ab9473964be2..2689ec4afb3ea76f7ec1ea76bf172f36e9ce5832 100644 (file)
--- 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.