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
1193 /* we get them from the cert */
1253 if ((alg_k & (SSL_kECDHr|SSL_kECDHe)) && (s->cert != NULL))
1260 * For example, the cert have an ECC
1269 * if ((s->cert->key->privatekey != NULL) &&
1270 * (s->cert->key->privatekey->type ==
1282 /* Get the Server Public Key from Cert */
1325 tkey = s->cert->key->privatekey->pkey.ec;
1552 pkey=s->cert->key->privatekey;
1641 if ((s->cert == NULL) ||
1642 (s->cert->key->x509 == NULL) ||
1643 (s->cert->key->privatekey == NULL))
1649 /* We need to get a client cert */
1692 /* Ok, we have a cert */
1700 (s->s3->tmp.cert_req == 2)?NULL:s->cert->key->x509);