Remove vestiges of SigningTableEd25519, separate per algorithm table not needed

This commit is contained in:
Scott Kitterman
2019-10-23 15:54:51 -04:00
parent b0604bf00c
commit 82542e4ca0
6 changed files with 6 additions and 36 deletions
+2
View File
@@ -19,6 +19,8 @@
(LP: #1844189)
- Fix sysv init so it works (LP: #1839487)
- Make error logging more explicit to aid debugging
- Remove SigningTableEd25519 from documentation - it was never implemented
and a per algorithm signing table turns out not to be needed
1.1.0 2019-04-12
- Add SubDomains option to enable signing for sub-domains (LP: #1811535)