summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2011-09-29 17:57:09 +0000
committerjmc <>2011-09-29 17:57:09 +0000
commitd0c429847ac53ca168183bfe6fe005f1cc960182 (patch)
treeb10f376e19df29970e1cff4b05c04996ca16efde /src
parent265505dce3edc3498d8e14a4d90ec6d1dc49b756 (diff)
downloadopenbsd-d0c429847ac53ca168183bfe6fe005f1cc960182.tar.gz
openbsd-d0c429847ac53ca168183bfe6fe005f1cc960182.tar.bz2
openbsd-d0c429847ac53ca168183bfe6fe005f1cc960182.zip
ssl.8: Certifying Authority -> Certificate Authority
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo
Diffstat (limited to 'src')
-rw-r--r--src/usr.sbin/openssl/openssl.112
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index f88f9ac409..6d6204261d 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.86 2011/09/07 09:30:16 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.87 2011/09/29 17:57:09 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -112,7 +112,7 @@
112.\" 112.\"
113.\" OPENSSL 113.\" OPENSSL
114.\" 114.\"
115.Dd $Mdocdate: September 7 2011 $ 115.Dd $Mdocdate: September 29 2011 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -9253,7 +9253,7 @@ certificate must have extensions compatible with the supplied purpose
9253and all other certificates must also be valid CA certificates. 9253and all other certificates must also be valid CA certificates.
9254The precise extensions required are described in more detail in 9254The precise extensions required are described in more detail in
9255the 9255the
9256.Sx X509 CERTIFICATE EXTENSIONS 9256.Sx X.509 CERTIFICATE EXTENSIONS
9257section below. 9257section below.
9258.Pp 9258.Pp
9259The third operation is to check the trust settings on the root CA. 9259The third operation is to check the trust settings on the root CA.
@@ -9563,7 +9563,7 @@ This specifies the input
9563to read a certificate from, or standard input if this option is not specified. 9563to read a certificate from, or standard input if this option is not specified.
9564.It Fl inform Ar DER | NET | PEM 9564.It Fl inform Ar DER | NET | PEM
9565This specifies the input format. 9565This specifies the input format.
9566Normally, the command will expect an X509 certificate, 9566Normally, the command will expect an X.509 certificate,
9567but this can change if other options such as 9567but this can change if other options such as
9568.Fl req 9568.Fl req
9569are present. 9569are present.
@@ -9766,7 +9766,7 @@ Clears all the permitted or trusted uses of the certificate.
9766This option performs tests on the certificate extensions and outputs 9766This option performs tests on the certificate extensions and outputs
9767the results. 9767the results.
9768For a more complete description, see the 9768For a more complete description, see the
9769.Sx X509 CERTIFICATE EXTENSIONS 9769.Sx X.509 CERTIFICATE EXTENSIONS
9770section. 9770section.
9771.It Fl setalias Ar arg 9771.It Fl setalias Ar arg
9772Sets the alias of the certificate. 9772Sets the alias of the certificate.
@@ -10260,7 +10260,7 @@ option searches the subject name and the subject alternative
10260name extension. 10260name extension.
10261Only unique email addresses will be printed out: it will 10261Only unique email addresses will be printed out: it will
10262not print the same address more than once. 10262not print the same address more than once.
10263.Sh X509 CERTIFICATE EXTENSIONS 10263.Sh X.509 CERTIFICATE EXTENSIONS
10264The 10264The
10265.Fl purpose 10265.Fl purpose
10266option checks the certificate extensions and determines 10266option checks the certificate extensions and determines