diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1999-04-10 11:33:28 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1999-04-10 11:33:28 +0000 |
commit | 94c95d04c685abb0e37dcbe79e172c0488559e7a (patch) | |
tree | 09c5a35a672b31082716322e0ca9e1061ea35439 /doc | |
parent | 5a88a6eabfe4fe08cb603974a476b33b722e69a3 (diff) | |
download | openssl-new-94c95d04c685abb0e37dcbe79e172c0488559e7a.tar.gz |
Fix a typo in the X.509v3 docs: cRLSign instead of cRLCertSign is correct
according to the sources.... found by Steffen Dettmer <steffen@tfh-berlin.de>.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openssl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |