Skip to content

Commit 135cc88

Browse files
added trusted anchors creatting script
1 parent a0b53d4 commit 135cc88

File tree

3 files changed

+8196
-695
lines changed

3 files changed

+8196
-695
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea/
2+
BearSSL

Diff for: create_trustAnchors.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
rm -rf BearSSL #remove old trash
2+
git clone https://www.bearssl.org/git/BearSSL
3+
cd BearSSL
4+
curl -L https://curl.se/ca/cacert.pem -o cacert.pem
5+
make
6+
chmod +x build/brssl
7+
./build/brssl ta cacert.pem > ../src/BearSSLTrustAnchors.h
8+
cd ..
9+
rm -rf BearSSL

0 commit comments

Comments
 (0)