Skip to content

Commit

Permalink
doc: add change log for custom_tls_certificate_selector. (envoyproxy#…
Browse files Browse the repository at this point in the history
…35440)

Signed-off-by: doujiang24 <[email protected]>
Signed-off-by: asingh-g <[email protected]>
  • Loading branch information
doujiang24 authored and asingh-g committed Aug 20, 2024
1 parent 248e2b2 commit 8280b53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,11 @@ new_features:
Added socket ``type`` field for specifying a socket type to apply the socket option to under :ref:`SocketOption
<envoy_v3_api_msg_config.core.v3.SocketOption>`. If not specified, the socket option will be applied to all socket
types.
- area: tls
change: |
Added an extension point :ref:`custom_tls_certificate_selector
<envoy_v3_api_field_extensions.transport_sockets.tls.v3.CommonTlsContext.custom_tls_certificate_selector>`
to allow overriding TLS certificate selection behavior.
An extension can select certificate base on the incoming SNI, in both sync and async mode.
deprecated:

0 comments on commit 8280b53

Please sign in to comment.