mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Calculate SHA-1 fingerprint when loading the certificate
This commit is contained in:
@ -76,6 +76,7 @@ struct _x509_ctx
|
||||
uint8_t sig_type;
|
||||
RSA_CTX *rsa_ctx;
|
||||
bigint *digest;
|
||||
bigint *fingerprint;
|
||||
struct _x509_ctx *next;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user