aboutsummaryrefslogtreecommitdiffhomepage
path: root/process_certificates.py
Commit message (Collapse)AuthorAgeFilesLines
* moving the scripts in a folder and rewriting the setup.py to find them once ↵KeleranV2021-04-291-333/+0
| | | | they're moved
* Merge pull request #31 from petrs/petrs/analyze_affectingJán Jančár2021-03-241-3/+14
|\ | | | | Petrs/analyze affecting
| * add --do-find-affecting feature - will find and analyze all certificates ↵Petr Svenda2021-02-181-3/+14
| | | | | | | | which are directly or indirectly refernced by the provided one(s). Example: '--do-find-affecting ANSSI-CC-2013/55' for one fo the Estonia estID certificates
* | Plug-in old extractions methods to new OOP frameAdam Janovsky2021-02-191-1/+2
|/ | | | | | | | - Tests for txt file processing still missing - The internals of the txt processing methods are still authored by petrs - They are however fully parallel and called in an OOP fashion - Overall, all results are gathered in a single json file - All results are implicitly paired
* add analysis of affected certificates based on the initial keyword ↵Petr Svenda2021-02-071-4/+44
| | | | (--do-find-affected-keyword)
* add processing of data extracetd from fips certificates, add stacked graphsPetr Svenda2021-02-051-2/+11
|
* add cmdline option to specify targeted certificatesPetr Svenda2021-01-281-5/+5
|
* add filtering and processing of certificates relevant to specified set fo ↵Petr Svenda2021-01-281-1/+9
| | | | certs (--do-find-affected switch)
* add early saving of extracted dataPetr Svenda2021-01-111-7/+6
|
* add limitation of plotting for specific end yearPetr Svenda2021-01-091-1/+4
| | | | Allows to plot graphs up to specific year. Useful to trimm last, unfinished, year
* add parallel processingPetr Svenda2021-01-081-2/+5
|
* Fix errors in switch to absolute importsAdam Janovsky2020-11-251-0/+259
- Move entry point `process_certificates.py` to root directory - Move entry point `fils_certificates.py` to root directory - Do corresponding changes in setup.py