mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
LibTLS: Refactor CA loading into central function
This commit is contained in:
parent
924758c6f8
commit
459dee1f86
3 changed files with 20 additions and 52 deletions
|
@ -137,7 +137,7 @@ public:
|
|||
|
||||
Vector<Certificate> const& certificates() const { return m_ca_certificates; }
|
||||
|
||||
void reload_certificates(ByteBuffer&);
|
||||
ErrorOr<Vector<Certificate>> reload_certificates(ByteBuffer&);
|
||||
|
||||
static DefaultRootCACertificates& the() { return s_the; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue