-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated API to label weak cipher suite
- Loading branch information
1 parent
c3996f9
commit e27de93
Showing
1 changed file
with
5 additions
and
3 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 |
---|---|---|
@@ -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. | ||
|
@@ -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 ### | ||
|