Re: sign/verify kicking my ass

2008-11-27 Thread Ger Hobbelt
Check out the PHP manual pages for openssl_seal() et al here: http://nl2.php.net/manual/en/function.openssl-sign.php There's no straight-through API offering the EVP functionality in PHP, AFAIK. ... though, personally, I'd rather code this kind of stuff in C (or C++) and then bind that through

Client Authentication Certificates

2008-11-27 Thread Mauricio Aniche
Hi all, I am trying to get the client authentication working in my embedded application. The SSL implementation in my device is a openssl porting. The server application does not implement SSL, so I am using the stunnel. When I set the verify level to 2 (which the server should ask for the