Thread: npgsql - Npgsql2: Fixed SSL authentication by setting an static field

npgsql - Npgsql2: Fixed SSL authentication by setting an static field

From
fxjr@pgfoundry.org (User Fxjr)
Date:
Log Message:
-----------

    Fixed SSL authentication by setting an static field to true: RSACryptoServiceProvider.UseMachineKeyStore = true.
Seehttps://bugzilla.novell.com/show_bug.cgi?id=MONO77559 and http://pgfoundry.org/forum/message.php?msg_id=1002377 for
moreinfo about that. Thanks Erwin Thaler for heads up. 

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlConnection.cs (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnection.cs.diff?r1=1.4&r2=1.5)