[pgsqlclient-checkins] pgsqlclient_10/Mono.Security.Protocol.Tls changelog.txt,1.4,1.5
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-11-03 10:34:22
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls In directory sc8-pr-cvs1:/tmp/cvs-serv4311 Modified Files: changelog.txt Log Message: Updated changelog.txt Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security.Protocol.Tls/changelog.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** changelog.txt 3 Nov 2003 08:57:05 -0000 1.4 --- changelog.txt 3 Nov 2003 10:34:19 -0000 1.5 *************** *** 6,14 **** * TlsHandshakeMessages.cs: ! - Removed file. * Mono.Security.Cryptography/MD5SHA1CryptoServiceProvider.cs: ! - New class for md5-sha hash calculation. * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientFinished.cs: --- 6,14 ---- * TlsHandshakeMessages.cs: ! - Removed file. * Mono.Security.Cryptography/MD5SHA1CryptoServiceProvider.cs: ! - New class for md5-sha hash calculation. * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientFinished.cs: *************** *** 17,25 **** * Mono.Security.Protocol.Tls.Handshake.Client/TlsHandshakeMessage.cs: ! - Make use of new MD5SHA1CryptoServiceProvider class. * TlsSessionContext.cs: ! - Changed handshakeHashes member to be an TlsStream. 2003-10-28 Carlos Guzmán Álvarez <car...@te...> --- 17,35 ---- * Mono.Security.Protocol.Tls.Handshake.Client/TlsHandshakeMessage.cs: ! - Make use of new MD5SHA1CryptoServiceProvider class. ! ! * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificateVerify.cs: ! ! - Added initial implementation (not finished). ! ! * Mono.Security.Protocol.Tls.Handshake.Client/TlsServerKeyExchange.cs: ! ! - Minor change to message processing. ! ! - Changed verify method name to verifySignature. * TlsSessionContext.cs: ! - Changed handshakeHashes member to be an TlsStream. 2003-10-28 Carlos Guzmán Álvarez <car...@te...> |