-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMANIFEST
More file actions
80 lines (80 loc) · 2.23 KB
/
MANIFEST
File metadata and controls
80 lines (80 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.includepath
.project
.travis.yml
bin/check_ciphers_single_domains.pl
bin/csv-result-to-summary.pl
bin/ext/check-ssl-heartbleed.pl
bin/helper/check-timeout-jitter--ihk-server.sh
bin/helper/check-timeout-jitter.sh
bin/helper/dump-ciphers.pl
bin/helper/extract-dummy-domains.sh
bin/helper/extract-scores.pl
bin/helper/osaft-cipherlist-to-complete-perl.pl
bin/helper/sslaudit.ini
bin/helper/tmp_OLD_osaft-cipherlist-converter.pl
bin/tls-check
bin/tls-check-parallel.pl
bin/tls-check.pl
Build.PL
Changes
conf/tls-check-logging.properties
conf/tls-check.conf
files/CipherSuites/tls-parameters-4.csv
files/DomainFilter/tlds-alpha-by-domain.txt
lib/Log/Log4perl/EasyCatch.pm
lib/MooseX/ListAttributes.pm
lib/Net/SSL/CipherSuites.pm
lib/Net/SSL/GetServerProperties.pm
lib/Net/SSL/Handshake.pm
lib/Net/SSL/Handshake/Extensions.pm
lib/Net/SSL/Handshake/Extensions/ECPointFormats.pm
lib/Net/SSL/Handshake/Extensions/EllipticCurves.pm
lib/Net/SSL/Handshake/Extensions/ServerName.pm
lib/Net/SSL/Handshake/StartTLS/SMTP.pm
lib/Security/TLSCheck.pm
lib/Security/TLSCheck/App.pm
lib/Security/TLSCheck/App/DomainFilter.pm
lib/Security/TLSCheck/App/Parallel.pm
lib/Security/TLSCheck/Checks.pm
lib/Security/TLSCheck/Checks/AgeDE.pm
lib/Security/TLSCheck/Checks/CipherStrength.pm
lib/Security/TLSCheck/Checks/CipherStrengthOnlyValidCerts.pm
lib/Security/TLSCheck/Checks/DNS.pm
lib/Security/TLSCheck/Checks/Dummy.pm
lib/Security/TLSCheck/Checks/FinalScore.pm
lib/Security/TLSCheck/Checks/Heartbleed.pm
lib/Security/TLSCheck/Checks/Helper/MX.pm
lib/Security/TLSCheck/Checks/Helper/Timing.pm
lib/Security/TLSCheck/Checks/Mail.pm
lib/Security/TLSCheck/Checks/MailCipherStrength.pm
lib/Security/TLSCheck/Checks/TODO.txt
lib/Security/TLSCheck/Checks/Web.pm
lib/Security/TLSCheck/Result.pm
lib/Security/TLSCheck/Result/CSV.pm
LICENSE
MANIFEST This list of files
README.md
t/000-load.t
t/110-ciphersuites.t
t/120-ssl-handshake.t
t/122-ssl-handshake-smtp-starttls.t
t/201-main.t
t/221-domain_filter.t
t/401-checks-base.t
t/501-dns.t
t/510-web.t
t/900-perlcritic.t
t/910-boilerplate.t
t/920-manifest.t
t/930-pod-coverage.t
t/931-pod.t
t/log-test.properties
t/manual/check_lwp_preload.pl
t/one-testdomain.txt
t/perlcriticrc
t/perltidyrc
t/ssl/server.pem
t/ssl/test.html
t/testdomains.txt
t/umlautdomain.txt
TODO.txt