2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Mono.Security / Mono.Security.Protocol.Tls.Handshake.Server / ChangeLog
index 99e49877a681d99305940185c04fe76a154694f4..f2a63032b3efdcfa9ae35ff56ffc3811022f90bb 100644 (file)
@@ -1,5 +1,11 @@
 2004-11-10  Sebastien Pouliot  <sebastien@ximian.com>
 
-       * TlsClientFinished.cs: Merge from HEAD.
-       * TlsClientKeyExchange.cs: Merge from HEAD.
-       *.cs: Remove duplicate license header so sources matches with HEAD.
+       * 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.