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.
This commit is contained in:
parent
db339f7161
commit
5c45b9426b
24 changed files with 2355 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.DS_Store
|
||||
/target
|
||||
/.vscode
|
||||
/Cargo.lock
|
||||
Loading…
Add table
Add a link
Reference in a new issue