Commit graph

59 commits

Author SHA1 Message Date
Christopher Talib
1081e0c728 Full saving of CertStream data
This work saves the entires CertStream into JSON.
2020-01-15 16:07:11 +01:00
Christopher Talib
9bcc784ffd Adding README with install instructions 2020-01-15 14:40:47 +01:00
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
Christopher Talib
b7dce16c9e Adding unpacking in JSON format, and types for certstream format 2020-01-14 16:31:57 +01:00
Christopher Talib
6064eed3e9 Fixing merge 2020-01-14 14:50:56 +01:00
Christopher Talib
7d741f4cf3 Basic read/write implementation with output in JSON 2020-01-14 14:49:14 +01:00
Robert Haist
1e8898b445 Update .gitignore
changing the bin name.
2020-01-14 09:57:08 +01:00
Robert Haist
8a7d4e1327 Update go.mod
changing the path name.
2020-01-14 09:56:46 +01:00
Christopher Talib
b4e07b254a First commit with gitignore for the binary and initializing go modules 2020-01-14 09:43:12 +01:00