netsec-ethz / fpki

4 stars 1 forks source link

Support for adding policies and certificate chains and various tests and benchmarks #21

Closed cyrill-k closed 1 year ago

cyrill-k commented 1 year ago

@juagargi The PR turns out to be huge (Yongzhe renamed some struct and thus many files are affected).

Should I try to split it up into smaller parts or should we merge everything and clean it up later on?


This change is Reviewable

cyrill-k commented 1 year ago

The value is implicitly read in the function where we serialize the CAEntry objects (see structure.go. the updater then stores the serialized version of the CAEntries in the tree leaves (see cert_updater.go).