From 2b40660ec1ee69ff4121937d12a50937d9fb0bfb Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Wed, 6 Sep 2000 11:49:43 +0000 Subject: Add OAEP. Seed the PRNG. --- doc/apps/rsautl.pod | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/apps') diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod index 6a2466a386..7a334bc8d6 100644 --- a/doc/apps/rsautl.pod +++ b/doc/apps/rsautl.pod @@ -70,10 +70,12 @@ encrypt the input data using an RSA public key. decrypt the input data using an RSA private key. -=item B<-pkcs, -ssl, -raw> +=item B<-pkcs, -oaep, -ssl, -raw> -the padding to use, PKCS#1 v1.5 (the default) SSL v2 or no padding -respectively. +the padding to use: PKCS#1 v1.5 (the default), PKCS#1 OAEP, +special padding used in SSL v2 backwards compatible handshakes, +or no padding, respectively. +For signatures, only B<-pkcs> and B<-raw> can be used. =item B<-hexdump> @@ -93,7 +95,7 @@ used to sign or verify small pieces of data. =head1 EXAMPLES -Sign the some data using a private key: +Sign some data using a private key: openssl rsautl -sign -in file -inkey key.pem -out sig -- cgit v1.2.3