Hey Jeffrey, > What is the name of the function to set the callback described below? > > *) Add certificate callback. If set this is called whenever a certificate > is required by client or server. An application can decide which > certificate chain to present based on arbitrary criteria: for example > supported signature algorithms. Add very simple example to s_server. > This fixes many of the problems and restrictions of the existing client > certificate callback: for example you can now clear an existing > certificate and specify the whole chain. > [Steve Henson]
SSL_set_cert_cb() and SSL_CTX_set_cert_cb(). Best regards, Piotr Sikora ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
