Re: SSL_CLIENT_S_DN_x509 and subjectAltName

2014-05-24 Thread Kaspar Brand
On 19.05.2014 16:58, Graham Leggett wrote: > In httpd v2.4's mod_ssl I can access the various components of the > subject and the issuer DN using SSL_CLIENT_S_DN_x509 and > SSL_CLIENT_I_DN_x509. > > Is there a corresponding set of variables that can pull the same > information out of the subjectAl

SSL_CLIENT_S_DN_x509 and subjectAltName

2014-05-19 Thread Graham Leggett
Hi all, In httpd v2.4's mod_ssl I can access the various components of the subject and the issuer DN using SSL_CLIENT_S_DN_x509 and SSL_CLIENT_I_DN_x509. Is there a corresponding set of variables that can pull the same information out of the subjectAltName? Regards, Graham --