diff options
author | florian <> | 2014-03-13 10:12:11 +0000 |
---|---|---|
committer | florian <> | 2014-03-13 10:12:11 +0000 |
commit | f5bcbc6a2190076edc7526542a5a4f25804bda11 (patch) | |
tree | 1cb7f50a40cbb9c61b6881bcb5194cf498b55790 /src | |
parent | 7c532f362e0999cb8cea0edb4562ae71c1ebe1f1 (diff) | |
download | openbsd-f5bcbc6a2190076edc7526542a5a4f25804bda11.tar.gz openbsd-f5bcbc6a2190076edc7526542a5a4f25804bda11.tar.bz2 openbsd-f5bcbc6a2190076edc7526542a5a4f25804bda11.zip |
Unhook httpd(8) from build; man page bits
tweaks jmc@
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@
"The time is right." and much help getting the show on the
road deraadt@
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 03e195a8b0..8c1a33f388 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.92 2013/07/16 11:13:33 schwarze Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.93 2014/03/13 10:12:11 florian 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: July 16 2013 $ | 115 | .Dd $Mdocdate: March 13 2014 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -8867,10 +8867,6 @@ to implement an automatic email-based TSA with | |||
8867 | .Xr procmail | 8867 | .Xr procmail |
8868 | and | 8868 | and |
8869 | .Xr perl 1 . | 8869 | .Xr perl 1 . |
8870 | HTTP server support is provided in the form of | ||
8871 | a separate | ||
8872 | .Xr httpd 8 | ||
8873 | module. | ||
8874 | Pure TCP/IP is not supported. | 8870 | Pure TCP/IP is not supported. |
8875 | .Pp | 8871 | .Pp |
8876 | The file containing the last serial number of the TSA is not | 8872 | The file containing the last serial number of the TSA is not |
@@ -8879,9 +8875,6 @@ This is a problem if more than one instance of | |||
8879 | .Nm OpenSSL | 8875 | .Nm OpenSSL |
8880 | is trying to create a time stamp | 8876 | is trying to create a time stamp |
8881 | response at the same time. | 8877 | response at the same time. |
8882 | This is not an issue when using the | ||
8883 | .Xr httpd 8 | ||
8884 | server module, which does proper locking. | ||
8885 | .Pp | 8878 | .Pp |
8886 | Look for the FIXME word in the source files. | 8879 | Look for the FIXME word in the source files. |
8887 | .Pp | 8880 | .Pp |
@@ -10455,7 +10448,7 @@ certificates. | |||
10455 | .\" SEE ALSO | 10448 | .\" SEE ALSO |
10456 | .\" | 10449 | .\" |
10457 | .Sh SEE ALSO | 10450 | .Sh SEE ALSO |
10458 | .Xr httpd 8 , | 10451 | .Xr nginx 8 , |
10459 | .Xr sendmail 8 , | 10452 | .Xr sendmail 8 , |
10460 | .Xr ssl 8 , | 10453 | .Xr ssl 8 , |
10461 | .Xr starttls 8 | 10454 | .Xr starttls 8 |