projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9347ba4
)
Add EXAMPLES for SSL_CIPHER_description() output.
author
Lutz Jänicke
<jaenicke@openssl.org>
Tue, 5 Dec 2000 16:45:26 +0000
(16:45 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Tue, 5 Dec 2000 16:45:26 +0000
(16:45 +0000)
doc/ssl/SSL_CIPHER_get_name.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/SSL_CIPHER_get_name.pod
b/doc/ssl/SSL_CIPHER_get_name.pod
index 2fd5b6d4a9ceff129765024202c88b84df1cc51c..bf851dcea5a02e8109478e5132d9281a7c1a620c 100644
(file)
--- 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