1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:57:35 +00:00

LibTLS: Move the asn certificate parser to Certificate.cpp

This commit is contained in:
DexesTTP 2021-05-17 20:40:45 +02:00 committed by Andreas Kling
parent 45d55ecacc
commit 17a1f51579
5 changed files with 487 additions and 469 deletions

View file

@ -277,7 +277,6 @@ public:
m_context.extensions.SNI = sni;
}
Optional<Certificate> parse_asn1(ReadonlyBytes, bool client_cert = false) const;
bool load_certificates(ReadonlyBytes pem_buffer);
bool load_private_key(ReadonlyBytes pem_buffer);