summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-02-26 14:09:00 +0100
committerRemy <relst@relst.nl>2015-02-26 14:09:00 +0100
commitb1f95ff20011624f9e6ea835a13c0f79ae73c97a (patch)
treeb39a1ac9679ad9ef1edde3368cf296ca1ed86dc4 /index.php
parent6dcbad8cdac0eb43cb5fee1b24e679f1f1752ac4 (diff)
downloadssl-decoder-b1f95ff20011624f9e6ea835a13c0f79ae73c97a.zip
ssl-decoder-b1f95ff20011624f9e6ea835a13c0f79ae73c97a.tar.gz
ssl-decoder-b1f95ff20011624f9e6ea835a13c0f79ae73c97a.tar.bz2
add chain validation and make cipher suites red
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 797a892..e54fc4b 100644
--- a/index.php
+++ b/index.php
@@ -89,7 +89,7 @@ foreach (glob("functions/*.php") as $filename) {
<div class="form-group">
<div class="col-md-4">
<label class="col-md-2 col-md-offset-1 control-label" for="s"></label>
- <button id="s" name="s" class="btn btn-primary" onsubmit="showElementbyID(true, 'preloader'); showElementbyID(false, 'sslform'); makeRequest('/ssl/?host=' + this.form.host.value + '&port=' + this.form.port.value + '&csr=' + this.form.csr.value + '&s=', 'showContent');return false" onclick="showElementbyID(true, 'preloader'); showElementbyID(false, 'sslform'); makeRequest('/ssl/?host=' + this.form.host.value + '&port=' + this.form.port.value + '&csr=' + this.form.csr.value + '&ciphersuites=' + this.form.ciphersuites.value + '&s=', 'showContent');return false">Submit</button>
+ <button id="s" name="s" class="btn btn-primary" onsubmit="showElementbyID(true, 'preloader'); showElementbyID(false, 'sslform'); makeRequest('/ssl/?port=' + this.form.port.value + '&csr=' + this.form.csr.value + '&s=&host=' + this.form.host.value,, 'showContent');return false" onclick="showElementbyID(true, 'preloader'); showElementbyID(false, 'sslform'); makeRequest('/ssl/?port=' + this.form.port.value + '&csr=' + this.form.csr.value + '&ciphersuites=' + this.form.ciphersuites.value + '&s=&host=' + this.form.host.value, 'showContent');return false">Submit</button>
</div>
</div>