X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fapps%2Fopenssl.pod;h=b2e2719f865985a47d6c5e7b1be70fe33cc6617d;hp=7f2504bbbce4bfec0c0faf3d10587eff49702bad;hb=478b50cf67d6a91fdcd584cff57c58b7e863055d;hpb=e45492955809127e7305329f14f2071e273320bf diff --git a/doc/apps/openssl.pod b/doc/apps/openssl.pod index 7f2504bbbc..b2e2719f86 100644 --- a/doc/apps/openssl.pod +++ b/doc/apps/openssl.pod @@ -81,6 +81,10 @@ Certificate Authority (CA) Management. Cipher Suite Description Determination. +=item L|cms(1)> + +CMS (Cryptographic Message Syntax) utility + =item L|crl(1)> Certificate Revocation List (CRL) Management. @@ -98,6 +102,12 @@ Message Digest Calculation. Diffie-Hellman Parameter Management. Obsoleted by L|dhparam(1)>. +=item L|dhparam(1)> + +Generation and Management of Diffie-Hellman Parameters. Superseded by +L|genpkey(1)> and L|pkeyparam(1)> + + =item L|dsa(1)> DSA Data Management. @@ -107,18 +117,25 @@ DSA Data Management. DSA Parameter Generation and Management. Superseded by L|genpkey(1)> and L|pkeyparam(1)> +=item L|ec(1)> + +EC (Elliptic curve) key processing + +=item L|ecparam(1)> + +EC parameter manipulation and generation + =item L|enc(1)> Encoding with Ciphers. -=item L|errstr(1)> +=item L|engine(1)> -Error Number to Error String Conversion. +Engine (loadble module) information and manipulation. -=item L|dhparam(1)> +=item L|errstr(1)> -Generation and Management of Diffie-Hellman Parameters. Superseded by -L|genpkey(1)> and L|pkeyparam(1)> +Error Number to Error String Conversion. =item B @@ -136,7 +153,11 @@ Generation of Private Key or Parameters. =item L|genrsa(1)> -Generation of RSA Private Key. Superceded by L|genpkey(1)>. +Generation of RSA Private Key. Superseded by L|genpkey(1)>. + +=item L|nseq(1)> + +Create or examine a netscape certificate sequence =item L|ocsp(1)> @@ -158,14 +179,14 @@ PKCS#7 Data Management. Public and private key management. -=item L|pkeyutl(1)> - -Public key algorithm cryptographic operation utility. - =item L|pkeyparam(1)> Public key algorithm parameter management. +=item L|pkeyutl(1)> + +Public key algorithm cryptographic operation utility. + =item L|rand(1)> Generate pseudo-random bytes. @@ -178,6 +199,7 @@ PKCS#10 X.509 Certificate Signing Request (CSR) Management. RSA key management. + =item L|rsautl(1)> RSA utility for signing, verification, encryption, and decryption. Superseded @@ -215,7 +237,11 @@ S/MIME mail processing. Algorithm Speed Measurement. -=item L| +=item L|spkac(1)> + +SPKAC printing and generating utility + +=item L|ts(1)> Time Stamping Authority tool (client/server) @@ -261,6 +287,22 @@ SHA Digest SHA-1 Digest +=item B + +SHA-224 Digest + +=item B + +SHA-256 Digest + +=item B + +SHA-384 Digest + +=item B + +SHA-512 Digest + =back =head2 ENCODING AND CIPHER COMMANDS @@ -366,13 +408,13 @@ L, L, L, L, L, L, L, L, L, -L, L +L, L, L =head1 HISTORY The openssl(1) document appeared in OpenSSL 0.9.2. The BIB<-commands> pseudo-commands were added in OpenSSL 0.9.3; -The BIB<-algorithms> pseudo-commands were added in OpenSSL 0.9.9; +The BIB<-algorithms> pseudo-commands were added in OpenSSL 1.0.0; the BI pseudo-commands were added in OpenSSL 0.9.5a. For notes on the availability of other commands, see their individual manual pages.