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
* Fixed warnings from `./autogen.sh`. Updated m4 macros. (PR #21)
104
+
* Added additional GitHub CI action tests. (PR #22)
105
+
* Added wolfPKCS11 support for using TPM 2.0 module as backend. Uses wolfTPM and supports RSA and ECC. Requires https://github.com/wolfSSL/wolfTPM/pull/311 (PR #23)
106
+
* Added CI testing for wolfPKCS11 with wolfTPM backend and single threaded. (PR #23)
107
+
* Added PKCS11 TPM NV store (enabled with `WOLFPKCS11_TPM_STORE`). Allow `WOLFPKCS11_NO_STORE` for TPM use case. (PR #23)
108
+
* Fixed compiler warnings from mingw. (PR #23)
109
+
* Added portability macro `WOLFPKCS11_NO_ENV` when setenv/getenv are not available. (PR #23)
110
+
* Fix to only require `-ldl` for non-static builds. (PR #23)
111
+
* Portability fixes. Added `NO_MAIN_DRIVER`. Support for `SINGLE_THREADED`. Add `static` to some globals. (PR #24)
112
+
* Fixes for portability where `XREALLOC` is not available. (PR #25)
113
+
* Added support for custom setenv/get env using `WOLFPKCS11_USER_ENV`. (PR #25)
114
+
* Fix for final not being called after init in edge case pin failure. (PR #25)
115
+
* Added support for hashing PIN with SHA2-256.
116
+
- PKS11 uses scrypt, which uses multiple MB of memory and is not practical for embedded systems. (PR #25)
0 commit comments