[phpxmlrpc] ssl verifyhost patch

2006-04-03 Thread Who Knows
In order for curl to verify a peer, the curl library must know where the trusted certificate authority certificates are. This is usually done by either putting all the trusted certs in one file or a directory of them which is indexed using an openssl utility. ( at least this it true on most Li

Re: [phpxmlrpc] ssl verifyhost patch

2006-04-04 Thread Who Knows
Gaetano Giunta wrote: Thanks. In fact, if you look for patch #1450156 you will see there was a recent proposal for setting CAINFO. It has been implemented as a new client method: SetCACertificate(), and it is now in CVS. I think there would be no problems in adding a CAPath parameter to that