hi, there,
IceSSL plugins provide users powerful tools to communicate in a security mode and users do not need to cope with the low level operations on ssl. But now I have to do something about PKI creation and management and therefore need some information about the certifications. Howerver I don't know how to get it from the IceSSL. If it is necessary for the client to send its certification explicitly without the intervention of the IceSSL here? Althouth the chapter "IceSSL" has a section "c++ programing with icessl", however it seems too simple and there isn't a java counterpart.
BTW: when will the c# icessl be released?![]()
Cheers
OrNot

Reply With Quote
. Here we may face two situations in client ends. One is that the clients have no certificates initially and need to request one from the server and then install it for later use. So does I need to establish a tcp connection at first for the CSR and then switch to ssl when certs installed? Another situation is that a Smart-card or Usb-Key is used to authenticate the user identities, that is , the certs is assumed to be available already. Of course this depends on the issue policies.