upstream: Use the stronger certificate fingerprint. (a07cff8a9)

This commit is contained in:
2026-03-31 19:59:24 +03:00
parent fff03ff543
commit 35ab9ca457
6 changed files with 31 additions and 22 deletions

View File

@@ -41,6 +41,7 @@
typedef struct tls_cert_t
{
int version;
const char* fingerprint;
char* serialnumber;
char* subjectname;
char* subject_country;