On Tue, Jan 29, 2019 at 12:11:25PM +0100, Andreas Kusalananda Kähäri wrote:
> openssl rsautl should no longer mention "-ssl" (this option was deleted
> in Aug 2017, in rsautl.c revision 1.12).

Thanks. I committed the exact same diff about an hour ago since this was
reported here:

https://github.com/libressl-portable/openbsd/issues/101

> 
> Index: rsautl.c
> ===================================================================
> RCS file: /extra/cvs/src/usr.bin/openssl/rsautl.c,v
> retrieving revision 1.13
> diff -u -p -r1.13 rsautl.c
> --- rsautl.c  7 Feb 2018 05:47:55 -0000       1.13
> +++ rsautl.c  29 Jan 2019 11:04:58 -0000
> @@ -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");
> 
> 
> -- 
> Andreas Kusalananda Kähäri,
> National Bioinformatics Infrastructure Sweden (NBIS),
> Uppsala University, Sweden.
> 

Reply via email to