This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
authornobody <nobody@localhost>
Wed, 10 Nov 2004 12:53:09 +0000 (12:53 -0000)
committernobody <nobody@localhost>
Wed, 10 Nov 2004 12:53:09 +0000 (12:53 -0000)
svn path=/branches/mono-1-0/mcs/; revision=35973

mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/ChangeLog [new file with mode: 0644]

diff --git a/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/ChangeLog b/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/ChangeLog
new file mode 100644 (file)
index 0000000..f2a6303
--- /dev/null
@@ -0,0 +1,11 @@
+2004-11-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TlsClientFinished.cs: ProcessAsTls1 - get out of the loop if PRF are
+       different.
+
+2004-09-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TlsClientKeyExchange.cs: Removed .Clear call on private key as itn't
+       ours (but only a reference). It also requires the callback to recreate
+       a new key object each time (which is worse). This also implies that 
+       the caller (implementing the callback) is responsible to clear it.