Re: [ADMIN] ssl-info, enforcing list of common-names

2009-01-07 Thread Bruce Momjian
Would someone please reply this question. --- Craig Perras wrote: > Hi - > > A couple things. I noticed that these two functions return NULL (or empty > string): > > select ssl_issuer_dn(); > select ssl_client_dn(); > >

[ADMIN] ssl-info, enforcing list of common-names

2008-10-01 Thread Craig Perras
Hi - A couple things. I noticed that these two functions return NULL (or empty string): select ssl_issuer_dn(); select ssl_client_dn(); However, I can get specific fields: select '/CN=' || ssl_issuer_field('commonName') || '/C=' || ssl_issuer_field('countryName') || '/O=' || ssl_issuer_f