1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 12:37:34 +00:00
serenity/Userland/Libraries/LibCrypto/PK/Code
Michiel Visser 898be38517 LibTLS: Add signature verification for DHE and ECDHE key exchange
This will verify that the signature of the ephemeral key used in the
DHE and ECDHE key exchanges is actually generated by the server.

This verification is done using the first certificate provided by the
server, however the validity of this certificate is not checked here.
Instead this code expects the validity to be checked earlier by
`TLSv12::handle_certificate`.
2022-02-23 13:20:28 +03:30
..
Code.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00
EMSA_PKCS1_V1_5.h LibTLS: Add signature verification for DHE and ECDHE key exchange 2022-02-23 13:20:28 +03:30
EMSA_PSS.h Userland: Include Vector.h in a few places to make HeaderCheck happy 2021-11-11 20:36:36 +01:00