-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #483 from hpehl/HAL-1595
HAL-1595: Configure support for TLS 1.3
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
= Configure support for TLS 1.3 | ||
:author: Harald Pehl | ||
:email: hpehl@redhat.com | ||
:toc: left | ||
:icons: font | ||
:idprefix: | ||
:idseparator: - | ||
:issue-base-url: https://issues.redhat.com/browse | ||
|
||
== Overview | ||
|
||
Add support for attribute `cipher-suite-names` for resources `/subsystem=elytron/client-ssl-context=*` and `/subsystem=elytron/server-ssl-context=*`. | ||
|
||
== Issue Metadata | ||
|
||
=== Issue | ||
|
||
* {issue-base-url}/HAL-1595[HAL-1595] | ||
* {issue-base-url}/EAP7-1280[EAP7-1280] | ||
|
||
=== Related Issues | ||
|
||
* n/a | ||
|
||
=== Dev Contacts | ||
|
||
* mailto:hpehl@redhat.com[Harald Pehl] | ||
|
||
=== QE Contacts | ||
|
||
* mailto:spriadka@redhat.com[Simon Priadka] | ||
|
||
=== Testing By | ||
|
||
[x] Engineering | ||
[ ] QE | ||
|
||
=== Affected Projects or Components | ||
|
||
* WildFly | ||
* HAL | ||
|
||
== Requirements | ||
|
||
The attribute `cipher-suite-names` is configurable in the Elytron configuration. | ||
|
||
=== Affected UI | ||
|
||
* Configuration / Subsystems / Security / Other Settings / SSL / Client SSL Context | ||
* Configuration / Subsystems / Security / Other Settings / SSL / Server SSL Context | ||
|
||
=== Affected Resources | ||
|
||
* `/subsystem=elytron/client-ssl-context=*` | ||
* `/subsystem=elytron/server-ssl-context=*` | ||
|
||
== Test Plan | ||
|
||
The test for testing `/subsystem=elytron/server-ssl-context=*` is extended to test the attribute `cipher-suite-names`. | ||
|
||
== Community Documentation | ||
|
||
See the official HAL website at https://hal.github.io |