Commit graph

53 commits

Author SHA1 Message Date
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
21076b20c7 refactor: add hostinfo type for type validation 2021-10-07 15:26:46 -04:00
1a2fab6135 refactor: move output to a print function rather than directly in main logic 2021-10-07 15:18:42 -04:00
5f35baebb9 docs: add intro readme for docs building 2021-10-07 09:48:19 -04:00
cc23ddc7c7 docs: add shell completion information 2021-10-04 16:53:36 -04:00
457b36e1da feat(completion): add completion scripts 2021-10-04 16:48:25 -04:00
c22f282a61 docs: update full doc url in readme 2021-10-04 14:51:53 -04:00
c6d657952d test: fix separator testing issues
test: add coverage for cert-not-in-san case
2021-10-04 14:47:45 -04:00
18a59afead docs: remove personal "you/I/me" 2021-10-04 14:17:40 -04:00
0ab0fb8000 docs: add full documentation site 2021-10-04 14:08:12 -04:00
6092237594 docs: update changelog for 0.6.0 2021-10-04 14:02:45 -04:00
semantic-release
5455503445 0.6.0
Automatically generated by python-semantic-release
2021-10-04 14:01:49 -04:00
ddf0614712 docs: update docs to reflect all current options 2021-10-04 14:00:55 -04:00
d3ce964ded fix: default valid output text to "false", override with "--valid" 2021-10-04 13:59:55 -04:00
978b42ae57 build: add docs to make 2021-10-04 12:37:58 -04:00
185915df34 docs: add installation section 2021-10-04 12:29:40 -04:00
b1e0864117 Merge branch 'develop' 2021-10-04 12:18:48 -04:00
7326894353 docs: enable rtd theme 2021-10-04 12:18:43 -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
f21cf8b100 docs: add docs dir for handling sphinx-based documentation 2021-10-04 12:01:57 -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
6c5c368e68 cheating pylint by bumping up max-branches by 3 2021-10-01 12:43:09 -04:00
03cadb90cf update changelog 2021-10-01 12:30:53 -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
ca17b3a871 chore: add ci directory for test input data 2021-10-01 12:21:11 -04:00
971bf6aec7 refactor: align output data rather than heading for output 2021-10-01 12:20:07 -04:00
ef5756bd95 test: add test for file input 2021-10-01 12:19:47 -04:00
310a9f7ffe chore: correct lint error on file encoding 2021-10-01 10:22:05 -04:00
cee20e2c7c docs: update readme with more details 2021-10-01 10:14:03 -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
0f43276109 test: refactor test code for pep8 2021-09-30 16:31:19 -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
d15740d3e9 docs: update docs with a _little_ more detail 2021-09-30 15:21:17 -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