[Mono-list] Ssl client and server streams
Sebastien Pouliot
sebastien.pouliot at gmail.com
Tue Feb 14 22:05:21 EST 2006
On Tue, 2006-02-14 at 16:48 -0500, Arijit Ganguly wrote:
> All,
>
> I am writing a client/server app based on TLS
> (Mono.Security.Protocol.Tls) with mono 1.1.9.2
>
> I managed to get the ServerCertificateValidation working.
>
> However, I am not able to get ClientCertificateValidation, wven when I
> pass X509Certificate as an argument when creating the SslClientStream.
> The server-side callback never gets invoked, even though I have a
> ClientCertValidationDelegate set.
>
>
> Is client-authentication supported in the version I am working on.
Yes, according to the release notes
http://www.go-mono.com/archive/1.1.9/
Check my blog for some examples...
--
Sebastien Pouliot <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/
More information about the Mono-list
mailing list