Skip to content

Commit

Permalink
Updated API to label weak cipher suite
Browse files Browse the repository at this point in the history
  • Loading branch information
naumanshah03 authored May 30, 2019
1 parent c3996f9 commit e27de93
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ssllabs-api-docs-v3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SSL Labs API v3 Documentation v1.34.x (work in progress)#
# SSL Labs API v3 Documentation v1.35.x (work in progress)#

**Last update:** 07 May 2019<br>
**Last update:** 30 May 2019<br>
**Author:** Ivan Ristic <[email protected]>

This document explains the SSL Labs Assessment APIs, which can be used to test SSL servers available on the public Internet.
Expand Down Expand Up @@ -410,7 +410,9 @@ The remainder of the document explains the structure of the returned objects. Th
* **namedGroupBits** - EC bits
* **namedGroupId** - EC curve ID
* **namedGroupName** - EC curve name
* **q** - 0 if the suite is insecure, null otherwise
* **q** - flag for suite insecure or weak. Not present if suite is strong or good
* 0 - insecure
* 1 - weak


### NamedGroups ###
Expand Down

0 comments on commit e27de93

Please sign in to comment.