summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2000-12-05 16:45:26 +0000
committerLutz Jänicke <jaenicke@openssl.org>2000-12-05 16:45:26 +0000
commitb1e21f8faca0bf71a45503409ae57ee56ea16e7e (patch)
treed8fe3e866ce3447c69d644db2ab6d2d97ec873cd /doc
parent9347ba487c6e72ca2dca04835ff649d88647b568 (diff)
Add EXAMPLES for SSL_CIPHER_description() output.
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl/SSL_CIPHER_get_name.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ssl/SSL_CIPHER_get_name.pod b/doc/ssl/SSL_CIPHER_get_name.pod
index 2fd5b6d4a9..bf851dcea5 100644
--- a/doc/ssl/SSL_CIPHER_get_name.pod
+++ b/doc/ssl/SSL_CIPHER_get_name.pod
@@ -82,6 +82,15 @@ regulations, the word "B<export>" is printed.
=back
+=head1 EXAMPLES
+
+Some examples for the output of SSL_CIPHER_description():
+
+ EDH-RSA-DES-CBC3-SHA SSLv3 Kx=DH Au=RSA Enc=3DES(168) Mac=SHA1
+ EDH-DSS-DES-CBC3-SHA SSLv3 Kx=DH Au=DSS Enc=3DES(168) Mac=SHA1
+ RC4-MD5 SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5
+ EXP-RC4-MD5 SSLv3 Kx=RSA(512) Au=RSA Enc=RC4(40) Mac=MD5 export
+
=head1 BUGS
If SSL_CIPHER_description() is called with B<cipher> being NULL, the