On 13/07/16 08:56, Juha Heinanen wrote:
> Daniel-Constantin Mierla writes:
>
>> The right format to try for a variable with index would have been
>> $(tls_my_san_hostname[2]) -- have you tried that, too?
> $var(san2) = $(tls_my_san_hostname[2]);
> xlog("L_INFO", "*** $var(
Daniel-Constantin Mierla writes:
> The right format to try for a variable with index would have been
> $(tls_my_san_hostname[2]) -- have you tried that, too?
$var(san2) = $(tls_my_san_hostname[2]);
xlog("L_INFO", "*** $var(san2)\n");
produces:
Jul 13 09:51:44 sars sip-pr
On 12/07/16 20:03, Juha Heinanen wrote:
> Daniel-Constantin Mierla writes:
>
>> haven't tested nor looked at source code -- have you tried to see if it
>> works with index (e.g, $tls_my_san_hostname[2])?
> $var(san) = $tls_my_san_hostname[2];
>
> results in $var(san) == 0.
The right format to t
Daniel-Constantin Mierla writes:
> haven't tested nor looked at source code -- have you tried to see if it
> works with index (e.g, $tls_my_san_hostname[2])?
$var(san) = $tls_my_san_hostname[2];
results in $var(san) == 0.
-- Juha
___
SIP Express Rou
Hello,
haven't tested nor looked at source code -- have you tried to see if it
works with index (e.g, $tls_my_san_hostname[2])?
Cheers,
Daniel
On 11/07/16 15:17, Juha Heinanen wrote:
> Is there some means to get access to local and peer ssl certificate
> X509v3 Subject Alternative Name value?
>
Is there some means to get access to local and peer ssl certificate
X509v3 Subject Alternative Name value?
For example, if there is this in certificate:
Subject: CN=foo.bar.com
X509v3 Subject Alternative Name:
DNS:foo.bar.com, DNS:foo.car.com, DNS:car.com
$t