diff options
author | tb <> | 2025-04-14 08:40:10 +0000 |
---|---|---|
committer | tb <> | 2025-04-14 08:40:10 +0000 |
commit | 2ef160751df0d8026ff2919d366e6bf10c5794e0 (patch) | |
tree | 5198479bf84926ed518d89388d63041f39dc4bc5 | |
parent | d4b9d4efe55dbdce0f489f6c2617761f8ef29068 (diff) | |
download | openbsd-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.1 | 25 |
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 | |||
422 | and | 421 | and |
423 | .Ar sha1 . | 422 | .Ar sha1 . |
424 | This option also applies to CRLs. | 423 | This option also applies to CRLs. |
425 | .It Fl msie_hack | ||
426 | This is a legacy option to make | ||
427 | .Nm ca | ||
428 | work with very old versions of the IE certificate enrollment control | ||
429 | .Qq certenr3 . | ||
430 | It used UniversalStrings for almost everything. | ||
431 | Since the old control has various security bugs, | ||
432 | its use is strongly discouraged. | ||
433 | The newer control | ||
434 | .Qq Xenroll | ||
435 | does not need this option. | ||
436 | .It Fl multivalue-rdn | 424 | .It Fl multivalue-rdn |
437 | This option causes the | 425 | This option causes the |
438 | .Fl subj | 426 | .Fl subj |
@@ -629,11 +617,9 @@ specified using | |||
629 | .Cm default_ca | 617 | .Cm default_ca |
630 | or | 618 | or |
631 | .Fl name . | 619 | .Fl name . |
632 | The options | 620 | The |
633 | .Cm preserve | 621 | .Cm preserve |
634 | and | 622 | option is read directly from the |
635 | .Cm msie_hack | ||
636 | are read directly from the | ||
637 | .Cm ca | 623 | .Cm ca |
638 | section. | 624 | section. |
639 | .Pp | 625 | .Pp |
@@ -746,9 +732,6 @@ simply set this to | |||
746 | .Qq no . | 732 | .Qq no . |
747 | If not present, the default is to allow for the EMAIL field in the | 733 | If not present, the default is to allow for the EMAIL field in the |
748 | certificate's DN. | 734 | certificate's DN. |
749 | .It Cm msie_hack | ||
750 | The same as | ||
751 | .Fl msie_hack . | ||
752 | .It Cm name_opt , cert_opt | 735 | .It Cm name_opt , cert_opt |
753 | These options allow the format used to display the certificate details | 736 | These options allow the format used to display the certificate details |
754 | when asking the user to confirm signing. | 737 | when asking the user to confirm signing. |