生活随笔
收集整理的這篇文章主要介紹了
openssl版本信息和支持的命令
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1、查看openssl版本
????????openssl version -a
????????openssl version
可以看到版本信息和安裝位置:
?
2、查看openssl支持的命令
openssl help
?
Standard commands
asn1parse ? ? ? ? ca ? ? ? ? ? ? ? ?ciphers ? ? ? ? ? cms
crl? ? ? ? ? ? ? ?crl2pkcs7 ? ? ? ? dgst ? ? ? ? ? ? ?dhparam
dsa ? ? ? ? ? ? ? dsaparam ? ? ? ? ?ec ? ? ? ? ? ? ? ?ecparam
enc ? ? ? ? ? ? ? engine ? ? ? ? ? ?errstr ? ? ? ? ? ?gendsa
genpkey ? ? ? ? ? genrsa ? ? ? ? ? ?help ? ? ? ? ? ? ?list
nseq ? ? ? ? ? ? ?ocsp ? ? ? ? ? ? ?passwd ? ? ? ? ? ?pkcs12
pkcs7 ? ? ? ? ? ? pkcs8 ? ? ? ? ? ? pkey ? ? ? ? ? ? ?pkeyparam
pkeyutl ? ? ? ? ? prime ? ? ? ? ? ? rand ? ? ? ? ? ? ?rehash
req ? ? ? ? ? ? ? rsa ? ? ? ? ? ? ? rsautl ? ? ? ? ? ?s_client
s_server ? ? ? ? ?s_time ? ? ? ? ? ?sess_id ? ? ? ? ? smime
speed ? ? ? ? ? ? spkac ? ? ? ? ? ? srp ? ? ? ? ? ? ? storeutl
ts ? ? ? ? ? ? ? ?verify ? ? ? ? ? ?version ? ? ? ? ? x509Message Digest commands (see the `dgst' command for more details)
blake2b512 ? ? ? ?blake2s256 ? ? ? ?gost ? ? ? ? ? ? ?md4
md5 ? ? ? ? ? ? ? rmd160 ? ? ? ? ? ?sha1 ? ? ? ? ? ? ?sha224
sha256 ? ? ? ? ? ?sha3-224 ? ? ? ? ?sha3-256 ? ? ? ? ?sha3-384
sha3-512 ? ? ? ? ?sha384 ? ? ? ? ? ?sha512 ? ? ? ? ? ?sha512-224
sha512-256 ? ? ? ?shake128 ? ? ? ? ?shake256 ? ? ? ? ?sm3Cipher commands (see the `enc' command for more details)
aes-128-cbc ? ? ? aes-128-ecb ? ? ? aes-192-cbc ? ? ? aes-192-ecb
aes-256-cbc ? ? ? aes-256-ecb ? ? ? aria-128-cbc ? ? ?aria-128-cfb
aria-128-cfb1 ? ? aria-128-cfb8 ? ? aria-128-ctr ? ? ?aria-128-ecb
aria-128-ofb ? ? ?aria-192-cbc ? ? ?aria-192-cfb ? ? ?aria-192-cfb1
aria-192-cfb8 ? ? aria-192-ctr ? ? ?aria-192-ecb ? ? ?aria-192-ofb
aria-256-cbc ? ? ?aria-256-cfb ? ? ?aria-256-cfb1 ? ? aria-256-cfb8
aria-256-ctr ? ? ?aria-256-ecb ? ? ?aria-256-ofb ? ? ?base64
bf ? ? ? ? ? ? ? ?bf-cbc ? ? ? ? ? ?bf-cfb ? ? ? ? ? ?bf-ecb
bf-ofb ? ? ? ? ? ?camellia-128-cbc ?camellia-128-ecb ?camellia-192-cbc
camellia-192-ecb ?camellia-256-cbc ?camellia-256-ecb ?cast
cast-cbc ? ? ? ? ?cast5-cbc ? ? ? ? cast5-cfb ? ? ? ? cast5-ecb
cast5-ofb ? ? ? ? des ? ? ? ? ? ? ? des-cbc ? ? ? ? ? des-cfb
des-ecb ? ? ? ? ? des-ede ? ? ? ? ? des-ede-cbc ? ? ? des-ede-cfb
des-ede-ofb ? ? ? des-ede3 ? ? ? ? ?des-ede3-cbc ? ? ?des-ede3-cfb
des-ede3-ofb ? ? ?des-ofb ? ? ? ? ? des3 ? ? ? ? ? ? ?desx
rc2 ? ? ? ? ? ? ? rc2-40-cbc ? ? ? ?rc2-64-cbc ? ? ? ?rc2-cbc
rc2-cfb ? ? ? ? ? rc2-ecb ? ? ? ? ? rc2-ofb ? ? ? ? ? rc4
rc4-40 ? ? ? ? ? ?seed ? ? ? ? ? ? ?seed-cbc ? ? ? ? ?seed-cfb
seed-ecb ? ? ? ? ?seed-ofb ? ? ? ? ?sm4-cbc ? ? ? ? ? sm4-cfb
sm4-ctr ? ? ? ? ? sm4-ecb ? ? ? ? ? sm4-ofb
3、openssl版本升級
sudo rm /usr/bin/openssl
wget https://www.openssl.org/source/openssl-1.1.0k.tar.gz
tar -zxvf openssl-1.1.0k.tar.gz
cd openssl-1.1.0k
sudo ./config
sudo make install
sudo ln -s /usr/local/bin/openssl /usr/bin/openssl
總結
以上是生活随笔為你收集整理的openssl版本信息和支持的命令的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。