Support for EC curve Hello extension, EC curve fallback

This commit is contained in:
Martin Willi
2010-09-03 14:54:43 +02:00
parent 141d7f7abd
commit 37a59a8fbf
6 changed files with 143 additions and 23 deletions
+7
View File
@@ -395,6 +395,13 @@ struct tls_crypto_t {
*/
void (*get_signature_algorithms)(tls_crypto_t *this, tls_writer_t *writer);
/**
* Write the list of supported elliptic curves to writer.
*
* @param writer writer to write elliptic curves to
*/
void (*get_curves)(tls_crypto_t *this, tls_writer_t *writer);
/**
* Set the protection layer of the TLS stack to control it.
*