secure client/server program in C with OpenSSL

Posted by Samantha on Stack Overflow See other posts from Stack Overflow or by Samantha
Published on 2010-03-15T13:18:34Z Indexed on 2010/03/15 16:49 UTC
Read the original article Hit count: 359

Filed under:
|

Hello,

I'm trying to write a secure client/server program in C with OpenSSL. I've found a code sample at http://www.rtfm.com/openssl-examples/ but I get this error: server: SSL read problem client: Certificate doesn't verify

I think the problem is with the certificate generation, but I cannot find it.

Any idea?

Thanks

© Stack Overflow or respective owner

Related posts about c

    Related posts about openssl