check EC tmp key matches preferences

This commit is contained in:
Dr. Stephen Henson
2012-07-24 13:47:40 +00:00
parent 1e4cb467e1
commit d18b716d25
6 changed files with 37 additions and 3 deletions

View File

@@ -1186,6 +1186,7 @@ SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
#ifndef OPENSSL_NO_EC
int tls1_ec_curve_id2nid(int curve_id);
int tls1_ec_nid2curve_id(int nid);
int tls1_check_curve(SSL *s, const unsigned char *p, size_t len);
int tls1_shared_curve(SSL *s, int nmatch);
int tls1_set_curves(unsigned char **pext, size_t *pextlen,
int *curves, size_t ncurves);