changelog++

This commit is contained in:
Jeff Mitchell 2018-06-05 11:23:52 -04:00
parent 0138351ea4
commit d499eeac51
1 changed files with 3 additions and 2 deletions

View File

@ -32,12 +32,13 @@ IMPROVEMENTS:
expecting a final value through doneCh behave correctly [GH-4472]
* auth/cert: Break out `allowed_names` into component parts and add
`allowed_uri_sans` [GH-4231]
* auth/ldap: Obfuscate error messages pre-bind for greater security [GH-4700]
* 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_CBC_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
* core/pkcs11 (enterprise): HSM slots can now be selected by token label
instead of just slot number
* core/token: Optimize token revocation by removing unnecessary list call
against the storage backend when calling revoke-orphan on tokens [GH-4465]
* core/token: Refactor token revocation logic to not block on the call when