-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# This script identifies certificates on the local network which will be | ||
# impacted by the Chrome SHA-1 sunset changes. For more details, please | ||
# see http://googleonlinesecurity.blogspot.com/2014/09/gradually-sunsetting-sha-1.html | ||
# | ||
# Questions -> [email protected] | ||
|
||
@load base/protocols/ssl | ||
@load base/frameworks/notice | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Short, simple script that adds the name of the node that processed | ||
# a connection to conn.log. | ||
# | ||
# Questions -> [email protected] | ||
|
||
@load base/frameworks/cluster | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
# | ||
# Do not try to use this with a big number of different $str values, especially | ||
# in a cluster setup. It will probably lead to excessive resource use. | ||
# | ||
# Questions -> [email protected] | ||
|
||
@load base/frameworks/sumstats | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# This script calculates the percentage of the use of the different | ||
# TLS cipher suites for each host in the local network. | ||
# | ||
# Questions -> [email protected] | ||
|
||
@load base/protocols/ssl | ||
@load counttable | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
##! Perform full certificate chain validation for SSL certificates. | ||
# Also caches all intermediate certificates encountered so far and use them | ||
# for future validations. | ||
# | ||
# Questions -> [email protected] | ||
|
||
@load base/frameworks/notice | ||
@load base/protocols/ssl | ||
|