Commit graph

37 commits

Author SHA1 Message Date
ada7c07eac fix: add exception for socket connection refused 2021-10-22 10:58:45 -04:00
semantic-release
9183302a1f 0.7.0
Automatically generated by python-semantic-release
2021-10-22 10:57:29 -04:00
bbfe16ed28 fix: add exception for socket connection refused 2021-10-22 10:57:18 -04:00
15c165074b refactor: correct type hinting for certs 2021-10-08 09:59:57 -04:00
semantic-release
036692ba35 0.7.1
Automatically generated by python-semantic-release
2021-10-07 15:27:11 -04:00
529a90773f Merge branch 'develop' 2021-10-07 15:26:52 -04:00
21076b20c7 refactor: add hostinfo type for type validation 2021-10-07 15:26:46 -04:00
d4eb075911 Merge branch 'develop' 2021-10-07 15:19:13 -04:00
1a2fab6135 refactor: move output to a print function rather than directly in main logic 2021-10-07 15:18:42 -04:00
semantic-release
252f74b59e 0.7.0
Automatically generated by python-semantic-release
2021-10-07 09:49:08 -04:00
semantic-release
5455503445 0.6.0
Automatically generated by python-semantic-release
2021-10-04 14:01:49 -04:00
d3ce964ded fix: default valid output text to "false", override with "--valid" 2021-10-04 13:59:55 -04:00
294b2f0ad2 Merge branch 'develop' 2021-10-04 12:09:45 -04:00
667e1c174e docs: add rough intro to test rtd integration 2021-10-04 12:09:35 -04:00
a32e116b2a feat: add separator for --san-only
feat: add option to prefix the separator in the output
2021-10-04 10:51:16 -04:00
semantic-release
1cdd2746c6 0.5.0
Automatically generated by python-semantic-release
2021-10-04 10:03:57 -04:00
157da703b7 feat: add ability to output just the sans in a space separated list
tests: add test for --san-only
2021-10-04 09:58:43 -04:00
61a92c5c63 refactor: use Any as a workaround for specific types that haven't been imported yet 2021-10-01 17:00:32 -04:00
96146be161 refactor: add type hints to all functions 2021-10-01 15:07:06 -04:00
5c4171758c refactor: cleanup main logic to reduce branches
fix: undo linting cheat
2021-10-01 14:59:38 -04:00
semantic-release
840044ab28 0.4.0
Automatically generated by python-semantic-release
2021-10-01 12:30:11 -04:00
498a581626 feat: add text output for cert validity in addition to color 2021-10-01 12:29:03 -04:00
971bf6aec7 refactor: align output data rather than heading for output 2021-10-01 12:20:07 -04:00
310a9f7ffe chore: correct lint error on file encoding 2021-10-01 10:22:05 -04:00
semantic-release
386a983b79 0.3.0
Automatically generated by python-semantic-release
2021-10-01 10:05:28 -04:00
dd39b24277 feat: add option to get host names from an external file 2021-10-01 10:05:12 -04:00
5b59455bef chore: fix spelling 2021-09-30 16:34:22 -04:00
26638e7e73 test: update tests to handle all branches
chore: ignore the except clauses for coverage
2021-09-30 16:23:00 -04:00
9a1a960641 refactor: clean-up for pylint 2021-09-30 16:14:22 -04:00
semantic-release
93594ecd9c 0.2.0
Automatically generated by python-semantic-release
2021-09-30 15:00:29 -04:00
fa667578a3 feat: add color output for validity check of cert 2021-09-30 13:34:35 -04:00
889258bdaa fix: remove duplication of output 2021-09-30 12:45:12 -04:00
8ddf5f1b49 rewrote utilizing a sock-based github gist I found 2021-09-30 12:36:53 -04:00
d2a3a505fb test: add base coverage for all functions 2021-09-28 16:52:14 -04:00
4b9ae5ff3f test: add initial test cases 2021-09-28 16:44:52 -04:00
a01f1575c9 feat: add option to display the text version of the x509 cert 2021-09-28 16:36:12 -04:00
8d9dd8813f initial checkin with very basic functionality 2021-09-28 16:29:27 -04:00