- Added proper support for TLS 1.2 signature_algorithm extension on server

side
 - Minor const changes to other extension parsing functions
This commit is contained in:
Paul Bakker 2012-09-28 14:15:14 +00:00
parent 1d29fb5e33
commit 23f3680898
4 changed files with 170 additions and 21 deletions

View file

@ -350,6 +350,7 @@ struct _ssl_handshake_params
/*
* Handshake specific crypto variables
*/
int sig_alg; /*!< Signature algorithm */
#if defined(POLARSSL_DHM_C)
dhm_context dhm_ctx; /*!< DHM key exchange */
#endif