summaryrefslogtreecommitdiff
path: root/NEWS.md
blob: 38d9c61d5876897736b061930afd99d91269e440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Changes in plop 0.2.0-dev - 2014-??-??

## Bugfixes

- Serialise certificate chains and extensions as variable length
  RFC5246 vectors.
- Use correctd LogID.
- Sign the right things in SPT's.

# Changes in plop 0.1.1 - 2014-09-20

plop version 0.1.1 removes the depency on maps and fixes several major
bugs.

## Bugfixes

- Add a field in the database with the Merkle Tree Leaf hash, for
  get-proof-by-hash (closes CATLFISH-3).
- Do hash the full MerkleTreeLeaf. This bug made the tree head to
  sometimes change after a crash. Found by Tom Fitzhenry.
- Handle unknown hashes in inclusion().
- Make ht:print_tree() print something more useful.
- Add a field in the database with extra-data, for catlfish this holds
  x509 cert chains without the leaf cert.

## Features

- get-entry-and-proof implemented.

# plop version 0.1.0 "PoC" - 2014-09-15

plop version 0.1.0 is the proof of concept release.