-
Notifications
You must be signed in to change notification settings - Fork 187
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
1 changed file
with
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document title="SSLScan Results" version="2.1.3" web="http://github.com/rbsec/sslscan"> | ||
<ssltest host="broken.ssl" sniname="broken.ssl" port="443"> | ||
<protocol type="ssl" version="2" enabled="1" /> | ||
<protocol type="ssl" version="3" enabled="0" /> | ||
<protocol type="tls" version="1.0" enabled="1" /> | ||
<protocol type="tls" version="1.1" enabled="0" /> | ||
<protocol type="tls" version="1.2" enabled="0" /> | ||
<protocol type="tls" version="1.3" enabled="0" /> | ||
<renegotiation supported="1" secure="0" /> | ||
<compression supported="1" /> | ||
<heartbleed sslversion="TLSv1.0" vulnerable="1" /> | ||
<cipher status="preferred" sslversion="TLSv1.0" bits="256" cipher="TLS_DHE_RSA_WITH_AES_256_CBC_SHA" id="0x0039" strength="acceptable" dhebits="1024" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="128" cipher="TLS_DHE_RSA_WITH_AES_128_CBC_SHA" id="0x0033" strength="acceptable" dhebits="1024" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="256" cipher="TLS_RSA_WITH_AES_256_CBC_SHA" id="0x0035" strength="acceptable" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="128" cipher="TLS_RSA_WITH_AES_128_CBC_SHA" id="0x002F" strength="acceptable" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="40" cipher="TLS_RSA_EXPORT_WITH_RC4_40_MD5" id="0x0003" strength="weak" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="128" cipher="TLS_RSA_WITH_RC4_128_MD5" id="0x0004" strength="medium" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="128" cipher="TLS_RSA_WITH_RC4_128_SHA" id="0x0005" strength="medium" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="40" cipher="TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5" id="0x0006" strength="weak" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="40" cipher="TLS_RSA_EXPORT_WITH_DES40_CBC_SHA" id="0x0008" strength="weak" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="56" cipher="TLS_RSA_WITH_DES_CBC_SHA" id="0x0009" strength="medium" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="112" cipher="TLS_RSA_WITH_3DES_EDE_CBC_SHA" id="0x000A" strength="medium" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="40" cipher="TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA" id="0x0014" strength="weak" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="56" cipher="TLS_DHE_RSA_WITH_DES_CBC_SHA" id="0x0015" strength="medium" /> | ||
<cipher status="accepted" sslversion="TLSv1.0" bits="112" cipher="TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA" id="0x0016" strength="medium" /> | ||
<certificates> | ||
<certificate type="short"> | ||
<signature-algorithm>sha256WithRSAEncryption</signature-algorithm> | ||
<pk error="false" type="RSA" bits="2048" /> | ||
<subject><![CDATA[broken.ssl]]></subject> | ||
<altnames><![CDATA[DNS:whatever.ssl]]></altnames> | ||
<issuer><![CDATA[Thawte TLS RSA CA G1]]></issuer> | ||
<self-signed>false</self-signed> | ||
<not-valid-before>Jan 19 00:00:00 2024 GMT</not-valid-before> | ||
<not-yet-valid>false</not-yet-valid> | ||
<not-valid-after>Feb 22 23:59:59 2024 GMT</not-valid-after> | ||
<expired>true</expired> | ||
</certificate> | ||
</certificates> | ||
</ssltest> | ||
</document> |