![]() |
![]() |
$dcc.getSSLCertInfoReturns the requested information about certificates used in an ssl-enabled dcc session |
|
Usage | |
|
|
Description | |
Returns the requested information about certificates used in an ssl-enabled dcc session. The second <type> parameter can be "local" or "remote", and refers to the certificate you want to query the information from; if omitted, it defaults to "remote". If <dcc_id> is omitted then the DCC Session associated with the current window is assumed. If <dcc_id> is not a valid DCC session identifier (or it is omitted and the current window has no associated DCC session) then this function prints a warning and returns an empty sting. If the DCC session is not using ssl then this function returns an empty string. Some queries can accept an optional parameter <param1>. Available query strings are:
|
|
Syntax Specification | |
|
|
Examples | |
|
|
See also | |
$certificate $str.evpsign $str.evpverify dcc module |