mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 10:06:51 +00:00
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:
@@ -6,7 +6,7 @@
|
||||
#ifndef _ESP_SHA_H_
|
||||
#define _ESP_SHA_H_
|
||||
|
||||
#include "c_types.h"
|
||||
#include "esp_types.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "rom/sha.h"
|
||||
|
||||
@@ -164,6 +164,8 @@ typedef sha_context SHA512_CTX;
|
||||
*/
|
||||
void esp_sha512_init( SHA512_CTX *ctx );
|
||||
|
||||
void esp_sha512_process( SHA512_CTX *ctx, const unsigned char data[128] );
|
||||
|
||||
/**
|
||||
* \brief Clear SHA-512 context
|
||||
*
|
||||
|
Reference in New Issue
Block a user