mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibTLS+LibWeb+LibCrypto: Move Certificate
to LibCrypto
By moving `Certificate` to `LibCrypto` it is possible to reuse a bunch of code from in `LibCrypto` itself. It also moves some constants and pieces of code to a more appropriate place than `LibTLS`. This also makes future work on WebCryptoAPI easier.
This commit is contained in:
parent
fcdcba51f5
commit
49c388b891
Notes:
github-actions[bot]
2024-11-25 13:12:12 +00:00
Author: https://github.com/devgianlu
Commit: 49c388b891
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2563
Reviewed-by: https://github.com/alimpfard ✅
12 changed files with 44 additions and 46 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <LibCore/System.h>
|
||||
#include <LibFileSystem/FileSystem.h>
|
||||
#include <LibIPC/SingleServer.h>
|
||||
#include <LibTLS/Certificate.h>
|
||||
#include <LibTLS/TLSv12.h>
|
||||
#include <RequestServer/ConnectionFromClient.h>
|
||||
#include <RequestServer/HttpProtocol.h>
|
||||
#include <RequestServer/HttpsProtocol.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue