openssl

openssl command [ command_opts ] [ command_args ]
openssl [ list-standard-commands | list-message-digest-commands | list-cipher-commands | list-cipher-algorithms | list-message-digest-algorithms | list-public-key-algorithms]
openssl no-XXX [ arbitrary options ]

OpenSSLのコマンドラインツールです。

説明

OpenSSLはセキュア・ソケット・レイヤー(SSL v2/v3)と、 トランスポート・レイヤー・セキュリティ(TLS v1)ネットワーク・プロトコルと、 それらに必要とされる関連の標準暗号化機能を実装した暗号化ツールキットです。

opensslプログラムは、シェルからOpenSSLの暗号化ライブラリのさまざまな暗号化機能を使用するためのコマンドラインツールです。 これは次のようなことに使用されます。

コマンド概要

opensslプログラムは、様々なコマンドを提供し、その多くが豊富なオプションと引数を提供します。

The pseudo-commands list-standard-commands, list-message-digest-commands, and 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 openssl utility.

 Back to top

© 2010 - 2017 STUDIO KINGDOM