Files
tlsn/tls-client
sinu.eth b8906cd490 Standard Crypto implementation for testing (#36)
* initial work on std crypto

* enable tls12 for rustls

* clean up unused

* temp disable kx groups

* set server random

* setup record layer in ExpectServerDone

* refactor enc/decrypter setup

* disable currently unsupported version and suites

* enable RSA

* fix decrypt keys

* use constructor

* fix comment

* disable some cipher suites from tests

* prepare decrypter

* begin support for ems

Co-authored-by: themighty1 <>
2022-07-05 13:15:42 -07:00
..
2022-06-14 22:50:21 -07:00
2022-06-14 22:50:21 -07:00
2022-06-14 23:18:44 -07:00

tls-client

This crate is a derivative of rustls with significant modifications to facilitate the TLSNotary protocol.