mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
LibTLS+Everywhere: Switch to using WolfSSL
This commit replaces all TLS connection code with wolfssl. The certificate parsing code has to remain for now, as wolfssl does not seem to have any exposed API for that.
This commit is contained in:
committed by
Ali Mohammad Pur
parent
82915e1914
commit
8bb610b97a
@@ -33,6 +33,7 @@
|
||||
},
|
||||
"sqlite3",
|
||||
"woff2",
|
||||
"wolfssl",
|
||||
{
|
||||
"name": "vulkan",
|
||||
"platform": "!android"
|
||||
@@ -70,6 +71,10 @@
|
||||
{
|
||||
"name": "woff2",
|
||||
"version": "1.0.2#4"
|
||||
},
|
||||
{
|
||||
"name": "wolfssl",
|
||||
"version": "5.7.0#1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user