| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | demo + dumping + keyword extraction | Stanislav Boboň | 2020-11-25 | 1 | -0/+36 | |
| | |_|/ |/| | | ||||||
| * | | | hotfix, badly called method parse_algorithms | Adam Janovsky | 2020-11-25 | 1 | -1/+1 | |
| | |/ |/| | ||||||
| * | | Merge pull request #16 from petrs/fix-serialization | adamjanovsky | 2020-11-25 | 2 | -77/+100 | |
| |\ \ | | | | | | | Fix to_dict() copies, inherit serialization | |||||
| | * | | Fix (i)mutability issues when calling to_dict() | Adam Janovsky | 2020-11-25 | 2 | -6/+8 | |
| | | | | ||||||
| | * | | Merge branch 'master' into fix-serialization | Adam Janovsky | 2020-11-25 | 8 | -74/+110 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge pull request #17 from petrs/replace-relative-imports | adamjanovsky | 2020-11-25 | 8 | -34/+31 | |
| |\ \ \ | | | | | | | | | Repalce relative imports with absolute imports, move entrypoints to project root | |||||
| | * | | | Fix errors in switch to absolute imports | Adam Janovsky | 2020-11-25 | 3 | -14/+5 | |
| | | |/ | |/| | | | | | | | | | | | | | - Move entry point `process_certificates.py` to root directory - Move entry point `fils_certificates.py` to root directory - Do corresponding changes in setup.py | |||||
| | * | | Repalce relative imports with absolute imports | Adam Janovsky | 2020-11-24 | 7 | -28/+34 | |
| |/ / | | | | | | | | | Done only in OOP parts of the repository. Plus, modified a `process_certificates.py` to append to syspath, so that it can be run from the `./sec-certs` dir. | |||||
| | * | Fix to_dict() copies, inherit serialization | Adam Janovsky | 2020-11-24 | 2 | -33/+15 | |
| |/ | | | | | | | | The methods to_dict() in Certificate and Dataset classes and subclasses now use copy of their self.__dict__. Furthermore, if possible, to_dict() and from_dict() methods are now inherited from the superclass. | |||||
| * | fips: oop working (#15) | Stanislav Boboň | 2020-11-20 | 11 | -338/+743 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * FIPS Certificate constructor * Parsing of single certificate done * Downloading files * Create dataset of objects * demo + dumping + keyword extraction * wait for approval + everything changed * non trivial amount of changes to make this work * modified tests to work with new fips html files * merge comments resolved (first commit) * merge comments resolved (second commit) * realizing a better idea is to leave it alone * commit #3 Co-authored-by: Stanislav Boboň <xbobon@fi.muni.cz> | |||||
| * | add installation of python virtualenv | Petr Svenda | 2020-11-19 | 1 | -0/+6 | |
| | | ||||||
| * | Merge pull request #13 from petrs/serialization-types | adamjanovsky | 2020-11-18 | 7 | -52/+58 | |
| |\ | | | | | simplified (de)serialization using explicit _type attribute | |||||
| | * | simplified (de)serialization using explicit _type attribute | Adam Janovsky | 2020-11-18 | 7 | -52/+58 | |
| |/ | ||||||
| * | Merge pull request #12 from petrs/cc-oop-tests | adamjanovsky | 2020-11-16 | 9 | -36/+957 | |
| |\ | | | | | oop tests and deserialization from json | |||||
| | * | 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 | 7 | -3/+872 | |
| | | | ||||||
| | * | demo of dataset deserialization | Adam Janovsky | 2020-11-16 | 1 | -1/+7 | |
| | | | ||||||
| | * | added deserialization from json | Adam Janovsky | 2020-11-16 | 2 | -19/+48 | |
| | | | ||||||
| | * | Possible to get only archived/active/none crts | Adam Janovsky | 2020-11-16 | 1 | -10/+29 | |
| | | | ||||||
| | * | . | Adam Janovsky | 2020-11-13 | 1 | -3/+1 | |
| |/ | ||||||
| * | hot fix: order of abstractmethod and property decorators | Adam Janovsky | 2020-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | fixed types in merge methods | Adam Janovsky | 2020-11-12 | 2 | -2/+2 | |
| | | ||||||
| * | Merge branch 'master' of github.com:petrs/sec-certs | Adam Janovsky | 2020-11-12 | 2 | -13/+21 | |
| |\ | ||||||
| | * | Merge pull request #11 from petrs/dataset_classes | adamjanovsky | 2020-11-11 | 2 | -13/+21 | |
| | |\ | | | | | | | Dataset classes | |||||
| | | * | Merge branch 'master' into dataset_classes | Adam Janovsky | 2020-11-11 | 0 | -0/+0 | |
| | | |\ | | |/ | |/| | ||||||
| | | * | Added new project requirements | Adam Janovsky | 2020-11-11 | 2 | -13/+21 | |
| | | | | ||||||
| * | | | Union[type, None] -> Optional[type] | Adam Janovsky | 2020-11-12 | 2 | -29/+36 | |
| |/ / | | | | | | | Plus adding some abstract methods | |||||
| * | | Merge pull request #10 from petrs/dataset_classes | adamjanovsky | 2020-11-11 | 7 | -2/+642 | |
| |\| | | | | | Dataset classes | |||||
| | * | Merge branch 'dataset_classes' of github.com:petrs/sec-certs into ↵ | Adam Janovsky | 2020-11-11 | 0 | -0/+0 | |
| | |\ | | | | | | | | | | dataset_classes | |||||
| | | * | added oop demo script | Adam Janovsky | 2020-11-11 | 1 | -0/+28 | |
| | | | | ||||||
| | * | | added oop demo script | Adam Janovsky | 2020-11-11 | 2 | -0/+29 | |
| | |/ | ||||||
| | * | Alpha version of OOP certificates. | Adam Janovsky | 2020-11-11 | 6 | -138/+522 | |
| | | | | | | | | | | | | | | | | | | | | | Currently missing features: - Tests - Sample script - Exceptions - Robbust logging - Acive/Archived certificate distinguisher - Some methods are not implemented | |||||
| | * | Merge branch 'dataset_classes' of github.com:petrs/sec-certs into ↵ | Adam Janovsky | 2020-10-28 | 4 | -32/+64 | |
| | |\ | | | | | | | | | | dataset_classes | |||||
| | | * | further advances on mockup classes, meta (csv, html) parsers introduced | Adam Janovsky | 2020-10-25 | 3 | -9/+72 | |
| | | | | ||||||
| | | * | mockup classes for Dataset and Certificate | adamjanovsky | 2020-10-23 | 6 | -2/+88 | |
| | | | | ||||||
| | * | | progress on class hierarchy | Adam Janovsky | 2020-10-28 | 5 | -65/+111 | |
| | | | | ||||||
| | * | | further advances on mockup classes, meta (csv, html) parsers introduced | Adam Janovsky | 2020-10-28 | 3 | -9/+72 | |
| | | | | ||||||
| | * | | mockup classes for Dataset and Certificate | adamjanovsky | 2020-10-28 | 6 | -2/+88 | |
| |/ / | ||||||
| * | | Update README.md | Petr Svenda | 2020-10-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add basic tests. | J08nY | 2020-10-27 | 5 | -5/+54 | |
| | | | ||||||
| * | | Fips - bs4, added parsing (#9) | Stanislav Boboň | 2020-10-24 | 4 | -165/+206 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | * fixed KeyErrors and added simplier table finding * remove duplicities in json * use bs4 to parse web files * search for broken pdfs, saner pdf opening * better html parsing * more exceptions handled * more fields to parse * added more rules * type hinting added * common dict + Path functions Co-authored-by: Stanislav Boboň <xbobon@fi.muni.cz> | |||||
| * | Update README, add logo, add docs, add test dir. | J08nY | 2020-10-22 | 6 | -33/+222 | |
| | | ||||||
| * | Fix block_cipher_modes key in output. | J08nY | 2020-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | Add conversion of files to text. | J08nY | 2020-10-20 | 3 | -66/+44 | |
| | | ||||||
| * | fixed help argument in click | Stanislav Boboň | 2020-10-20 | 1 | -4/+4 | |
| | | ||||||
| * | Cleanup FIPS downloads. | J08nY | 2020-10-20 | 4 | -63/+74 | |
| | | ||||||
| * | Merge pull request #8 from petrs/fips | Ján Jančár | 2020-10-20 | 3 | -48/+111 | |
| |\ | | | | | fips basic functionality | |||||
| | * | @ -> : | Stanislav Boboň | 2020-10-20 | 1 | -33/+33 | |
| | | | ||||||
| | * | imports changed | Stanislav Boboň | 2020-10-20 | 1 | -2/+2 | |
| | | | ||||||
| | * | fstrings in downloads | Stanislav Boboň | 2020-10-20 | 2 | -29/+30 | |
| | | | ||||||
