mozilla-root-ca 2025.6.7

Mozilla Root CA list from https://curl.se/ca/cacert.pem
Documentation
1
2
3
4
5
6
7
8
9
10
11
use crate::*;

extern crate x509cert;
use x509cert::X509Certificate;

include!("x509_common.rs");

pub fn x509cert_list() -> &'static [X509Certificate; PEM_LIST_LEN] {
    __x509_common_impl()
}