Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: hacky external crypto provider PoC
The "hacky"ness is mostly that I've only updated the `pkg-config` based build infra. The main changes: * Unconditionally using the provider in `client.c` when using the `AWS_LC_RS` backend define. * Unconditionally adding `pkg-config --libs rustls-post-qunatum-ffi` to the pkg config Makefile. It's assumed the user will have built + installed `rustls-post-quantum-ffi` to the relevant pkg-config/LD_LIBRARY_PATH locations. This is enough to demo that the system works :)
- Loading branch information