diff options
author | tb <> | 2021-10-23 11:36:44 +0000 |
---|---|---|
committer | tb <> | 2021-10-23 11:36:44 +0000 |
commit | e108c02d6e802696686703a2cee67d276079832b (patch) | |
tree | b89a0fcdc6948811ccee0dc527504906ebdbee18 /src/usr.bin/openssl/openssl.1 | |
parent | 64138904c3f088bafa171c1f6375dba75080079e (diff) | |
download | openbsd-e108c02d6e802696686703a2cee67d276079832b.tar.gz openbsd-e108c02d6e802696686703a2cee67d276079832b.tar.bz2 openbsd-e108c02d6e802696686703a2cee67d276079832b.zip |
Nuke the asn1-kludge. This was a workaround for CAs with broken PCKS#10
encoders many moons ago. OpenSSL removed it in 2015.
ok beck jsing
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 5f7f2394f7..05f7e21cc9 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.132 2021/09/05 06:16:30 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.133 2021/10/23 11:36:44 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: September 5 2021 $ | 113 | .Dd $Mdocdate: October 23 2021 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -3649,7 +3649,6 @@ or standard output if not specified. | |||
3649 | .It Nm openssl req | 3649 | .It Nm openssl req |
3650 | .Bk -words | 3650 | .Bk -words |
3651 | .Op Fl addext Ar ext | 3651 | .Op Fl addext Ar ext |
3652 | .Op Fl asn1-kludge | ||
3653 | .Op Fl batch | 3652 | .Op Fl batch |
3654 | .Op Fl config Ar file | 3653 | .Op Fl config Ar file |
3655 | .Op Fl days Ar n | 3654 | .Op Fl days Ar n |
@@ -3666,7 +3665,6 @@ or standard output if not specified. | |||
3666 | .Op Fl new | 3665 | .Op Fl new |
3667 | .Op Fl newhdr | 3666 | .Op Fl newhdr |
3668 | .Op Fl newkey Ar arg | 3667 | .Op Fl newkey Ar arg |
3669 | .Op Fl no-asn1-kludge | ||
3670 | .Op Fl nodes | 3668 | .Op Fl nodes |
3671 | .Op Fl noout | 3669 | .Op Fl noout |
3672 | .Op Fl out Ar file | 3670 | .Op Fl out Ar file |
@@ -3705,9 +3703,6 @@ option is present) or certificate request. | |||
3705 | The argument must have the form of a key=value pair as it would appear in a | 3703 | The argument must have the form of a key=value pair as it would appear in a |
3706 | config file. | 3704 | config file. |
3707 | This option can be given multiple times. | 3705 | This option can be given multiple times. |
3708 | .It Fl asn1-kludge | ||
3709 | Produce requests in an invalid format for certain picky CAs. | ||
3710 | Very few CAs still require the use of this option. | ||
3711 | .It Fl batch | 3706 | .It Fl batch |
3712 | Non-interactive mode. | 3707 | Non-interactive mode. |
3713 | .It Fl config Ar file | 3708 | .It Fl config Ar file |
@@ -3819,9 +3814,6 @@ can be omitted, | |||
3819 | in which case any parameters can be specified via the | 3814 | in which case any parameters can be specified via the |
3820 | .Fl pkeyopt | 3815 | .Fl pkeyopt |
3821 | option. | 3816 | option. |
3822 | .It Fl no-asn1-kludge | ||
3823 | Reverse the effect of | ||
3824 | .Fl asn1-kludge . | ||
3825 | .It Fl nodes | 3817 | .It Fl nodes |
3826 | Do not encrypt the private key. | 3818 | Do not encrypt the private key. |
3827 | .It Fl noout | 3819 | .It Fl noout |