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

Control SSL/TLS supported protocols #229

Closed
Saurbaum opened this issue Aug 14, 2015 · 3 comments
Closed

Control SSL/TLS supported protocols #229

Saurbaum opened this issue Aug 14, 2015 · 3 comments

Comments

@Saurbaum
Copy link

Something we have been doing for security recently is restricting the protocol that we will accept to a minimum from SSL 3.0, TLS 1.0 or TLS 1.1

Is there a way to reject connections based on the protocol in MailKit?

jstedfast added a commit that referenced this issue Aug 14, 2015
@jstedfast
Copy link
Owner

MailKit currently restricts SSL/TLS connections to TLSv1.0 or higher (i.e. it does not allow SSLv3 or older).

I've just added a public accessor to override the defaults.

@Saurbaum
Copy link
Author

Thanks for the fast turn around. Did you realise your builds on windows aren't running according to your front page widget?

@jstedfast
Copy link
Owner

There's some sort of NuGet breakage on AppVeyor wrt them installing Visual Studio 2015 that I have no idea how to fix or work around.

It builds completely fine for me, though, and I also have Visual Studio 2015 installed.

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

2 participants