Daniel Heater

Results 7 comments of Daniel Heater

Maybe the `tls-api` crate could used, if not directly, then as a starting point for trait/API design: https://docs.rs/tls-api/0.9.0/tls_api/

Can someone link an example BOM `.csv` export file?

I'm also finding that ctrl-alt-left/right are not working. up and down are working

Would `native-tls` not be a better choice? We would be leveraging the native OS FIPs certification. Maybe I'm missing something?

Attached is a very simple C++ file that demonstrates the problem. Compile with g++ envtest.cpp -o envtest -llua Then you can run with your own test script as in: ./envtest...

Redirecting to bad places now!!

> Just taking notes on the progress here. > Looks like you have to `sudo apt install clang-format` > I have tried this: > > ``` > git clang-format --extensions...