Document recent changes.
[openssl.git] / ssl / changes.ssl
1
2 Must do a 
3 SSL_init_eay_ciphers();
4 before calls to SSL_CTX_new()
5
6 SSL_CTX *SSL_CTX_new(void ) -> SSL_CTX *SSL_CTX_new(SSL_METHOD *meth);
7
8 SSL_CTX_set_cert_verify_cb -> the callback is now
9 int callback(char *arg,SSL *s,X509 *xs,STACK *cert_chain);
10 where the 'cert_chain' has been added.