changelog++

This commit is contained in:
Chris Hoffman 2017-09-14 09:08:56 -04:00
parent 2e60b20eae
commit 554a757d02
1 changed files with 6 additions and 1 deletions

View File

@ -19,10 +19,15 @@ CHANGES:
IMPROVEMENTS:
* secret/pki: `sign-intermediate` will now allow specifying a `ttl` value longer than the signing CA certificate's NotAfter value. [GH-3325]
* mfa (Enterprise): Add the ability to use identity metadata in username format
* mfa/okta (Enterprise): Add support for configuring base_url for API calls
* secret/pki: `sign-intermediate` will now allow specifying a `ttl` value
longer than the signing CA certificate's NotAfter value. [GH-3325]
BUG FIXES:
* core: Fix panic while loading leases at startup on ARM processors
[GH-3314]
* secret/pki: Fix `sign-self-issued` encoding the wrong subject public key
[GH-3325]