mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
LibTLS: Cleanup of verify_chain and verify_certificate_pair
This commit is contained in:
parent
be654dad8a
commit
fa18c283dc
2 changed files with 33 additions and 32 deletions
|
@ -263,7 +263,7 @@ struct Options {
|
|||
|
||||
struct Context {
|
||||
bool verify_chain(StringView host) const;
|
||||
bool verify_certificate_pair(Certificate& subject, Certificate& issuer) const;
|
||||
bool verify_certificate_pair(Certificate const& subject, Certificate const& issuer) const;
|
||||
|
||||
Options options;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue