| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | completely separated html parsing | Stanislav Boboň | 2020-12-21 | 1 | -7/+14 | |
| * | imports and removing < 100 | Stanislav Boboň | 2020-12-19 | 1 | -5/+2 | |
| * | added redo feature | Stanislav Boboň | 2020-12-19 | 1 | -10/+17 | |
| * | works in parallel | Stanislav Boboň | 2020-12-18 | 1 | -12/+10 | |
| * | keywords work, tables dont | Stanislav Boboň | 2020-12-15 | 1 | -36/+25 | |
| * | doesnt change certs for some reason, but parallelism works | Stanislav Boboň | 2020-12-12 | 1 | -55/+18 | |
| * | Keywords in cert | Stanislav Boboň | 2020-12-10 | 1 | -33/+36 | |
| * | fixed fixes | Stanislav Boboň | 2020-12-07 | 1 | -3/+2 | |
| * | Fixed changes | Stanislav Boboň | 2020-12-03 | 1 | -8/+10 | |
| * | ugly import statements and short term goals | Stanislav Boboň | 2020-12-03 | 1 | -0/+2 | |
| * | algorithms can be serialized (finally) | Stanislav Boboň | 2020-11-30 | 1 | -27/+106 | |
| * | Merge branch 'master' into fips | Stanislav Boboň | 2020-11-30 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Merge branch 'master' into fips-for-pr | Stanislav Boboň | 2020-11-30 | 1 | -99/+253 | |
| | |\ | ||||||
| * | | | quickfixes after merge | Stanislav Boboň | 2020-11-30 | 1 | -3/+3 | |
| * | | | Merge branch 'master' into fips | Stanislav Boboň | 2020-11-30 | 1 | -100/+253 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Implement improvements proposed by J08nY in review | Adam Janovsky | 2020-11-28 | 1 | -31/+25 | |
| | * | | Rethought way of processing certificates | Adam Janovsky | 2020-11-28 | 1 | -59/+89 | |
| | * | | hotfix test | Adam Janovsky | 2020-11-27 | 1 | -1/+1 | |
| | * | | type hinting checks | Adam Janovsky | 2020-11-27 | 1 | -22/+17 | |
| | * | | Improve (de)serialization of objects from/in json | Adam Janovsky | 2020-11-27 | 1 | -11/+18 | |
| | * | | Implement better logging | Adam Janovsky | 2020-11-27 | 1 | -26/+28 | |
| | * | | added private/public methods to dataset,certificate | Adam Janovsky | 2020-11-27 | 1 | -46/+41 | |
| | * | | move merge_certs() to CCDataset | Adam Janovsky | 2020-11-26 | 1 | -22/+27 | |
| | * | | Finalize proposal of cert download and convert | Adam Janovsky | 2020-11-26 | 1 | -33/+51 | |
| | * | | sanity check on dataset size on deserialization | Adam Janovsky | 2020-11-25 | 1 | -1/+3 | |
| | * | | add dataset print method | Adam Janovsky | 2020-11-25 | 1 | -1/+1 | |
| | * | | Alpha version of cert download and convert | Adam Janovsky | 2020-11-25 | 1 | -15/+82 | |
| | * | | Merge branch 'master' into cc-download-extract-pdf | Adam Janovsky | 2020-11-25 | 1 | -40/+56 | |
| | |\ \ | ||||||
| | * | | | adds download CC cert_reports and sec_target | Adam Janovsky | 2020-11-24 | 1 | -1/+38 | |
| * | | | | gitignore for dataset + algorithm file creation | Stanislav Boboň | 2020-11-28 | 1 | -1/+2 | |
| * | | | | parsing now depends on algorithms | Stanislav Boboň | 2020-11-26 | 1 | -25/+65 | |
| * | | | | creating Algorithm class | Stanislav Boboň | 2020-11-25 | 1 | -21/+51 | |
| | |_|/ |/| | | ||||||
| * | | | remove '' | Stanislav Boboň | 2020-11-25 | 1 | -1/+1 | |
| * | | | added method for creating graphs, minor fixes | Stanislav Boboň | 2020-11-25 | 1 | -2/+65 | |
| * | | | begin to processing algorithms | Stanislav Boboň | 2020-11-25 | 1 | -0/+9 | |
| | |/ |/| | ||||||
| * | | Fix (i)mutability issues when calling to_dict() | Adam Janovsky | 2020-11-25 | 1 | -3/+4 | |
| * | | Merge branch 'master' into fix-serialization | Adam Janovsky | 2020-11-25 | 1 | -42/+66 | |
| |\| | ||||||
| | * | Repalce relative imports with absolute imports | Adam Janovsky | 2020-11-24 | 1 | -15/+14 | |
| * | | Fix to_dict() copies, inherit serialization | Adam Janovsky | 2020-11-24 | 1 | -14/+4 | |
| |/ | ||||||
| * | fips: oop working (#15) | Stanislav Boboň | 2020-11-20 | 1 | -11/+274 | |
| * | simplified (de)serialization using explicit _type attribute | Adam Janovsky | 2020-11-18 | 1 | -38/+3 | |
| * | sorting keys in list when serializing into json | Adam Janovsky | 2020-11-16 | 1 | -1/+1 | |
| * | Added basic OOP tests for CC dataset and cert | Adam Janovsky | 2020-11-16 | 1 | -2/+5 | |
| * | added deserialization from json | Adam Janovsky | 2020-11-16 | 1 | -8/+26 | |
| * | Possible to get only archived/active/none crts | Adam Janovsky | 2020-11-16 | 1 | -10/+29 | |
| * | fixed types in merge methods | Adam Janovsky | 2020-11-12 | 1 | -1/+1 | |
| * | Union[type, None] -> Optional[type] | Adam Janovsky | 2020-11-12 | 1 | -18/+15 | |
| * | added oop demo script | Adam Janovsky | 2020-11-11 | 1 | -0/+1 | |
| * | Alpha version of OOP certificates. | Adam Janovsky | 2020-11-11 | 1 | -42/+222 | |
| * | Merge branch 'dataset_classes' of github.com:petrs/sec-certs into dataset_cla... | Adam Janovsky | 2020-10-28 | 1 | -6/+34 | |
| |\ | ||||||
