This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / Mono.Security / Mono.Security.Protocol.Tls.Handshake.Server / ChangeLog
1 2004-11-10  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * TlsClientFinished.cs: ProcessAsTls1 - get out of the loop if PRF are
4         different.
5
6 2004-09-23  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * TlsClientKeyExchange.cs: Removed .Clear call on private key as itn't
9         ours (but only a reference). It also requires the callback to recreate
10         a new key object each time (which is worse). This also implies that 
11         the caller (implementing the callback) is responsible to clear it.