projects
/
tls-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f62947b
)
rename: ssl-check -> tls-check
author
Ralf Jung
<post@ralfj.de>
Sat, 26 Jul 2014 09:08:42 +0000
(11:08 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sat, 26 Jul 2014 09:08:42 +0000
(11:08 +0200)
tls-check
[moved from
ssl-check
with 98% similarity]
patch
|
blob
|
history
diff --git
a/ssl-check
b/tls-check
similarity index 98%
rename from
ssl-check
rename to
tls-check
index 63d156a533cbff7b470293e677bb9e651f3dc964..9d84f4299a679b9f90006b922e679e47950d86a0 100755
(executable)
--- a/
ssl-check
+++ b/
tls-check
@@
-77,7
+77,7
@@
def test_host(host, port, options=[]):
return results
if __name__ == "__main__":
return results
if __name__ == "__main__":
- parser = argparse.ArgumentParser(description='Check
SSL
ciphers supported by a host')
+ parser = argparse.ArgumentParser(description='Check
TLS
ciphers supported by a host')
parser.add_argument("--starttls", dest="starttls",
help="Use a STARTTLS variant to establish the TLS connection. Possible values include smpt, imap, xmpp.")
parser.add_argument("host", metavar='HOST[:PORT]',
parser.add_argument("--starttls", dest="starttls",
help="Use a STARTTLS variant to establish the TLS connection. Possible values include smpt, imap, xmpp.")
parser.add_argument("host", metavar='HOST[:PORT]',