mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
LibTLS+Base: Rework default system certificate parser
Change the default system certificate parser from our arbitrary INI format to well-known PEM format.
This commit is contained in:
parent
da6130a6d8
commit
12cd74495a
3 changed files with 38 additions and 264 deletions
|
@ -132,7 +132,7 @@ public:
|
|||
|
||||
Vector<Certificate> const& certificates() const { return m_ca_certificates; }
|
||||
|
||||
void reload_certificates(Core::ConfigFile&);
|
||||
void reload_certificates(ByteBuffer&);
|
||||
|
||||
static DefaultRootCACertificates& the() { return s_the; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue