Skip to content

Commit

Permalink
Use json endpoint internally and add warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Remy committed Mar 31, 2015
1 parent 0fdb444 commit 294ac66
Show file tree
Hide file tree
Showing 14 changed files with 1,365 additions and 1,685 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
results/*
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## 2.1

- Add json API endpoint (see README)
- Rewrote internals to use same endpoint
- Add json API endpoint (see README).
- Rewrote internals to use same endpoint.
- Add warnings for connection and certificate issues.
- Don't follow redirects during HTTP header gathering.

## 2.0

- Add TLS_FALLBACK_SCSV check
- Add TLS_FALLBACK_SCSV check.
- Lower some timeouts from 5 to 2.

## 1.9
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Simple PHP script which decodes an SSL connection and/or certificate and display
- Issuer validation
- Date validation
- JSON API
- Warnings for bad connection settings or certificate options

### Requirements

Expand Down
6 changes: 6 additions & 0 deletions css/ssl.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
border-right-style: solid;
border-right-width: 1px;
border-right-color: #ddd;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #ddd;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #ddd;
height: 100%;
overflow-y: auto;
z-index: 1000;
Expand Down
Loading

0 comments on commit 294ac66

Please sign in to comment.