Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1569
Modified Files:
changelog.txt
Log Message:
2004-03-06 Carlos Guzman Alvarez <car...@te...>
* source/PgConnection.cs:
- Added event for allow client certificate private key selection.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** changelog.txt 5 Mar 2004 23:38:35 -0000 1.100
--- changelog.txt 6 Mar 2004 14:42:43 -0000 1.101
***************
*** 2,5 ****
--- 2,17 ----
-------------------------------------------------------
+ 2004-03-06 Carlos Guzman Alvarez <car...@te...>
+
+ * source/PgConnection.cs:
+
+ - Added event for allow client certificate private key selection.
+
+ * Mono.Security.Protocol.Tls/SslServerStream.cs:
+
+ - Added PrivateKeySelection event and callback.
+
+ - Added methods for event raising.
+
2004-03-06 Carlos Guzman Alvarez <car...@te...>
|