You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support PKCS#11 for mutual TLS on Unix platforms (#451)
Merging the `pkcs11` feature branch to `main`. Previous Pull Requests can be found here:
- #410 - Add PKCS#11 headers
- #408 - Public API first pass
- #412 - Implement library load/unload
- #413 - Get tests running in CI
- #425 - Find private key / begin s2n integration
- #428 - Finish integration with s2n
- #430 - Add tests. Each test now sets up its own tokendir.
- #431 - Misc fixes
- #432 - Add TLS test
- #434 - Handle connection failure during PKCS#11 operations
- #439 - Support multiple digest types for RSA
- #440 - Misc fixes
- #445 - Each CKR_ return value has its own AWS error-code
- #443 - Add license for PKCS#11 headers
- #442 - Behavior enum controls how C_Initialize() and C_Finalize() are called.
- #450 - Misc fixes
Co-authored-by: Prateek Yadav <[email protected]>
TEST_PKCS11_LIB is used by the tests to peform pkcs11 operations.
12
+
13
+
TEST_PKCS11_TOKEN_DIR is used by the tests to clear the softhsm tokens before a test begins. This is achieved by cleaning the token directory <b>NOTE: Any tokens created outside the tests will be cleaned up along with all the objects/keys on it as part of the tests.</b>
<b>WARN: All tokens created outside the tests would be cleaned up as part of the tests, Use a separate token directory for running the tests if you would like to keep your tokens intact.</b>
0 commit comments