Loading doc/ssl/SSL_CIPHER_get_name.pod +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
doc/ssl/SSL_CIPHER_get_name.pod +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading