You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A trusted CA certificates generator for BearSSL applications, providing a ready-to-use C source file with trusted root certificates.
3
+
A trusted CA certificates generator for BearSSL applications, providing a ready-to-use C source file with trusted root certificates compatible with virtually any website.
4
4
5
5
## Latest Release
6
6
@@ -10,14 +10,25 @@ A trusted CA certificates generator for BearSSL applications, providing a ready-
10
10
11
11
## Overview
12
12
13
-
This project generates trusted anchor certificates for [BearSSL](https://bearssl.org/) from the official Mozilla CA certificate bundle. The generated C source file contains all trusted root certificates in a format that can be directly compiled into BearSSL applications.
13
+
This project generates trusted anchor certificates for [BearSSL](https://bearssl.org/) from multiple CA sources, maximizing compatibility with public websites, government portals, and enterprise services. The generated C source file contains all trusted root certificates in a format that can be directly compiled into BearSSL applications.
14
14
15
-
### Certificate Source
15
+
### Certificate Sources
16
16
17
-
The trusted anchors are generated from:
18
-
-**Source**: [Mozilla CA Certificate Bundle](https://curl.se/docs/caextract.html)
-**Tool**: `brssl` from [BearSSL](https://bearssl.org/)
17
+
The trusted anchors are generated by combining:
18
+
19
+
| # | Source | Description |
20
+
|---|--------|-------------|
21
+
| 1 |[Mozilla CA Bundle](https://curl.se/docs/caextract.html) (`curl.se/ca/cacert.pem`) | Primary bundle — covers the vast majority of public websites |
22
+
| 2 | System CA bundle (auto-detected) | Adds national, governmental, and corporate CAs not present in Mozilla's bundle |
0 commit comments