latchset / kryoptic

a pkcs#11 software token written in Rust
GNU General Public License v3.0
10 stars 4 forks source link

Refactor ossl/fips code to use modules #103

Closed simo5 closed 6 days ago

simo5 commented 1 week ago

Using includes was a useful hack to get started, but now that the code is more stable move to use modules instead of includes whenever possible.

simo5 commented 6 days ago

This PR just shifts around code, but has not added or changed any functionality. Given CI is happy I feel confident pushing it w/o second review so I can rebase on top the other PRs still open.