Home | History | Annotate | Download | only in ssl

Lines Matching refs:ecdh

347 			/* Check if it is anon DH/ECDH */
441 * authentication in ECDH cipher suites with
442 * ECDH (rather than ECDSA) certificates.
444 * message when client's ECDH public key is sent
1357 EC_KEY *ecdh = NULL;
1691 if ((ecdh=EC_KEY_new()) == NULL)
1698 * server's ephemeral ECDH public key.
1722 if (EC_KEY_set_group(ecdh, ngroup) == 0)
1729 group = EC_KEY_get0_group(ecdh);
1777 /* else anonymous ECDH, so no certificate or pkey. */
1778 EC_KEY_set_public_key(ecdh, srvr_ecpoint);
1779 s->session->sess_cert->peer_ecdh_tmp=ecdh;
1780 ecdh=NULL;
1930 if (ecdh != NULL)
1931 EC_KEY_free(ecdh);
2594 * ECDH share for use in premaster
2601 * authentication using ECDH certificates.
2667 * the ECDH computation.
2685 /* Generate a new ECDH key pair */
2693 /* use the 'p' output buffer for the ECDH key, but