Re: how to use own CRL_callback

2010-04-17 Thread huican
On Apr 15, 7:08 pm, Robert Relyea wrote: > On 04/14/2010 03:30 PM, huican wrote: > > > > > Hello Bob, > > > Thanks for your reply... > > I have more questions inline ;< > > > On Wed, Apr 14, 2010 at 5:15 PM, Robert Relyea > > wrote: > > >> On 04/14/2010 02:58 PM, huican wrote: > > >>> Hello, > >

Re: how to use own CRL_callback

2010-04-15 Thread Robert Relyea
On 04/14/2010 03:30 PM, huican wrote: > Hello Bob, > > Thanks for your reply... > I have more questions inline ;< > > On Wed, Apr 14, 2010 at 5:15 PM, Robert Relyea > wrote: > >> On 04/14/2010 02:58 PM, huican wrote: >> >>> Hello, >>> >>> I am new to NSS crypto, I just wonder whether there

Re: how to use own CRL_callback

2010-04-14 Thread huican
Hello Bob, Thanks for your reply... I have more questions inline ;< On Wed, Apr 14, 2010 at 5:15 PM, Robert Relyea wrote: > On 04/14/2010 02:58 PM, huican wrote: >> Hello, >> >> I am new to NSS crypto, I just wonder whether there is any easy way to >> use my own crl_callback function for CRL che

Re: how to use own CRL_callback

2010-04-14 Thread Robert Relyea
On 04/14/2010 02:58 PM, huican wrote: > Hello, > > I am new to NSS crypto, I just wonder whether there is any easy way to > use my own crl_callback function for CRL check. > No, there isn't a callback, there is a verify function that allows you to control just about every possible semantic of re

how to use own CRL_callback

2010-04-14 Thread huican
Hello, I am new to NSS crypto, I just wonder whether there is any easy way to use my own crl_callback function for CRL check. I have a situation that some other process downloaded/parsed the CRLs into a shared memory (so not in NSS DB) already, also FYI that shared memory is a hashtable which st