Re: [openssl-users] How to retrieve the commonName / Alt-Name (DNS-Name) from a .crt file

2015-02-18 Thread Christian Parpart
for the notice. Cheers, Christian. > Jeff > > On Tue, Feb 17, 2015 at 4:47 AM, Christian Parpart > wrote: > > Hey guys, > > > > I am rather new to OpenSSL development, but I'd like to integrate SSL > > communication in my little HTTP server. > > Wh

[openssl-users] How to retrieve the commonName / Alt-Name (DNS-Name) from a .crt file

2015-02-17 Thread Christian Parpart
Hey guys, I am rather new to OpenSSL development, but I'd like to integrate SSL communication in my little HTTP server. While this one is working so far, for SNI I actually need to read out the server certificates DNS name extenion and commonName subject. Currently I am doing something like: SSL