Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all ssl params are exposed, e.g. SNI related params #195

Open
mchoma opened this issue Jul 13, 2016 · 1 comment
Open

Not all ssl params are exposed, e.g. SNI related params #195

mchoma opened this issue Jul 13, 2016 · 1 comment

Comments

@mchoma
Copy link

mchoma commented Jul 13, 2016

comparing SSLParams javadoc [0] with elytron schema [1] I see, that not all parameters are exposed by elytron.
Especially interesting are useCipherSuitesOrder and SNI related parameters, probably others.

[0] https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setUseCipherSuitesOrder-boolean-
[1] https://github.com/wildfly-security/elytron-subsystem/blob/master/src/main/resources/schema/wildfly-elytron_1_0.xsd

@mchoma mchoma changed the title Not all ssl params are exposed, e.g. useCipherSuitesOrder Not all ssl params are exposed, e.g. SNI related params Jul 14, 2016
@mchoma
Copy link
Author

mchoma commented Jul 14, 2016

I found useCipherSuitesOrder set default to true on couple of places in elytron [1] - so that seems OK. Question is still others params, e.g. SNI related parameters.

[1] https://github.com/wildfly-security/wildfly-elytron/search?utf8=%E2%9C%93&q=setUseCipherSuitesOrder&type=Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant