Home | History | Annotate | Download | only in ssl

Lines Matching defs:cert

201   if (s->cert == NULL) {
1067 /* Let cert callback update server certificates if required */
1068 if (s->cert->cert_cb) {
1069 int rv = s->cert->cert_cb(s, s->cert->cert_cb_arg);
1255 CERT *cert;
1265 cert = s->cert;
1283 dhp = cert->dh_tmp;
1284 if (dhp == NULL && s->cert->dh_tmp_cb != NULL) {
1285 dhp = s->cert->dh_tmp_cb(s, 0, 1024);
1317 if (cert->ecdh_nid != NID_undef) {
1318 nid = cert->ecdh_nid;
1319 } else if (cert->ecdh_tmp_cb != NULL) {
1322 EC_KEY *template = s->cert->ecdh_tmp_cb(s, 0, 1024);
1534 /* get the list of acceptable cert types */
1684 pkey = s->cert->pkeys[SSL_PKEY_RSA_ENC].privatekey;
2146 /* If tls asked for a client cert, the client must return a 0 list */