mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-11-02 15:11:40 +01:00
Port SSL fingerprint checking from ESP8266 WiFiClientSecure to ESP32 (#1397)
This commit is contained in:
@@ -32,5 +32,7 @@ void stop_ssl_socket(sslclient_context *ssl_client, const char *rootCABuff, cons
|
||||
int data_to_read(sslclient_context *ssl_client);
|
||||
int send_ssl_data(sslclient_context *ssl_client, const uint8_t *data, uint16_t len);
|
||||
int get_ssl_receive(sslclient_context *ssl_client, uint8_t *data, int length);
|
||||
bool verify_ssl_fingerprint(sslclient_context *ssl_client, const char* fp, const char* domain_name);
|
||||
bool verify_ssl_dn(sslclient_context *ssl_client, const char* domain_name);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user