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

AMQP-500: Configurable SSL Algo, No Properties #294

Merged
merged 1 commit into from Jun 2, 2015

Conversation

garyrussell
Copy link
Contributor

JIRA: https://jira.spring.io/browse/AMQP-500

Enable algorithm selection when not using certificates.

cherry-pick to 1.4.x

JIRA: https://jira.spring.io/browse/AMQP-500

Enable algorithm selection when not using certificates.
fb.setUseSSL(true);
fb.afterPropertiesSet();
fb.getObject();
verify(rabbitCf).useSslProtocol();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing to complain about, but before I merge it, please, let me know if we should change our default algorithm from TLSv1.1 to TLSv1 as it is in the com.rabbitmq.client.ConnectionFactory.

Or have I missed anything and it was really intentional to have it like this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, I made it 1.1 because of the beast attack.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. I understand that. And it is good. So, see my comment on code changes.

@artembilan
Copy link
Member

Thank you, guys!
Merging and cherry-picking...

@artembilan artembilan merged commit 059057e into spring-projects:master Jun 2, 2015
@garyrussell garyrussell deleted the AMQP-500 branch March 17, 2017 18:27
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

Successfully merging this pull request may close these issues.

None yet

3 participants