SSLC:ContextGetProtocolCipher: Difference between revisions
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
| | | Outprotocols_maxsize | ||
|- | |- | ||
| 3 | | 3 | ||
| | | Outcipher_maxsize | ||
|- | |- | ||
| 4 | | 4 | ||
| ( | | (Outprotocols_maxsize<<4) <nowiki>|</nowiki> 12 | ||
|- | |- | ||
| 5 | | 5 | ||
| Pointer to | | Pointer to outprotocols buffer | ||
|- | |- | ||
| 6 | | 6 | ||
| ( | | (Outcipher_maxsize<<4) <nowiki>|</nowiki> 12 | ||
|- | |- | ||
| 7 | | 7 | ||
| Pointer to | | Pointer to outcipher buffer | ||
|} | |} | ||
Line 47: | Line 47: | ||
This copies two strings to the specified output buffers, each string is only copied if it was successfully loaded. The out sizes include the nul-terminator. | This copies two strings to the specified output buffers, each string is only copied if it was successfully loaded. The out sizes include the nul-terminator. | ||
Outprotocols contains the protocol versions supported by SSL-module. What protocol version is currently being used or what protocol versions are actually supported by the server, do not affect this string. For example: "TLSv11/TLSv1/SSLv3". | |||
Outcipher contains the cipher suite currently being used. For example: "EDH-RSA-AES256-SHA". |