diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-04-13 20:22:08 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-04-13 21:17:25 +0200 |
commit | 5a5e4d2d68601eb9308b4f060a29076aa6852fce (patch) | |
tree | 7040458d788872ce92a21bc74d589394d82eeca4 /NEWS.md | |
parent | 83eccfc7be7fcfbc873e922a58265793dafef3ae (diff) |
catlfish-0.6.0.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 27 |
1 files changed, 19 insertions, 8 deletions
@@ -1,15 +1,26 @@ -# Changes in version 0.6.0-dev +# Changes in version 0.6.0 - 2015-04-13 ## Features -- Implement pre-cert handling and get-entry-and-proof. Now fully +- Pre-cert handling and get-entry-and-proof implemented. Now fully RFC6962 protocol compliant. -- Add tools for merging, submitting certs and verifying - SCT's. Separate code base from catlfish and plop. - -## Bugfixes - -- Deliver valid SCT's. +- Submitted X.509 certificates and their chains are now validated. +- Application split into frontend, storage, signing and merge nodes. + Docker packaging added for running them. +- Tools for merging, submitting certs and verifying SCT's added. This + is a separate code base from catlfish and plop. +- A config compiler was added making it possible to generate Erlang + syntax configuration for a complex system from simpler yaml files. +- SCT caching added, not enabled by default. + +## Internal bigger changes + +- Add Erlang release management and a more controlled start process. +- Use mochiweb for serving httpd (replacing inets) and json encoding + and decoding (replacing jiffy). +- Add system and unit tests. +- catlfish/plop interface clean up. +- Use lager for logging and hackney for http client. # Changes in version 0.1.1 - 2014-09-20 |