Commit Graph

16 Commits

Author SHA1 Message Date
e22223ba66 Please pylint/pep8 etc 2020-08-17 12:19:21 +02:00
1e5aa31eb8 Instead of RSA exclusive moduled, compare public key output from provided certificate and private key. This also enables the use of non RSA cryptography (tested with EC) 2020-08-11 13:25:55 +02:00
02a83a72a2 Merge branch 'master' of gitlab.niet.verweg.com:ruben/sort_certificate 2020-04-07 00:22:40 +02:00
fc3e220d61 Process certificate component errors in a more tidy fashion 2020-04-06 12:31:42 +02:00
2b4bfd70ef Break out argument parsing in seperate routine 2020-03-30 11:21:24 +02:00
53d97c30c2 Add option to also include root certificate, for e.g. ldns-dane processing 2020-03-30 11:16:07 +02:00
22a2549294 refactor to slim down main routine 2020-03-20 17:34:04 +01:00
043ddda502 ignore vim swap files 2020-03-20 16:41:56 +01:00
ea449a1436 Better granularity with exception handling 2020-03-20 14:26:38 +01:00
d415f4786e pylint/pep8 compliancy 2020-03-20 11:27:41 +01:00
fd5b903caa Use certifi to get the mozilla ca bundle 2020-03-20 11:27:15 +01:00
1256d13c42 Provide openssl like x509 -subjext -issuer -dates -fingerprint output 2019-08-20 14:20:46 +02:00
ccd93d8027 Handle case in when both an intermediate and a root cert with the same name is present in our input 2019-08-20 12:13:49 +02:00
5adfd4ef66 Add Ubuntu location of (curl) certificate bundle that we can use 2019-05-06 14:20:29 +02:00
ba984d46a1 Use get_issuer, as intended by logging.debug 2019-05-06 14:18:53 +02:00
2ba60dded4 Import into VCS 2019-05-06 12:13:04 +02:00