| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | fstrings and comments | Stanislav Boboň | 2020-10-20 | 2 | -6/+5 | |
| | | | ||||||
| | * | removed unused imports and added requirements | Stanislav Boboň | 2020-10-20 | 1 | -0/+3 | |
| | | | ||||||
| | * | added documentation | Stanislav Boboň | 2020-10-20 | 1 | -19/+79 | |
| |/ | ||||||
| * | Merge pull request #7 from J08nY/feature/download | Ján Jančár | 2020-10-20 | 9 | -356/+350 | |
| |\ | | | | | Move downloading to python. | |||||
| | * | Add progress bar. | J08nY | 2020-10-20 | 4 | -9/+172 | |
| | | | ||||||
| | * | Move downloading to python. | J08nY | 2020-10-19 | 8 | -352/+183 | |
| | | | ||||||
| * | | Merge pull request #6 from J08nY/feature/cli | Ján Jančár | 2020-10-19 | 4 | -254/+161 | |
| |\| | | | | | Add CLI | |||||
| | * | Fixup paths in fips processing. | J08nY | 2020-10-19 | 4 | -169/+106 | |
| | | | ||||||
| | * | Replace json.dumps with json.dump to file. | J08nY | 2020-10-18 | 3 | -37/+26 | |
| | | | ||||||
| | * | Add basic CLI options (directory and processing step). | J08nY | 2020-10-18 | 3 | -84/+65 | |
| |/ | ||||||
| * | Merge pull request #5 from J08nY/fix/paths | Ján Jančár | 2020-10-18 | 5 | -37/+36 | |
| |\ | | | | | Fix path building | |||||
| | * | Fix path building to use os.path.join. | J08nY | 2020-10-18 | 5 | -37/+36 | |
| |/ | ||||||
| * | Merge pull request #4 from J08nY/fix/setup-stuff | Ján Jančár | 2020-10-18 | 9 | -2/+6 | |
| |\ | | | | | Add a proper setup, move into a package. | |||||
| | * | Add a proper setup, move into a package. | J08nY | 2020-10-18 | 9 | -2/+6 | |
| |/ | ||||||
| * | updated steps of usage | Petr Svenda | 2020-10-18 | 1 | -6/+10 | |
| | | ||||||
| * | comments and refactoring | Petr Svenda | 2020-10-18 | 2 | -46/+26 | |
| | | ||||||
| * | fixed bug causing incorrect pairing of keywords pairing | Petr Svenda | 2020-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | updated sanity check minimal number of extracted items | Petr Svenda | 2020-10-18 | 1 | -4/+4 | |
| | | ||||||
| * | fixed incorrect generation of pp usege in years | Petr Svenda | 2020-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | supress processing of pp, expects already processed ↵ | Petr Svenda | 2020-10-17 | 1 | -35/+51 | |
| | | | | | pp_data_complete_processed.json | |||||
| * | add analysis of protection certificates conformation in time | Petr Svenda | 2020-10-17 | 1 | -15/+21 | |
| | | ||||||
| * | add extraction of EAL level from certificate and correposnding protection ↵ | Petr Svenda | 2020-10-17 | 1 | -5/+60 | |
| | | | | | profile | |||||
| * | Merge branch 'master' of https://github.com/petrs/sec-certs | Petr Svenda | 2020-10-16 | 2 | -5/+17 | |
| |\ | ||||||
| | * | added requirements.txt | adamjanovsky | 2020-10-16 | 1 | -0/+12 | |
| | | | ||||||
| | * | making it work without talking too much | Stanislav Boboň | 2020-10-15 | 1 | -5/+5 | |
| | | | ||||||
| * | | refactor sanity number checks | Petr Svenda | 2020-10-15 | 3 | -94/+72 | |
| |/ | ||||||
| * | Merge pull request #3 from J08nY/feature/more-rules | Petr Svenda | 2020-10-15 | 1 | -59/+75 | |
| |\ | | | | | Add and fix some regex rules. | |||||
| | * | Merge branch 'master' into feature/more-rules | Petr Svenda | 2020-10-15 | 8 | -503/+1492 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #2 from J08nY/feature/setup | Petr Svenda | 2020-10-15 | 2 | -0/+40 | |
| |\ \ | | | | | | | Add setup.py and Travis CI. | |||||
| | * | | Add setup.py and Travis CI. | J08nY | 2020-10-15 | 2 | -0/+40 | |
| | | | | ||||||
| * | | | Merge branch 'fips' of https://github.com/petrs/sec-certs into fips | Petr Svenda | 2020-10-15 | 3 | -36/+41 | |
| |\ \ \ | ||||||
| | * | | | typo in parsing | Stanislav Boboň | 2020-10-15 | 1 | -10/+25 | |
| | | | | | ||||||
| | * | | | catch all exceptions so we parse to the end | Stanislav Boboň | 2020-10-15 | 1 | -3/+5 | |
| | | | | | ||||||
| | * | | | cert_rules for fips, no warnings in tabula and footer quickfix | Stanislav Boboň | 2020-10-15 | 3 | -12/+16 | |
| | | | | | ||||||
| | * | | | cert_rules comments | Stanislav Boboň | 2020-10-15 | 1 | -20/+4 | |
| | | | | | ||||||
| * | | | | add conditional execution of time consuming analysis of certs subsets | Petr Svenda | 2020-10-15 | 1 | -18/+24 | |
| | | | | | ||||||
| * | | | | fixed OS-dependant path separator | Petr Svenda | 2020-10-15 | 2 | -20/+34 | |
| |/ / / | ||||||
| * | | | major changes | Stanislav Boboň | 2020-10-15 | 1 | -89/+142 | |
| | | | | ||||||
| * | | | default dir + broken pdfs + footer check | Stanislav Boboň | 2020-10-15 | 1 | -30/+51 | |
| | | | | ||||||
| * | | | light refactoring | Stanislav Boboň | 2020-10-15 | 3 | -157/+135 | |
| | | | | ||||||
| * | | | initial file changes | Stanislav Boboň | 2020-10-15 | 3 | -417/+1287 | |
| |/ / | ||||||
| | * | Add and fix some regex rules. | J08nY | 2020-10-15 | 1 | -52/+66 | |
| |/ | ||||||
| * | note refactor | Petr Svenda | 2020-10-15 | 1 | -0/+1 | |
| | | ||||||
| * | add new rules for PP | Petr Svenda | 2020-10-15 | 1 | -4/+25 | |
| | | ||||||
| * | add support for analysis of filtered certs | Petr Svenda | 2020-10-04 | 1 | -18/+49 | |
| | | ||||||
| * | add print dot graph with certificate name | Petr Svenda | 2020-10-04 | 1 | -10/+40 | |
| | | ||||||
| * | refactor analysis on filtered certs | Petr Svenda | 2020-10-04 | 1 | -21/+43 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/petrs/sec-certs | Petr Svenda | 2020-07-17 | 1 | -0/+76 | |
| |\ | ||||||
| | * | Create CODE_OF_CONDUCT.md | Petr Svenda | 2020-06-15 | 1 | -0/+76 | |
| | | | ||||||
| * | | added profile for 20200717 dowload and intterupted processing | Petr Svenda | 2020-07-17 | 1 | -24/+84 | |
| | | | ||||||
