Revoking Server Certificate via CRL

2006-02-27 Thread am0ykam0te (sent by Nabble.com)
I have a client in which i loaded my CRL. I can see through my logs that it revoked the server certificate but it continues with the handshake and eventually succeeds. How can I fail the handshake when a revoked certificate is handled? BTW.. I used these to load my crl pStore =

Re: Loading CRL to Client

2006-01-13 Thread am0ykam0te (sent by Nabble.com)
I tried using these 3 code snippets but my client still accepts the server certificate I included in the CRL.BTW Im using OpenSSL 0.9.6h pStore = SSL_CTX_get_cert_store(ctx); pLookup = X509_STORE_add_lookup(pStore, X509_LOOKUP_file()); ret =

Re: Loading CRL to Client

2006-01-13 Thread am0ykam0te (sent by Nabble.com)
My App wont compile because the constants(flags) are not declared in my version of OpenSSL . (0.9.6h) View this message in context: Re: Loading CRL to Client Sent from the OpenSSL - Dev forum at Nabble.com.

Loading CRL to Client

2006-01-12 Thread am0ykam0te (sent by Nabble.com)
Can any body tell me API's on loading crl's on a client. View this message in context: Loading CRL to Client Sent from the OpenSSL - Dev forum at Nabble.com.

Enable Client Authentication using [ Openssl s_server ]

2005-12-07 Thread am0ykam0te (sent by Nabble.com)
I am currently testing the ssl client i developed. I need to test it when it connects to a server which requires client authentication. However i do not know how to enable it in openssl's command line server (s_server). How do i enable client authentication in openssl s_server? Sent from the