SSL_X509_LOOKUP
#define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
s->rwstate = SSL_X509_LOOKUP;
if (s->rwstate != SSL_X509_LOOKUP) {