1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:37: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

@ -1,6 +1,7 @@
add_compile_options(-Wvla)
set(SOURCES
Certificate.cpp
ClientHandshake.cpp
Exchange.cpp
Handshake.cpp