News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Security Library Forum
 
Optional Mutual Authentication  
by JD [jconley at winfessor dot com]
posted on 2003/12/14

From looking through the source it doesn't look like it's possible to have optional mutual authentication. I have a requirement to allow TLS encrypted streams that are sometimes client authenticated with TLS and other times are authenticated through an additional authentication layer after tls negotiation is complete. I need to be able to allow mutual authentication and optionally include the cert in the CertRequestEventHandler, as well as optionally accept a null cert on the server side.

Thanks
JD

by Pieter Philippaerts [Pieter at mentalis dot org]
posted on 2003/12/15

We've uploaded a new version of the library [v1.0.13.694] that does exactly what you need. Simply enable MutualAuthentication and set the verification type to Manual. If the client does not send a client certificate, the delegate will be called, but the 'remote' and 'chain' parameters will be set to null references.

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.