On Feb 14, 2013, at 4:45 PM, Nikola <[email protected]> wrote:
> I think what is needed here is an ability to somehow override the default 
> implementation of SSL handshake to be able to sign those random bytes in a 
> custom way

I'm told by the resident SSL expert (not me!) that 
HttpWebRequest.ClientCertificates can reference a X509Certificate2 instance, 
and X509Certificate2.PrivateKey can reference a 
System.Security.Cryptography.RSA instance, and this RSA instance will be used 
in the SSL handshake logic.

(At least I think I've got that straight.)

So this should be possible.

> Is there any chance you will extend the HTTP stack to allow this?

I don't see us extending the .NET API in this area, except maybe via the 
existing Mono.Security types.

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to