diff options
author | Remy <relst@relst.nl> | 2015-02-26 14:09:00 +0100 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-02-26 14:09:00 +0100 |
commit | b1f95ff20011624f9e6ea835a13c0f79ae73c97a (patch) | |
tree | b39a1ac9679ad9ef1edde3368cf296ca1ed86dc4 /index.php | |
parent | 6dcbad8cdac0eb43cb5fee1b24e679f1f1752ac4 (diff) | |
download | ssl-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |