Scroll to navigation

OPENSSL(1SSL) OpenSSL OPENSSL(1SSL)

NAME

openssl - OpenSSL command line tool

SYNOPSIS

openssl command [ command_opts ] [ command_args ]

openssl list [ standard-commands | digest-commands | cipher-commands | cipher-algorithms | digest-algorithms | public-key-algorithms]

openssl no-XXX [ arbitrary options ]

DESCRIPTION

OpenSSL is a cryptography toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) network protocols and related cryptography standards required by them.

The openssl program is a command line tool for using the various cryptography functions of OpenSSL's crypto library from the shell. It can be used for

 o  Creation and management of private keys, public keys and parameters
 o  Public key cryptographic operations
 o  Creation of X.509 certificates, CSRs and CRLs
 o  Calculation of Message Digests
 o  Encryption and Decryption with Ciphers
 o  SSL/TLS Client and Server Tests
 o  Handling of S/MIME signed or encrypted mail
 o  Time Stamp requests, generation and verification

COMMAND SUMMARY

The openssl program provides a rich variety of commands (command in the SYNOPSIS above), each of which often has a wealth of options and arguments (command_opts and command_args in the SYNOPSIS).

Detailed documentation and use cases for most standard subcommands are available (e.g., x509(1) or openssl-x509(1)).

Many commands use an external configuration file for some or all of their arguments and have a -config option to specify that file. The environment variable OPENSSL_CONF can be used to specify the location of the file. If the environment variable is not specified, then the file is named openssl.cnf in the default certificate storage area, whose value depends on the configuration flags specified when the OpenSSL was built.

The list parameters standard-commands, digest-commands, and 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.

The list parameters cipher-algorithms and digest-algorithms list all cipher and message digest names, one entry per line. Aliases are listed as:

 from => to

The list parameter public-key-algorithms lists all supported public key algorithms.

The command no-XXX tests whether a command of the specified name is available. If no command named XXX exists, it returns 0 (success) and prints no-XXX; otherwise it returns 1 and prints XXX. In both cases, the output goes to stdout and nothing is printed to stderr. Additional command line arguments are always ignored. Since for each cipher there is a command of the same name, this provides an easy way for shell scripts to test for the availability of ciphers in the openssl program. (no-XXX is not able to detect pseudo-commands such as quit, list, or no-XXX itself.)

Standard Commands

Parse an ASN.1 sequence.
Certificate Authority (CA) Management.
Cipher Suite Description Determination.
CMS (Cryptographic Message Syntax) utility.
Certificate Revocation List (CRL) Management.
CRL to PKCS#7 Conversion.
Message Digest Calculation.
Diffie-Hellman Parameter Management. Obsoleted by dhparam(1).
Generation and Management of Diffie-Hellman Parameters. Superseded by genpkey(1) and pkeyparam(1).
DSA Data Management.
DSA Parameter Generation and Management. Superseded by genpkey(1) and pkeyparam(1).
EC (Elliptic curve) key processing.
EC parameter manipulation and generation.
Encoding with Ciphers.
Engine (loadable module) information and manipulation.
Error Number to Error String Conversion.
Generation of Diffie-Hellman Parameters. Obsoleted by dhparam(1).
Generation of DSA Private Key from Parameters. Superseded by genpkey(1) and pkey(1).
Generation of Private Key or Parameters.
Generation of RSA Private Key. Superseded by genpkey(1).
Create or examine a Netscape certificate sequence.
Online Certificate Status Protocol utility.
Generation of hashed passwords.
PKCS#12 Data Management.
PKCS#7 Data Management.
PKCS#8 format private key conversion tool.
Public and private key management.
Public key algorithm parameter management.
Public key algorithm cryptographic operation utility.
Compute prime numbers.
Generate pseudo-random bytes.
Create symbolic links to certificate and CRL files named by the hash values.
PKCS#10 X.509 Certificate Signing Request (CSR) Management.
RSA key management.
RSA utility for signing, verification, encryption, and decryption. Superseded by pkeyutl(1).
This implements a generic SSL/TLS client which can establish a transparent connection to a remote server speaking SSL/TLS. It's intended for testing purposes only and provides only rudimentary interface functionality but internally uses mostly all functionality of the OpenSSL ssl library.
This implements a generic SSL/TLS server which accepts connections from remote clients speaking SSL/TLS. It's intended for testing purposes only and provides only rudimentary interface functionality but internally uses mostly all functionality of the OpenSSL ssl library. It provides both an own command line oriented protocol for testing SSL functions and a simple HTTP response facility to emulate an SSL/TLS-aware webserver.
SSL Connection Timer.
SSL Session Data Management.
S/MIME mail processing.
Algorithm Speed Measurement.
SPKAC printing and generating utility.
Maintain SRP password file.
Utility to list and display certificates, keys, CRLs, etc.
Time Stamping Authority tool (client/server).
X.509 Certificate Verification.
OpenSSL Version Information.
X.509 Certificate Data Management.

Message Digest Commands

BLAKE2b-512 Digest
BLAKE2s-256 Digest
MD2 Digest
MD4 Digest
MD5 Digest
MDC2 Digest
RMD-160 Digest
SHA-1 Digest
SHA-2 224 Digest
SHA-2 256 Digest
SHA-2 384 Digest
SHA-2 512 Digest
SHA-3 224 Digest
SHA-3 256 Digest
SHA-3 384 Digest
SHA-3 512 Digest
SHA-3 SHAKE128 Digest
SHA-3 SHAKE256 Digest
SM3 Digest

Encoding and Cipher Commands

The following aliases provide convenient access to the most used encodings and ciphers.

Depending on how OpenSSL was configured and built, not all ciphers listed here may be present. See enc(1) for more information and command usage.

AES-128 Cipher
AES-192 Cipher
AES-256 Cipher
Aria-128 Cipher
Aria-192 Cipher
Aria-256 Cipher
Base64 Encoding
Blowfish Cipher
Camellia-128 Cipher
Camellia-192 Cipher
Camellia-256 Cipher
CAST Cipher
CAST5 Cipher
Chacha20 Cipher
DES Cipher
Triple-DES Cipher
IDEA Cipher
RC2 Cipher
RC4 Cipher
RC5 Cipher
SEED Cipher
SM4 Cipher

OPTIONS

Details of which options are available depend on the specific command. This section describes some common options with common behavior.

Common Options

Provides a terse summary of all options.

Pass Phrase Options

Several commands accept password arguments, typically using -passin and -passout for input and output passwords respectively. These allow the password to be obtained from a variety of sources. Both of these options take a single argument whose format is described below. If no password argument is given and a password is required then the user is prompted to enter one: this will typically be read from the current terminal with echoing turned off.

Note that character encoding may be relevant, please see passphrase-encoding(7).

The actual password is password. Since the password is visible to utilities (like 'ps' under Unix) this form should only be used where security is not important.
Obtain the password from the environment variable var. Since the environment of other processes is visible on certain platforms (e.g. ps under certain Unix OSes) this option should be used with caution.
The first line of pathname is the password. If the same pathname argument is supplied to -passin and -passout arguments then the first line will be used for the input password and the next line for the output password. pathname need not refer to a regular file: it could for example refer to a device or named pipe.
Read the password from the file descriptor number. This can be used to send the data via a pipe for example.
Read the password from standard input.

SEE ALSO

asn1parse(1), ca(1), ciphers(1), cms(1), config(5), crl(1), crl2pkcs7(1), dgst(1), dhparam(1), dsa(1), dsaparam(1), ec(1), ecparam(1), enc(1), engine(1), errstr(1), gendsa(1), genpkey(1), genrsa(1), nseq(1), ocsp(1), passwd(1), pkcs12(1), pkcs7(1), pkcs8(1), pkey(1), pkeyparam(1), pkeyutl(1), prime(1), rand(1), rehash(1), req(1), rsa(1), rsautl(1), s_client(1), s_server(1), s_time(1), sess_id(1), smime(1), speed(1), spkac(1), srp(1), storeutl(1), ts(1), verify(1), version(1), x509(1), crypto(7), ssl(7), x509v3_config(5)

HISTORY

The list-XXX-algorithms pseudo-commands were added in OpenSSL 1.0.0; For notes on the availability of other commands, see their individual manual pages.

COPYRIGHT

Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at <https://www.openssl.org/source/license.html>.

2022-06-24 1.1.1n