commit | 89e35798aec47c2a1eda1b0bc32d2914f002e1fc | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Apr 07 12:10:30 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Apr 07 12:26:35 2014 +0200 |
tree | b100fea59a1db74f9d15b41317919ac4356cf775 | |
parent | 0b874dc58031a6d859e8c975fc70f65a91afa0a2 [diff] [blame] |
Implement ALPN server-side
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index aa5daf4..c866b6f 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -320,6 +320,7 @@ #define SSL_ALERT_MSG_UNSUPPORTED_EXT 110 /* 0x6E */ #define SSL_ALERT_MSG_UNRECOGNIZED_NAME 112 /* 0x70 */ #define SSL_ALERT_MSG_UNKNOWN_PSK_IDENTITY 115 /* 0x73 */ +#define SSL_ALERT_MSG_NO_APPLICATION_PROTOCOL 120 /* 0x78 */ #define SSL_HS_HELLO_REQUEST 0 #define SSL_HS_CLIENT_HELLO 1