Re: CRL support

2007-12-03 Thread Bc. Jiří Mikulášek
Thanks a lot I will check it out On Thursday 29 of November 2007 15:24:57 Fred Dushin wrote: See the http-conf:trustDecider in https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/ http/src/main/resources/schemas/configuration/http-conf.xsd You'll need to implement your own

Re: CRL support

2007-11-29 Thread Fred Dushin
See the http-conf:trustDecider in https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/transports/ http/src/main/resources/schemas/configuration/http-conf.xsd You'll need to implement your own org.apache.cxf.transport.http.MessageTrustDecider, but this will get called when a connection

Re: CRL support

2007-11-28 Thread Fred Dushin
CXF does not have support for CRLs. On Nov 28, 2007, at 6:18 AM, Bc. Jiří Mikulášek wrote: Hi all, can somebody give me a hint how to configure or program CRL (certificate revocation list) checking before each SSL handshake. In detail: I have this configuration on client: http-conf:conduit