summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTLS/HandshakeCertificate.cpp
AgeCommit message (Expand)Author
2023-05-19LibTLS: Avoid unnecessary HashMap copies, improve const-correctnessBen Wiederhake
2023-04-06LibTLS: Change Certificate parsing to use ErrorOrstelar7
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher
2022-04-17LibTLS: Verify the certificate chain sent by the serverMichiel Visser
2021-05-19LibTLS: Rework method names and arrangement in cpp filesDexesTTP