From 18bedd41c4865ae531314fe336ad0b7c1596ef2f Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 29 Jan 2019 10:17:56 +0000 Subject: 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. --- src/usr.bin/openssl/rsautl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: rsautl.c,v 1.13 2018/02/07 05:47:55 jsing Exp $ */ +/* $OpenBSD: rsautl.c,v 1.14 2019/01/29 10:17:56 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -318,7 +318,6 @@ usage() BIO_printf(bio_err, "-keyform arg private key format - default PEM\n"); BIO_printf(bio_err, "-pubin input is an RSA public\n"); BIO_printf(bio_err, "-certin input is a certificate carrying an RSA public key\n"); - BIO_printf(bio_err, "-ssl use SSL v2 padding\n"); BIO_printf(bio_err, "-raw use no padding\n"); BIO_printf(bio_err, "-pkcs use PKCS#1 v1.5 padding (default)\n"); BIO_printf(bio_err, "-oaep use PKCS#1 OAEP\n"); -- cgit v1.2.3-55-g6feb