Andrew Kelley
|
e2efba76aa
|
std.crypto.tls: refactor to remove mutations
build up the hello message with array concatenation and helper functions
rather than hard-coded offsets and lengths.
|
2023-01-02 16:57:15 -07:00 |
|
Andrew Kelley
|
41f4461cda
|
std.crypto.tls.Client: verify the server's Finished message
|
2023-01-02 16:57:15 -07:00 |
|
Andrew Kelley
|
f6c3a86f0f
|
std.crypto.tls.Client: remove unnecessary coercion
|
2023-01-02 16:57:15 -07:00 |
|
Andrew Kelley
|
8ef4dcd39f
|
std.crypto.tls: add some benchmark data points
Looks like aegis-128l is the winner on baseline too.
|
2023-01-02 16:57:15 -07:00 |
|
Andrew Kelley
|
942b5b468f
|
std.crypto.tls: implement the rest of the cipher suites
Also:
* Use KeyPair.create() function
* Don't bother with CCM
|
2023-01-02 16:57:15 -07:00 |
|
Andrew Kelley
|
93ab8be8d8
|
extract std.crypto.tls.Client into separate namespace
|
2023-01-02 16:57:15 -07:00 |
|