Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@franciscojunior
Copy link
Member

...rity.

Mono.Security assembly is used by Npgsql to provide ssl support.
SSLStream class found in .Net class library also provides support for ssl.
Before this patch, Npgsql used Mono.Security by default.
With this change, it will use SSLStream class found in .Net class library.

…ecurity.

Mono.Security assembly is used by Npgsql to provide ssl support.
SSLStream class found in .Net class library also provides support for ssl.
Before this patch, Npgsql used Mono.Security by default.
With this change, it will use SSLStream class found in .Net class library.
@franciscojunior franciscojunior added this to the 2.2 milestone Jul 13, 2014
franciscojunior added a commit that referenced this pull request Jul 21, 2014
Make Npgsql use SSLStream for ssl connections instead of using Mono.Security
@franciscojunior franciscojunior merged commit 7c449dc into npgsql:master Jul 21, 2014
@roji
Copy link
Member

roji commented Jul 22, 2014

@franciscojunior, just a thought - how about setting up some tests around authentication, SSL, etc.? I know that not everything will be possible to test on the build server, but maybe it's worth trying?

Because all this would probably involve extra setup effort on the Postgresql test backend, we could make these tests not run by default (with [Explicit]), and run them on the build server.

What do you think? If you agree we can open a new issue for this...

@franciscojunior
Copy link
Member Author

I think this is an excellent idea!

+1

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.