-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue #5933 ClientCertAuthenticator is not using SslContextFactory from server #5934
Conversation
jetty-security/src/main/java/org/eclipse/jetty/security/DefaultAuthenticatorFactory.java
Show resolved
Hide resolved
...ecurity/src/main/java/org/eclipse/jetty/security/authentication/ClientCertAuthenticator.java
Outdated
Show resolved
Hide resolved
1343a68
to
32672d4
Compare
...ecurity/src/main/java/org/eclipse/jetty/security/authentication/ClientCertAuthenticator.java
Outdated
Show resolved
Hide resolved
...ecurity/src/main/java/org/eclipse/jetty/security/authentication/ClientCertAuthenticator.java
Outdated
Show resolved
Hide resolved
jetty-security/src/main/java/org/eclipse/jetty/security/DefaultAuthenticatorFactory.java
Show resolved
Hide resolved
...ecurity/src/main/java/org/eclipse/jetty/security/authentication/ClientCertAuthenticator.java
Outdated
Show resolved
Hide resolved
...ecurity/src/main/java/org/eclipse/jetty/security/authentication/ClientCertAuthenticator.java
Outdated
Show resolved
Hide resolved
...ecurity/src/main/java/org/eclipse/jetty/security/authentication/ClientCertAuthenticator.java
Outdated
Show resolved
Hide resolved
@olamy do you want me to finish this one off? |
@gregw new class added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@olamy Just a few niggles left from me.
@lachlan-roberts can you have a quick look at this also with your more recent experience of authentication
jetty-security/src/main/java/org/eclipse/jetty/security/DefaultAuthenticatorFactory.java
Outdated
Show resolved
Hide resolved
jetty-security/src/main/java/org/eclipse/jetty/security/DefaultAuthenticatorFactory.java
Outdated
Show resolved
Hide resolved
...java/org/eclipse/jetty/security/authentication/ClientCertSslContextFactoryAuthenticator.java
Outdated
Show resolved
Hide resolved
...java/org/eclipse/jetty/security/authentication/ClientCertSslContextFactoryAuthenticator.java
Outdated
Show resolved
Hide resolved
Added SslClientCertAuthenticator Co-authored-by: olivier lamy <oliver.lamy@gmail.com> Signed-off-by: Greg Wilkins <gregw@webtide.com>
51fdc99
to
f2c9056
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#5933