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
+4
View File
@@ -104,6 +104,10 @@ enum tls_purpose_t {
* TLS Hello extension types.
*/
enum tls_extension_t {
/** supported elliptic curves */
TLS_EXT_ELLIPTIC_CURVES = 10,
/** supported point formats */
TLS_EXT_EC_POINT_FORMATS = 11,
/** supported signature algorithms */
TLS_EXT_SIGNATURE_ALGORITHMS = 13,
};