Skip to content

Commit

Permalink
Merge pull request #483 from hpehl/HAL-1595
Browse files Browse the repository at this point in the history
HAL-1595: Configure support for TLS 1.3
  • Loading branch information
bstansberry authored Jul 2, 2024
2 parents e6682ed + dadaf23 commit 95102da
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions console/HAL-1595_Configure_support_for_TLS_13.adoc
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

0 comments on commit 95102da

Please sign in to comment.