Home | History | Annotate | Download | only in ssl

Lines Matching refs:cert

490 			/* EAY EAY EAY need to check for DH fix cert
492 /* For TLS, cert_req is set to 2, so a cert chain
1185 /* we get them from the cert */
1245 if ((alg_k & (SSL_kECDHr|SSL_kECDHe)) && (s->cert != NULL))
1252 * For example, the cert have an ECC
1261 * if ((s->cert->key->privatekey != NULL) &&
1262 * (s->cert->key->privatekey->type ==
1274 /* Get the Server Public Key from Cert */
1317 tkey = s->cert->key->privatekey->pkey.ec;
1555 pkey=s->cert->key->privatekey;
1644 if ((s->cert == NULL) ||
1645 (s->cert->key->x509 == NULL) ||
1646 (s->cert->key->privatekey == NULL))
1652 /* We need to get a client cert */
1695 /* Ok, we have a cert */
1703 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);