summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2008-11-03 14:49:23 +0000
committerjmc <>2008-11-03 14:49:23 +0000
commit91cc79d3f89399fd4baa2d673b4694e85a629eb5 (patch)
tree55875782747eec2e0ed27b4c0f98942ba2b7fc15 /src
parent7af3d9c76afbda8df5eb01ca1b72f7c03844f308 (diff)
downloadopenbsd-91cc79d3f89399fd4baa2d673b4694e85a629eb5.tar.gz
openbsd-91cc79d3f89399fd4baa2d673b4694e85a629eb5.tar.bz2
openbsd-91cc79d3f89399fd4baa2d673b4694e85a629eb5.zip
sync to openssl-0.9.8i;
i still haven't folded in x509v3_config.pod, since i'm not entirely sure what to do with it.
Diffstat (limited to 'src')
-rw-r--r--src/usr.sbin/openssl/openssl.140
1 files changed, 22 insertions, 18 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index 8d674df686..a6929eacbd 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.61 2008/05/30 19:06:50 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.62 2008/11/03 14:49:23 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: May 30 2008 $ 115.Dd $Mdocdate: November 3 2008 $
116.Dt OPENSSL 1 116.Dt OPENSSL 1
117.Os 117.Os
118.Sh NAME 118.Sh NAME
@@ -1878,6 +1878,7 @@ install user certificates and CAs in MSIE using the Xenroll control.
1878.Op Fl c 1878.Op Fl c
1879.Op Fl d 1879.Op Fl d
1880.Op Fl hex 1880.Op Fl hex
1881.Op Fl hmac Ar key
1881.Op Fl engine Ar id 1882.Op Fl engine Ar id
1882.Op Fl keyform Ar ENGINE | PEM 1883.Op Fl keyform Ar ENGINE | PEM
1883.Op Fl out Ar file 1884.Op Fl out Ar file
@@ -1929,6 +1930,9 @@ Digest is to be output as a hex dump.
1929This is the default case for a 1930This is the default case for a
1930.Qq normal 1931.Qq normal
1931digest as opposed to a digital signature. 1932digest as opposed to a digital signature.
1933.It Fl hmac Ar key
1934Create a hashed MAC using
1935.Ar key .
1932.It Fl keyform Ar ENGINE | PEM 1936.It Fl keyform Ar ENGINE | PEM
1933Key file format. 1937Key file format.
1934.It Fl out Ar file 1938.It Fl out Ar file
@@ -3088,6 +3092,11 @@ This option can be used multiple times.
3088The certificate specified in 3092The certificate specified in
3089.Ar file 3093.Ar file
3090must be in PEM format. 3094must be in PEM format.
3095This option
3096.Em must
3097come before any
3098.Fl cert
3099options.
3091.It Fl no_cert_checks 3100.It Fl no_cert_checks
3092Don't perform any additional checks on the OCSP response signer's certificate. 3101Don't perform any additional checks on the OCSP response signer's certificate.
3093That is, do not make any checks to see if the signer's certificate is 3102That is, do not make any checks to see if the signer's certificate is
@@ -3106,7 +3115,7 @@ certificates.
3106Ignore certificates contained in the OCSP response 3115Ignore certificates contained in the OCSP response
3107when searching for the signer's certificate. 3116when searching for the signer's certificate.
3108With this option, the signer's certificate must be specified with either the 3117With this option, the signer's certificate must be specified with either the
3109.Fl verify_certs 3118.Fl verify_other
3110or 3119or
3111.Fl VAfile 3120.Fl VAfile
3112options. 3121options.
@@ -3190,7 +3199,7 @@ as the certificate.
3190If neither option is specified, the OCSP request is not signed. 3199If neither option is specified, the OCSP request is not signed.
3191.It Fl trust_other 3200.It Fl trust_other
3192The certificates specified by the 3201The certificates specified by the
3193.Fl verify_certs 3202.Fl verify_other
3194option should be explicitly trusted and no additional checks will be 3203option should be explicitly trusted and no additional checks will be
3195performed on them. 3204performed on them.
3196This is useful when the complete responder certificate chain is not available 3205This is useful when the complete responder certificate chain is not available
@@ -3204,7 +3213,7 @@ URLs can be specified.
3204.Ar file 3213.Ar file
3205containing explicitly trusted responder certificates. 3214containing explicitly trusted responder certificates.
3206Equivalent to the 3215Equivalent to the
3207.Fl verify_certs 3216.Fl verify_other
3208and 3217and
3209.Fl trust_other 3218.Fl trust_other
3210options. 3219options.
@@ -5685,6 +5694,8 @@ We should really report information whenever a session is renegotiated.
5685.Nm openssl s_server 5694.Nm openssl s_server
5686.Bk -words 5695.Bk -words
5687.Op Fl bugs 5696.Op Fl bugs
5697.Op Fl crl_check
5698.Op Fl crl_check_all
5688.Op Fl crlf 5699.Op Fl crlf
5689.Op Fl debug 5700.Op Fl debug
5690.Op Fl hack 5701.Op Fl hack
@@ -5775,6 +5786,12 @@ section for more information.
5775Sets the SSL context ID. 5786Sets the SSL context ID.
5776It can be given any string value. 5787It can be given any string value.
5777If this option is not present, a default value will be used. 5788If this option is not present, a default value will be used.
5789.It Fl crl_check , crl_check_all
5790Check the peer certificate has not been revoked by its CA.
5791The CRLs are appended to the certificate file.
5792With the
5793.Fl crl_check_all
5794option, all CRLs of all CAs in the chain are checked.
5778.It Fl crlf 5795.It Fl crlf
5779This option translates a line feed from the terminal into CR+LF. 5796This option translates a line feed from the terminal into CR+LF.
5780.It Fl dcert Ar file , Fl dkey Ar file 5797.It Fl dcert Ar file , Fl dkey Ar file
@@ -8316,19 +8333,6 @@ certificates.
8316.\" SEE ALSO 8333.\" SEE ALSO
8317.\" 8334.\"
8318.Sh SEE ALSO 8335.Sh SEE ALSO
8319.Xr blowfish 3 ,
8320.Xr crypto 3 ,
8321.Xr des_crypt 3 ,
8322.Xr dsa 3 ,
8323.Xr ERR_error_string_n 3 ,
8324.Xr HMAC 3 ,
8325.Xr md4 3 ,
8326.Xr md5 3 ,
8327.Xr RAND_egd 3 ,
8328.Xr rsa 3 ,
8329.Xr sha1 3 ,
8330.Xr ssl 3 ,
8331.Xr des_modes 7 ,
8332.Xr httpd 8 , 8336.Xr httpd 8 ,
8333.Xr sendmail 8 , 8337.Xr sendmail 8 ,
8334.Xr ssl 8 , 8338.Xr ssl 8 ,