Commit graph

6 commits

Author SHA1 Message Date
Jan Rüth
fa032e97d1 Consolidate rustls dependencies in workspace deps 2023-11-30 00:29:31 +01:00
Jan Rüth
d3f5d31ddd Update boring and allow settings fips 2023-11-30 00:29:31 +01:00
Jan Rüth
5ead01a5c7 Update to rustls = 0.22.0-alpha.5 2023-11-26 22:19:48 +01:00
Jan Rüth
d38412a3bd Use boringssl prf for tls1.2 2023-11-25 15:26:58 +01:00
Jan Rüth
319029f2d4 Fix AES256 using wrong hash
Add TLS 1.2
Move aead crypter to boring-additions crate
2023-11-20 20:36:55 +01:00
Jan Rüth
5c45b9426b Initial dump for a boring-rustls-provider
This is just a dump of me figuring out how to interface with boring and rustls.
It works to establish a connection and exchange data but I haven't written real tests yet, nor did I cleanup the code or made the effort to make it look nice.
There is probably some code in here that should rather live in the `boring` crate.
2023-11-19 17:49:03 +01:00