Go to file
Christopher Talib 6eaae99668 Extracting structures from CertStream
This work builds an extractor for the data in the CertStream in order to
save it. It builds itself from the previous work, so extensions and
flags can be added to the structures. The work in `utils` is basically a
big extractor for the data taking advantage of the JSONq library.

Currently, there is not refactoring and the "chains" are not saved
because they need additionnal computation which will come in a later
commit.
2020-01-15 14:36:53 +01:00
models Extracting structures from CertStream 2020-01-15 14:36:53 +01:00
utils Extracting structures from CertStream 2020-01-15 14:36:53 +01:00
.gitignore Fixing merge 2020-01-14 14:50:56 +01:00
go.mod Extracting structures from CertStream 2020-01-15 14:36:53 +01:00
go.sum Extracting structures from CertStream 2020-01-15 14:36:53 +01:00
main.go Adding unpacking in JSON format, and types for certstream format 2020-01-14 16:31:57 +01:00