RE: Viewing handshake certificates

2004-11-12 Thread Ranganath Udupa
09 Subject: Re: Viewing handshake certificates Hi, I'm not an expert but I believe the provider should have implemented = that method so try calling it to get the cert info. Regards, Daniel On Fri, 12 Nov 2004, Ranganath Udupa wrote: > > > Hi, > > I am trying to build a sec

Re: Viewing handshake certificates

2004-11-12 Thread Daniel
Hi, I'm not an expert but I believe the provider should have implemented that method so try calling it to get the cert info. Regards, Daniel On Fri, 12 Nov 2004, Ranganath Udupa wrote: > > > Hi, > > I am trying to build a secure peer to peer shell program that can talk to each > other using xm

Viewing handshake certificates

2004-11-12 Thread Ranganath Udupa
Hi, I am trying to build a secure peer to peer shell program that can talk to each other using xml-rpc. Each peer is can interact with only a valid set of peers...and validation of peers is done using an identity certificate (x.509v3 based). I have been able to establish a secure xml-rpc calls a