[
https://issues.apache.org/jira/browse/DIRMINA-1122?focusedWorklogId=861077&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861077
]
ASF GitHub Bot logged work on DIRMINA-1122:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/May/23 20:37
Start Date: 08/May/23 20:37
Worklog Time Spent: 10m
Work Description: elecharny commented on PR #26:
URL: https://github.com/apache/mina/pull/26#issuecomment-1539017831
FTR, here is a part of the logs I get when running the test with Java8:
```
javax.net.ssl|FINE|0F|CLIENT|2023-05-08 22:21:32.416
CEST|SSLExtensions.java:173|Ignore unavailable extension: supported_versions
javax.net.ssl|FINE|0F|CLIENT|2023-05-08 22:21:32.417
CEST|ServerHello.java:955|Negotiated protocol version: TLSv1.2
javax.net.ssl|FINE|0F|CLIENT|2023-05-08 22:21:32.417
CEST|SSLExtensions.java:192|Consumed extension: renegotiation_info
javax.net.ssl|FINE|0F|CLIENT|2023-05-08 22:21:32.417
CEST|SSLExtensions.java:173|Ignore unavailable extension: server_name
...
```
With Java 11:
```
javax.net.ssl|DEBUG|0F|NioProcessor-2|2023-05-08 22:36:09.415
CEST|SSLExtensions.java:192|Consumed extension: supported_versions
javax.net.ssl|DEBUG|0F|NioProcessor-2|2023-05-08 22:36:09.415
CEST|ClientHello.java:839|Negotiated protocol version: TLSv1.2
javax.net.ssl|DEBUG|0F|NioProcessor-2|2023-05-08 22:36:09.416
CEST|ServerNameExtension.java:327|no server name matchers, ignore server name
indication
...
```
So it seems there is a missing a **SNIMatcher** instance.
Issue Time Tracking
-------------------
Worklog Id: (was: 861077)
Time Spent: 1.5h (was: 1h 20m)
> Add support for endpoint identification algorithm
> -------------------------------------------------
>
> Key: DIRMINA-1122
> URL: https://issues.apache.org/jira/browse/DIRMINA-1122
> Project: MINA
> Issue Type: Improvement
> Components: Filter, SSL
> Affects Versions: 2.0.22, 2.1.3
> Reporter: Marcin L
> Assignee: Jonathan Valliere
> Priority: Minor
> Fix For: 2.2.0
>
> Attachments:
> DIRMINA-1122_-_endpoint_identification_algorithm_support.patch
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Support for endpoint identification algorithm was added in Java 1.7.
> Currently MINA supports providing single SNI name via
> org.apache.mina.filter.ssl.SslFilter#PEER_ADDRESS session attribute, but
> there is no way verifying it matches the certificate received.
> It would be nice if we could provide endpoint identification algorithm to
> SslFilter so certificate's common name or subject alternative names are
> verified.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]