changelog++

This commit is contained in:
Jeff Mitchell 2016-02-19 14:37:42 -05:00
parent 8c1e06e556
commit 7dca4330eb

View file

@ -10,6 +10,11 @@ IMPROVEMENTS:
204 [GH-1086]
* secret/github: Github backend will check the validity of original token
during renewal time [GH-1047]
* secret/pki: RSA keys less than 2048 bits are no longer supported. 1024-bit
keys are considered unsafe and are disallowed in the Internet PKI. The `pki`
backend has enforced SHA256 hashes in signatures from the beginning, and
software that can handle these hashes should be able to handle larger key
lengths. [GH-1095]
BUG FIXES: