[SR-Users] Add client certificate checking against a CRL in opensips

2011-09-20 Thread tomsc
Hi everyone, I'd like to check that a client certificat is revoked or not against a crl. Actually, opensips use context SSL_CTX. How can I do with this context? I do this change to load the crl : load_crl(SSL_CTX * ctx, char *filename) { LM_DBG(entered load crl\n); X509_STORE

Re: [SR-Users] Add client certificate checking against a CRL in opensips

2011-09-20 Thread Daniel-Constantin Mierla
Hello, On 9/19/11 5:54 PM, tomsc wrote: Hi everyone, I'd like to check that a client certificat is revoked or not against a crl. Actually, opensips use context SSL_CTX. How can I do with this context? I do this change to load the crl : load_crl(SSL_CTX * ctx, char *filename) {