diff options
Diffstat (limited to 'crypto/openssl/doc/apps')
-rw-r--r-- | crypto/openssl/doc/apps/ciphers.pod | 4 | ||||
-rw-r--r-- | crypto/openssl/doc/apps/s_client.pod | 2 | ||||
-rw-r--r-- | crypto/openssl/doc/apps/x509.pod | 8 |
3 files changed, 8 insertions, 6 deletions
diff --git a/crypto/openssl/doc/apps/ciphers.pod b/crypto/openssl/doc/apps/ciphers.pod index 5a071f5..e16eade 100644 --- a/crypto/openssl/doc/apps/ciphers.pod +++ b/crypto/openssl/doc/apps/ciphers.pod @@ -146,7 +146,9 @@ export encryption algorithms. Including 40 and 56 bits algorithms. =item B<EXPORT56> -56 bit export encryption algorithms. +56 bit export encryption algorithms. In OpenSSL 0.9.8c and later the set of +56 bit export ciphers is empty unless OpenSSL has been explicitly configured +with support for experimental ciphers. =item B<eNULL>, B<NULL> diff --git a/crypto/openssl/doc/apps/s_client.pod b/crypto/openssl/doc/apps/s_client.pod index e1e1ba9..c17a83a 100644 --- a/crypto/openssl/doc/apps/s_client.pod +++ b/crypto/openssl/doc/apps/s_client.pod @@ -184,7 +184,7 @@ command for more information. send the protocol-specific message(s) to switch to TLS for communication. B<protocol> is a keyword for the intended protocol. Currently, the only -supported keywords are "smtp" and "pop3". +supported keywords are "smtp", "pop3", "imap", and "ftp". =item B<-engine id> diff --git a/crypto/openssl/doc/apps/x509.pod b/crypto/openssl/doc/apps/x509.pod index a46378f..a925da4 100644 --- a/crypto/openssl/doc/apps/x509.pod +++ b/crypto/openssl/doc/apps/x509.pod @@ -404,13 +404,13 @@ B<sep_comma_plus>, B<dn_rev> and B<sname>. a oneline format which is more readable than RFC2253. It is equivalent to specifying the B<esc_2253>, B<esc_ctrl>, B<esc_msb>, B<utf8>, B<dump_nostr>, -B<dump_der>, B<use_quote>, B<sep_comma_plus_spc>, B<spc_eq> and B<sname> +B<dump_der>, B<use_quote>, B<sep_comma_plus_space>, B<space_eq> and B<sname> options. =item B<multiline> a multiline format. It is equivalent B<esc_ctrl>, B<esc_msb>, B<sep_multiline>, -B<spc_eq>, B<lname> and B<align>. +B<space_eq>, B<lname> and B<align>. =item B<esc_2253> @@ -510,7 +510,7 @@ diagnostic purpose. align field values for a more readable output. Only usable with B<sep_multiline>. -=item B<spc_eq> +=item B<space_eq> places spaces round the B<=> character which follows the field name. @@ -620,7 +620,7 @@ Display the certificate subject name in RFC2253 form: Display the certificate subject name in oneline form on a terminal supporting UTF8: - openssl x509 -in cert.pem -noout -subject -nameopt oneline,-escmsb + openssl x509 -in cert.pem -noout -subject -nameopt oneline,-esc_msb Display the certificate MD5 fingerprint: |