On Sun, Nov 27, 2022 at 05:07:20PM +, Anton Borowka wrote:
> Hi,
>
> I was trying to create a certificate with an URI SAN using
> p5-io-socket-ssl and got a segfault in
> lib/libcrypto/x509/x509_constraints.c:x509_constraints_uri_host()
>
> perl -MIO::Socket::SSL::Utils -le 'CERT_create
>
Hi,
I was trying to create a certificate with an URI SAN using
p5-io-socket-ssl and got a segfault in
lib/libcrypto/x509/x509_constraints.c:x509_constraints_uri_host()
perl -MIO::Socket::SSL::Utils -le 'CERT_create
ext=>[{sn=>"subjectAltName",data=>"URI:urn:open62541.server.application"}]'
I