Joel T. Geiger <[EMAIL PROTECTED]>: > How can I specify to OpenSSL that I don't want to use any certificates? Is > it even possible to complete the client/server handshaking without having at > least a server-side certificate? It is possible using anonymous DH (see RFC 2246). You'll have to compile the library with -DSSL_ALLOW_ADH, and you'll have to set the ciphersuite list appropriately. Also you have to provide DH parameters. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]