-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from ouspg/release-stub-check
Release stub check
- Loading branch information
Showing
32 changed files
with
383 additions
and
851 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
platform: Linux (Ubuntu 16.04) | ||
runner: trytls 0.2.0 (CPython 2.7.12, OpenSSL 1.1.0-pre6-dev) | ||
stub: mono 'Run.exe' | ||
PASS support for TLS server name indication (SNI) [accept badssl.com:443] | ||
PASS expired certificate [reject expired.badssl.com:443] | ||
PASS wrong hostname in certificate [reject wrong.host.badssl.com:443] | ||
PASS self-signed certificate [reject self-signed.badssl.com:443] | ||
PASS SHA-256 signature [accept sha256.badssl.com:443] | ||
FAIL 1000 subjectAltNames [accept 1000-sans.badssl.com:443] | ||
PASS incomplete chain of trust [reject incomplete-chain.badssl.com:443] | ||
PASS Superfish CA [reject superfish.badssl.com:443] | ||
PASS eDellRoot CA [reject edellroot.badssl.com:443] | ||
PASS DSDTestProvider CA [reject dsdtestprovider.badssl.com:443] | ||
PASS protect against Apple's TLS vulnerability CVE-2014-1266 [reject www.ssllabs.com:10443] | ||
PASS protect against the FREAK attack [reject www.ssllabs.com:10444] | ||
PASS protect against the Logjam attack [reject www.ssllabs.com:10445] | ||
PASS protect against FREAK attack (test server 1) [reject cve.freakattack.com:443] | ||
PASS protect against FREAK attack (test server 2) [reject cve2.freakattack.com:443] | ||
SKIP valid localhost certificate [accept localhost:45876] | ||
SKIP invalid localhost certificate [reject localhost:41046] | ||
SKIP use only the given CA bundle, not system's [reject sha256.badssl.com:443] |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
platform: OS X 10.11.5 | ||
runner: trytls 0.2.0 (CPython 2.7.10, OpenSSL 0.9.8zh) | ||
stub: bash run | ||
PASS support for TLS server name indication (SNI) [accept badssl.com:443] | ||
PASS expired certificate [reject expired.badssl.com:443] | ||
PASS wrong hostname in certificate [reject wrong.host.badssl.com:443] | ||
PASS self-signed certificate [reject self-signed.badssl.com:443] | ||
PASS SHA-256 signature [accept sha256.badssl.com:443] | ||
PASS 1000 subjectAltNames [accept 1000-sans.badssl.com:443] | ||
FAIL incomplete chain of trust [reject incomplete-chain.badssl.com:443] | ||
PASS Superfish CA [reject superfish.badssl.com:443] | ||
PASS eDellRoot CA [reject edellroot.badssl.com:443] | ||
PASS DSDTestProvider CA [reject dsdtestprovider.badssl.com:443] | ||
PASS protect against Apple's TLS vulnerability CVE-2014-1266 [reject www.ssllabs.com:10443] | ||
PASS protect against the FREAK attack [reject www.ssllabs.com:10444] | ||
PASS protect against the Logjam attack [reject www.ssllabs.com:10445] | ||
PASS protect against FREAK attack (test server 1) [reject cve.freakattack.com:443] | ||
PASS protect against FREAK attack (test server 2) [reject cve2.freakattack.com:443] | ||
ERROR valid localhost certificate [accept localhost:55111] | ||
reason: stub exited with return code 56 | ||
output: Error code: 56, for more info: https://curl.haxx.se/libcurl/c/libcurl-errors.html | ||
PASS invalid localhost certificate [reject localhost:55115] | ||
PASS use only the given CA bundle, not system's [reject sha256.badssl.com:443] |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
platform: OS X 10.11.5 | ||
runner: trytls 0.2.0 (CPython 2.7.10, OpenSSL 0.9.8zh) | ||
stub: bash run | ||
PASS support for TLS server name indication (SNI) [accept badssl.com:443] | ||
PASS expired certificate [reject expired.badssl.com:443] | ||
FAIL wrong hostname in certificate [reject wrong.host.badssl.com:443] | ||
PASS self-signed certificate [reject self-signed.badssl.com:443] | ||
PASS SHA-256 signature [accept sha256.badssl.com:443] | ||
PASS 1000 subjectAltNames [accept 1000-sans.badssl.com:443] | ||
PASS incomplete chain of trust [reject incomplete-chain.badssl.com:443] | ||
PASS Superfish CA [reject superfish.badssl.com:443] | ||
PASS eDellRoot CA [reject edellroot.badssl.com:443] | ||
PASS DSDTestProvider CA [reject dsdtestprovider.badssl.com:443] | ||
ERROR protect against Apple's TLS vulnerability CVE-2014-1266 [reject www.ssllabs.com:10443] | ||
reason: stub exited with return code 1 | ||
output: 35623:error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59.40.2/src/ssl/s23_clnt.c:593: CONNECTED(00000003) | ||
ERROR protect against the FREAK attack [reject www.ssllabs.com:10444] | ||
reason: stub exited with return code 1 | ||
output: depth=2 /C=US/O=Entrust, Inc./OU=See www.entrust.net/legal-terms/OU=(c) 2009 Entrust, Inc. - for authorized use only/CN=Entrust Root Certification Authority - G2 verify error:num=20:unable to get local issuer certificate verify return:0 35630:error:1408D0F4:SSL routines:SSL3_GET_KEY_EXCHANGE:unexpected message:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59.40.2/src/ssl/s3_clnt.c:1187: CONNECTED(00000003) | ||
FAIL protect against the Logjam attack [reject www.ssllabs.com:10445] | ||
ERROR protect against FREAK attack (test server 1) [reject cve.freakattack.com:443] | ||
reason: stub exited with return code 1 | ||
output: depth=2 /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Certification Authority verify error:num=20:unable to get local issuer certificate verify return:0 35644:error:1408D0F4:SSL routines:SSL3_GET_KEY_EXCHANGE:unexpected message:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59.40.2/src/ssl/s3_clnt.c:1187: CONNECTED(00000003) | ||
ERROR protect against FREAK attack (test server 2) [reject cve2.freakattack.com:443] | ||
reason: stub exited with return code 1 | ||
output: depth=2 /C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Certification Authority verify error:num=20:unable to get local issuer certificate verify return:0 35651:error:1408D0F4:SSL routines:SSL3_GET_KEY_EXCHANGE:unexpected message:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59.40.2/src/ssl/s3_clnt.c:1187: CONNECTED(00000003) | ||
PASS valid localhost certificate [accept localhost:55085] | ||
FAIL invalid localhost certificate [reject localhost:55087] | ||
FAIL use only the given CA bundle, not system's [reject sha256.badssl.com:443] |
Oops, something went wrong.