Skip to content

OUIsolutions/BearSSLTrustedAnchors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BearSSLTrustedAnchors

A trusted CA certificates generator for BearSSL applications, providing a ready-to-use C source file with trusted root certificates.

Latest Release

File Version Date
BearSSLTrustedAnchors.c 2025-8-6 2025/08/06

Overview

This project generates trusted anchor certificates for BearSSL 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.

Certificate Source

The trusted anchors are generated from:

Usage

Generating New Certificates

To generate an updated certificate file:

sh generator.sh

This script will:

  1. Download the latest CA certificate bundle from Mozilla
  2. Convert it to BearSSL format using the brssl tool
  3. Generate the BearSSLTrustedAnchors.c file

Requirements

  • BearSSL tools (brssl)
  • curl or wget for downloading certificates
  • bash shell

About

Trusted Anchors generator for BearSSL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages