[pgsqlclient-checkins] pgsqlclient_10/Mono.Security.Protocol.Tls changelog.txt,1.14,1.15
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-11-23 12:52:27
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls In directory sc8-pr-cvs1:/tmp/cvs-serv29476 Modified Files: changelog.txt Log Message: 2003-11-23 Carlos Guzmán Álvarez <car...@te...> * Mono.Security.Protocol.Tls/SslServerStream.cs: - Added new SslServerStream class with empty methods. * Mono.Security.Protocol.Tls.Handshake.Server: - New directory with class definitions of handshake message classes for the server implementation. - Class names for server handshake messages are the same as for client implementation. * Mono.Security.Protocol.Tls/SslClientStream.cs: - Throw exception in constrctors when the targetHost or the streams are invalid. - Added correct exception throwing in read/write methods. - Added initial implementation of BeginRead and EndRead methods. * Mono.Security.Protocol.Tls.Handshake/TlsHandshakeMessage.cs: - Added new constructor. - Changed UpdateSession() method to Update() and replaced method name in derived classes. Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/changelog.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** changelog.txt 22 Nov 2003 14:44:40 -0000 1.14 --- changelog.txt 23 Nov 2003 12:52:24 -0000 1.15 *************** *** 2,5 **** --- 2,36 ---- --------------- ----------- ----------------------------------------- + 2003-11-23 Carlos Guzmán Álvarez <car...@te...> + + * Mono.Security.Protocol.Tls/SslServerStream.cs: + + - Added new SslServerStream class with empty methods. + + * Mono.Security.Protocol.Tls.Handshake.Server: + + - New directory with class definitions of handshake message classes + for the server implementation. + + - Class names for server handshake messages are the same as for + client implementation. + + * Mono.Security.Protocol.Tls/SslClientStream.cs: + + - Throw exception in constrctors when the targetHost or the streams are invalid. + + - Added correct exception throwing in read/write methods. + + - Added initial implementation of BeginRead and EndRead methods. + + * Mono.Security.Protocol.Tls.Handshake/TlsHandshakeMessage.cs: + + - Added new constructor. + + - Changed UpdateSession() method to Update() and replaced method + name in derived classes. + + ------------------------- Updated Mono Sources ---------------------- + 2003-11-22 Carlos Guzmán Álvarez <car...@te...> |