X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Frsautl.c;h=f00c2e3ad6819b41ecc9d8035c8d94a0cd01495c;hp=f3c90b77c66e79fd9791746df009e57094f58e07;hb=9a13bb387d0e50a5dcb4f4324572687aea63b541;hpb=6bc7bad011d98e38039105dc2624426917c0e587;ds=sidebyside diff --git a/apps/rsautl.c b/apps/rsautl.c index f3c90b77c6..f00c2e3ad6 100644 --- a/apps/rsautl.c +++ b/apps/rsautl.c @@ -98,10 +98,11 @@ OPTIONS rsautl_options[] = { {"oaep", OPT_OAEP, '-', "Use PKCS#1 OAEP"}, {"sign", OPT_SIGN, '-', "Sign with private key"}, {"verify", OPT_VERIFY, '-', "Verify with public key"}, - {"asn1parse", OPT_ASN1PARSE, '-'}, + {"asn1parse", OPT_ASN1PARSE, '-', + "Run output through asn1parse; useful with -verify"}, {"hexdump", OPT_HEXDUMP, '-', "Hex dump output"}, {"x931", OPT_X931, '-', "Use ANSI X9.31 padding"}, - {"rev", OPT_REV, '-'}, + {"rev", OPT_REV, '-', "Reverse the order of the input buffer"}, {"encrypt", OPT_ENCRYPT, '-', "Encrypt with public key"}, {"decrypt", OPT_DECRYPT, '-', "Decrypt with private key"}, {"passin", OPT_PASSIN, 's', "Pass phrase source"},