summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2014-06-25 06:57:42 +0000
committerjmc <>2014-06-25 06:57:42 +0000
commit246d5b153abc2cefc0db7c0c99d72576232d926f (patch)
treecd2fc36fb59432481d4b9c277b3bff8873aad2af
parent7adc43fcb5ecb6a9ccf95433a0a3886b8cdf9e4c (diff)
downloadopenbsd-246d5b153abc2cefc0db7c0c99d72576232d926f.tar.gz
openbsd-246d5b153abc2cefc0db7c0c99d72576232d926f.tar.bz2
openbsd-246d5b153abc2cefc0db7c0c99d72576232d926f.zip
Alexander Schrijver posted a diff to remove references to the c_rehash script,
which we don;t have in base. after some discussion with jca, i've not removed these references, but tried to make it clearer it's distributed with openssl and not included in base;
-rw-r--r--src/usr.sbin/openssl/openssl.111
1 files changed, 5 insertions, 6 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index 169f43743a..a95e5a3982 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.96 2014/06/02 17:06:28 jsing Exp $ 1.\" $OpenBSD: openssl.1,v 1.97 2014/06/25 06:57:42 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: June 2 2014 $ 115.Dd $Mdocdate: June 25 2014 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -8935,11 +8935,10 @@ or have symbolic links to them of this form
8935option of the 8935option of the
8936.Nm x509 8936.Nm x509
8937utility). 8937utility).
8938Under 8938The
8939.Ux ,
8940the
8941.Nm c_rehash 8939.Nm c_rehash
8942script will automatically create symbolic links to a directory of certificates. 8940script distributed with OpenSSL
8941will automatically create symbolic links to a directory of certificates.
8943.It Fl crl_check 8942.It Fl crl_check
8944Checks end entity certificate validity by attempting to look up a valid CRL. 8943Checks end entity certificate validity by attempting to look up a valid CRL.
8945If a valid CRL cannot be found an error occurs. 8944If a valid CRL cannot be found an error occurs.