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
Allow createPrivateKey() to load private keys from WHATWG URL
objects through configured OpenSSL STORE providers. Reject
built-in STORE loaders so this does not become a generic file or
network URL loader, and gate the operation with the crypto.store
permission.
Mark resulting private KeyObjects as store-backed. Public
rewrapping and private-key export are rejected, while
provider-backed private operations use the existing EVP paths.
Add hermetic STORE/keymgmt addon coverage and wire the
pkcs11-provider SoftHSM test into shared-library CI for OpenSSL 3
and newer.
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
0 commit comments