components/mbedtls: MBEDTLS Handshake result check

modify esp_config.h add some feature for support http2.0 protocol, TLS Handshake OK.
This commit is contained in:
liuhan
2016-08-30 20:40:58 +08:00
committed by Wu Jian Gang
parent 0f83831c74
commit 2d80fada70
11 changed files with 659 additions and 86 deletions

View File

@@ -24,7 +24,7 @@
#ifndef ESP_AES_H
#define ESP_AES_H
#include "c_types.h"
#include "esp_types.h"
#include "rom/ets_sys.h"
#include "rom/aes.h"
@@ -41,8 +41,8 @@ extern "C" {
typedef struct{
bool flag;
uint16 keybites;
uint8 key[32];
uint16_t keybites;
uint8_t key[32];
}key_context, KEY_CTX;
/**