mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
LibTLS: Move the asn certificate parser to Certificate.cpp
This commit is contained in:
parent
45d55ecacc
commit
17a1f51579
5 changed files with 487 additions and 469 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue