libcrypto
is a (or the?) OpenSSL crypto library. openssl version
-a
prints the complete version information, including the OPENSSLDIR directory (for example /usr/lib/ssl
) which is where OpenSSL looks for default configurations and root certificates. openssl version -a
openssl help
openssl genpkey -out fd.key -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -aes-128-cbc
openssl genrsa
is a legacy command which should not be used anymore openssl sha1 file.txt
openssl s_client -connect 'somehost.xy:443' -showcerts