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

Add suite for testing secure connections to the server #83

Closed
wants to merge 1 commit into from

Conversation

mentels
Copy link

@mentels mentels commented Oct 22, 2014

The tests make sure that clients that want to use SSL 3.0 will be rejected
and those using TLS (1.0, 1.1, 1.2) will be accepted.

This should be merged along with esl/escalus#45.

%% Tests
%%--------------------------------------------------------------------

should_fail_with_sslv3(Config) ->
Copy link
Contributor

Choose a reason for hiding this comment

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

I think there should also be a check for older ssl versions just be sure they are blocked.

The tests make sure that clients that want to use SSL 3.0 will be rejected
and those using TLS (1.0, 1.1, 1.2) will be accepted.
@mentels mentels force-pushed the secured-connections branch from 1275f2b to 6ad3d2e Compare October 23, 2014 12:19
@mentels mentels closed this Oct 23, 2014
@mentels mentels deleted the secured-connections branch October 23, 2014 12:21
@mentels mentels restored the secured-connections branch October 23, 2014 12:22
@mentels mentels deleted the secured-connections branch October 23, 2014 12:22
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.

2 participants