summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-04-14 08:40:10 +0000
committertb <>2025-04-14 08:40:10 +0000
commit2ef160751df0d8026ff2919d366e6bf10c5794e0 (patch)
tree5198479bf84926ed518d89388d63041f39dc4bc5
parentd4b9d4efe55dbdce0f489f6c2617761f8ef29068 (diff)
downloadopenbsd-2ef160751df0d8026ff2919d366e6bf10c5794e0.tar.gz
openbsd-2ef160751df0d8026ff2919d366e6bf10c5794e0.tar.bz2
openbsd-2ef160751df0d8026ff2919d366e6bf10c5794e0.zip
Update openssl.1 for msie_hack removal
ok jmc jsing
Diffstat (limited to '')
-rw-r--r--src/usr.bin/openssl/openssl.125
1 files changed, 4 insertions, 21 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 6ceb53ef5c..a095c01f0a 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.162 2025/01/19 10:24:17 tb Exp $ 1.\" $OpenBSD: openssl.1,v 1.163 2025/04/14 08:40:10 tb 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.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: January 19 2025 $ 113.Dd $Mdocdate: April 14 2025 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -325,7 +325,6 @@ into a nested structure.
325.Op Fl keyfile Ar file 325.Op Fl keyfile Ar file
326.Op Fl keyform Cm pem | der 326.Op Fl keyform Cm pem | der
327.Op Fl md Ar alg 327.Op Fl md Ar alg
328.Op Fl msie_hack
329.Op Fl multivalue-rdn 328.Op Fl multivalue-rdn
330.Op Fl name Ar section 329.Op Fl name Ar section
331.Op Fl noemailDN 330.Op Fl noemailDN
@@ -422,17 +421,6 @@ Possible values include
422and 421and
423.Ar sha1 . 422.Ar sha1 .
424This option also applies to CRLs. 423This option also applies to CRLs.
425.It Fl msie_hack
426This is a legacy option to make
427.Nm ca
428work with very old versions of the IE certificate enrollment control
429.Qq certenr3 .
430It used UniversalStrings for almost everything.
431Since the old control has various security bugs,
432its use is strongly discouraged.
433The newer control
434.Qq Xenroll
435does not need this option.
436.It Fl multivalue-rdn 424.It Fl multivalue-rdn
437This option causes the 425This option causes the
438.Fl subj 426.Fl subj
@@ -629,11 +617,9 @@ specified using
629.Cm default_ca 617.Cm default_ca
630or 618or
631.Fl name . 619.Fl name .
632The options 620The
633.Cm preserve 621.Cm preserve
634and 622option is read directly from the
635.Cm msie_hack
636are read directly from the
637.Cm ca 623.Cm ca
638section. 624section.
639.Pp 625.Pp
@@ -746,9 +732,6 @@ simply set this to
746.Qq no . 732.Qq no .
747If not present, the default is to allow for the EMAIL field in the 733If not present, the default is to allow for the EMAIL field in the
748certificate's DN. 734certificate's DN.
749.It Cm msie_hack
750The same as
751.Fl msie_hack .
752.It Cm name_opt , cert_opt 735.It Cm name_opt , cert_opt
753These options allow the format used to display the certificate details 736These options allow the format used to display the certificate details
754when asking the user to confirm signing. 737when asking the user to confirm signing.