diff options
author | Linus Nordberg <linus@nordu.net> | 2015-08-06 16:30:13 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-08-06 16:30:13 +0200 |
commit | 2810ce9055ac455894b6b9df96928b288d039124 (patch) | |
tree | 76957571e53573cdbca06e070e89ead954a9a458 /NEWS.md | |
parent | 88c9e77bd30d723a02e4cc43ee39be9259f08033 (diff) |
Return correct extra-data for precerts too (closes CATLFISH-56).
Verify precerts in make tests too.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,12 @@ # Changes in version 0.8.0-dev +## Incompatible changes + +- The file format for persistent storage of log entries have + changed. catlfish-0.8.0 is unable to read a database created by all + previous versions. Previous versions are unable to read a database + created by 0.8.0. + ## Features - Library call for plop verification of entries added. @@ -13,6 +20,10 @@ - A bug with merging submitted root certs, i.e. lacking ExtraData has been fixed (closes CATLFISH-45). - Merge now fsyncs the logorder file (closes CATLFISH-46). +- A chain returned from the log (get-entries) now always contains a + known root cert (closes CATLFISH-55). +- "Extra data" for precerts returned from the log is now conformant + with RFC6962 (closes CATLFISH-56). ## Code cleanup |