From 177cb0300f98defec1ef97eb0171d973a650b92c Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Mon, 7 May 2018 13:27:54 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6253783442..91625d63dc 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]