[tls] Report supported signature algorithms in ClientHello

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-08-02 14:08:38 +01:00
parent 1ac7434111
commit fc7885ed9e
2 changed files with 28 additions and 0 deletions

View File

@@ -101,6 +101,9 @@ struct tls_header {
#define TLS_MAX_FRAGMENT_LENGTH_2048 3
#define TLS_MAX_FRAGMENT_LENGTH_4096 4
/* TLS signature algorithms extension */
#define TLS_SIGNATURE_ALGORITHMS 13
/** TLS RX state machine state */
enum tls_rx_state {
TLS_RX_HEADER = 0,