< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] TLS issues


Hi,
I am using resiprocate with TLS on a windows machine, and I have a problem with trusted CAs - I want the stack to recognize all the trusted CAs defined in the machine. The only way to achieve this is to write some code that periodically exports the trusted CAs root certificate from windows to the stack's trusted CA directory.
 
Another solution can be to use #ifdef WIN32 and to use specific calls to windows certificate validiation API instead of the generic certificate verification code.
 
Does anybody have a better solution?
 
Hagai.