From 94c95d04c685abb0e37dcbe79e172c0488559e7a Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 10 Apr 1999 11:33:28 +0000 Subject: [PATCH 1/1] Fix a typo in the X.509v3 docs: cRLSign instead of cRLCertSign is correct according to the sources.... found by Steffen Dettmer . --- doc/openssl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/openssl.txt b/doc/openssl.txt index a23373e34f..cbfbb2abd0 100644 --- a/doc/openssl.txt +++ b/doc/openssl.txt @@ -203,7 +203,7 @@ nsCertType (netscape certificate type) takes the flags: client, server, email, objsign, reserved, sslCA, emailCA, objCA. keyUsage (PKIX key usage) takes the flags: digitalSignature, nonRepudiation, -keyEncipherment, dataEncipherment, keyAgreement, keyCertSign, cRLCertSign, +keyEncipherment, dataEncipherment, keyAgreement, keyCertSign, cRLSign, encipherOnly, decipherOnly. For example: -- 2.34.1