fix: separate entered and configured certificate checks

This commit is contained in:
link2xt
2024-08-16 22:14:00 +00:00
parent 62fde21d9a
commit 95b2a8e6a6
5 changed files with 54 additions and 24 deletions

View File

@@ -5712,7 +5712,7 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot);
* Accept invalid certificates, including self-signed ones
* or having incorrect hostname.
*/
#define DC_CERTCK_ACCEPT_INVALID_CERTIFICATES 3
#define DC_CERTCK_ACCEPT_INVALID_CERTIFICATES 2
/**
* @}