mirror of
https://github.com/logos-storage/nim-bearssl.git
synced 2026-01-04 06:23:08 +00:00
Bump cacert to version 2024-03-11. (#57)
This commit is contained in:
parent
86f212c6a5
commit
d81b37dc20
@ -20,9 +20,9 @@
|
|||||||
import ../abi/csources
|
import ../abi/csources
|
||||||
from ../abi/bearssl_x509 import X509TrustAnchor
|
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[
|
var MozillaTrustAnchors* {.importc: "TAs".}: array[
|
||||||
MozillaTrustAnchorsCount, X509TrustAnchor]
|
MozillaTrustAnchorsCount, X509TrustAnchor]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user