diff --git a/CHANGELOG.md b/CHANGELOG.md index 625378344..91625d63d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ IMPROVEMENTS: expecting a final value through doneCh behave correctly [GH-4472] * cli: `vault login` now supports a `-no-print` flag to suppress printing token information but still allow storing into the token helper [GH-4454] + * core/pkcs11 (enterprise): Add support for CKM_AES_CBS_PAD, CKM_RSA_PKCS, and + CKM_RSA_PKCS_OAEP mechanisms + * core/pkcs11 (enterprise): HSM slots can now be selected by token label instead + of just slot number * expiration: Allow revoke-prefix and revoke-force to work on single leases as well as prefixes [GH-4450]