summaryrefslogtreecommitdiffstats
path: root/doc/apps/openssl.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-09 01:59:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-09 01:59:30 +0000
commit112161bd337f456a421d215b255f45f297f0349a (patch)
tree5201287feade751f27a6a92ad2cd880112efc989 /doc/apps/openssl.pod
parent5ba4bf35c5c596b86b56bde5977d252900367cad (diff)
Update docs.
Diffstat (limited to 'doc/apps/openssl.pod')
-rw-r--r--doc/apps/openssl.pod10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod
index ad4523ab57..73723ebd95 100644
--- a/doc/apps/openssl.pod
+++ b/doc/apps/openssl.pod
@@ -12,7 +12,7 @@ I<command>
[ I<command_opts> ]
[ I<command_args> ]
-B<openssl> [ B<list-standard-commands> | B<list-message-digest-commands> | B<list-cipher-commands> ]
+B<openssl> [ B<list-standard-commands> | B<list-message-digest-commands> | B<list-cipher-commands> | B<list-cipher-algorithms> | B<list-message-digest-algorithms> | B<list-public-key-algorithms]
B<openssl> B<no->I<XXX> [ I<arbitrary options> ]
@@ -45,6 +45,14 @@ and B<list-cipher-commands> output a list (one entry per line) of the names
of all standard commands, message digest commands, or cipher commands,
respectively, that are available in the present B<openssl> utility.
+The pseudo-commands B<list-cipher-algorithms> and
+B<list-message-digest-algorithms> list all cipher and message digest names, one entry per line. Aliases are listed as:
+
+ from => to
+
+The pseudo-command B<list-public-key-algorithms> lists all supported public
+key algorithms.
+
The pseudo-command B<no->I<XXX> tests whether a command of the
specified name is available. If no command named I<XXX> exists, it
returns 0 (success) and prints B<no->I<XXX>; otherwise it returns 1