1
0
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:
Ivan Grokhotkov
2015-09-14 08:51:13 +03:00
parent 6095fde37e
commit ad9780684a
2 changed files with 13 additions and 0 deletions

View File

@ -76,6 +76,7 @@ struct _x509_ctx
uint8_t sig_type;
RSA_CTX *rsa_ctx;
bigint *digest;
bigint *fingerprint;
struct _x509_ctx *next;
};