Bump cacert to version 2024-03-11. (#57)

This commit is contained in:
Eugene Kabanov 2024-04-12 14:21:03 +03:00 committed by GitHub
parent 86f212c6a5
commit d81b37dc20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1221 additions and 1056 deletions

View File

@ -20,9 +20,9 @@
import ../abi/csources
from ../abi/bearssl_x509 import X509TrustAnchor
{.compile: bearPath & "/../certs/cacert20221116.c".}
{.compile: bearPath & "/../certs/cacert20240311.c".}
const MozillaTrustAnchorsCount* = 142 # TAs_NUM
const MozillaTrustAnchorsCount* = 147 # TAs_NUM
var MozillaTrustAnchors* {.importc: "TAs".}: array[
MozillaTrustAnchorsCount, X509TrustAnchor]