This shows you the differences between two versions of the page.
cipher [2006/07/25 21:22] |
cipher [2006/07/25 21:22] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: cipher.txt,v 1.2 2006/07/17 19:41:50 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | $__cipher__(<refnum>) | ||
+ | |||
+ | ======Technical:====== | ||
+ | * This function returns the value of SSL_get_cipher() for the SSL enabled server connection for server <refnum>. | ||
+ | * It probably does nothing useful if <refnum> is not an ssl-enabled server. | ||
+ | |||
+ | ======History:====== | ||
+ | The $cipher() function first appeared in EPIC4-1.1.3. | ||
+ | |||