2004-09-23 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 23 Sep 2004 16:44:25 +0000 (16:44 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 23 Sep 2004 16:44:25 +0000 (16:44 -0000)
commitb9443cdda0a353f6982e7fc605b0fbfc7dfa8529
treeb59095ef89fb9bb590464e55f26fc59e1b1d9fe1
parent5df1776250b006624077241be458711b5bb5d402
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.

svn path=/trunk/mcs/; revision=34291
mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/ChangeLog [new file with mode: 0644]
mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/TlsClientKeyExchange.cs