diff options
author | tb <> | 2019-01-29 10:17:56 +0000 |
---|---|---|
committer | tb <> | 2019-01-29 10:17:56 +0000 |
commit | 18bedd41c4865ae531314fe336ad0b7c1596ef2f (patch) | |
tree | 914f96c4a50cc03599ac0472e0a1163d542029dc /src/usr.bin/openssl/rsautl.c | |
parent | 77c19e737631dd9a6fe72b6a7ba8c8e842805393 (diff) | |
download | openbsd-18bedd41c4865ae531314fe336ad0b7c1596ef2f.tar.gz openbsd-18bedd41c4865ae531314fe336ad0b7c1596ef2f.tar.bz2 openbsd-18bedd41c4865ae531314fe336ad0b7c1596ef2f.zip |
Remove SSLv23 padding mode from rsautl's usage (left behind in a removal
from code and manual in 2017).
Reported by KEINOS in github issue #101.
Diffstat (limited to 'src/usr.bin/openssl/rsautl.c')
-rw-r--r-- | src/usr.bin/openssl/rsautl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/rsautl.c b/src/usr.bin/openssl/rsautl.c index 1e420b391d..65b10858b8 100644 --- a/src/usr.bin/openssl/rsautl.c +++ b/src/usr.bin/openssl/rsautl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsautl.c,v 1.13 2018/02/07 05:47:55 jsing Exp $ */ | 1 | /* $OpenBSD: rsautl.c,v 1.14 2019/01/29 10:17:56 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -318,7 +318,6 @@ usage() | |||
318 | BIO_printf(bio_err, "-keyform arg private key format - default PEM\n"); | 318 | BIO_printf(bio_err, "-keyform arg private key format - default PEM\n"); |
319 | BIO_printf(bio_err, "-pubin input is an RSA public\n"); | 319 | BIO_printf(bio_err, "-pubin input is an RSA public\n"); |
320 | BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n"); | 320 | BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n"); |
321 | BIO_printf(bio_err, "-ssl use SSL v2 padding\n"); | ||
322 | BIO_printf(bio_err, "-raw use no padding\n"); | 321 | BIO_printf(bio_err, "-raw use no padding\n"); |
323 | BIO_printf(bio_err, "-pkcs use PKCS#1 v1.5 padding (default)\n"); | 322 | BIO_printf(bio_err, "-pkcs use PKCS#1 v1.5 padding (default)\n"); |
324 | BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n"); | 323 | BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n"); |