Commit graph

7 commits

Author SHA1 Message Date
Jan Rüth
6f1394e4b4 Clippy 2023-11-24 16:14:10 +01:00
Jan Rüth
dfda846989 Rework KeyExchange types 2023-11-24 16:14:10 +01:00
Jan
d538b5a4a7 Create ci.yml 2023-11-24 16:11:18 +01:00
Jan Rüth
aa74b45a0f * Move ffi type container to boring-additions
* Use boring::derive for EC and ED instead of own implementation
2023-11-24 10:32:33 +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
Jan
db339f7161
Initial commit 2023-11-19 17:46:39 +01:00