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
missing ECDH1_DERIVE in supported mechanisms. See PR #913 for details.
Database upgrade failure on upgrade ERROR: Backup DB exists at "/etc/tpm2_pkcs11/tpm2_pkcs11.sqlite3.old" not overwriting....
Looking for .old when it should have been .bak.
Database version 7 to 8 upgrade could have missed performing the upgrade of the database through the C code, add DB Schema version 9 and perform the update.
Use ASN1 OpenSSL helpers rather than direct struct access. Newer OpenSSL everything is opaque.