Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv8423
Modified Files:
changelog.txt
Log Message:
Updated CHANGELOG.TXT
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** changelog.txt 21 Oct 2003 09:32:02 -0000 1.56
--- changelog.txt 21 Oct 2003 12:17:29 -0000 1.57
***************
*** 16,19 ****
--- 16,26 ----
a throw new NotSupportedException()
+ * TlsSocket.cs:
+ * TlsAbstractCipherSuite.cs:
+ * TlsCipherSuite.cs:
+ * TlsSslCipherSuite.cs:
+
+ - Moved MAC generation methods to specific CipherSuite classes.
+
2003-10-20 Carlos Guzmán Álvarez <car...@te...>
|