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]

I'm using the latest from GIT, but I don't see anything that jumps out
in s_server.c.

I see SSL_CTX_set_tlsext_servername_callback and
SSL_CTX_set_info_callback, but I think they have been available for
some time and they don't appear to be specific for certificate
selection.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to