From 13739c886af690db4ae729052d4c7e3c9357bc81 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 22 Dec 2015 10:22:57 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3656b071f..31aef335b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ IMPROVEMENTS: back to an empty table [GH-849] * cli: Allow setting the `advertise_addr` for HA via the `VAULT_ADVERTISE_ADDR` environment variable [GH-581] + * helper/certutil: Add ability to parse PKCS#8 bundles [GH-829] * logical/pki: Assign ExtKeyUsageAny to CA certs generated/signed with the backend; this fixes the non-spec validation logic used in the Windows Crypto API and Go's verification functions [GH-846]