Re: multiple signers

2006-08-21 Thread John Pattern
As far as I know the only product that supports this is iSafeGuard from MXC Software (http://www.mxcsoft.com). You might be able to get some information from them."Jaraba Nieto, Fernando" [EMAIL PROTECTED] wrote: Hello, Do you know how I can to create a PKCS#7 file containing multiple

Re: OCSP

2006-05-15 Thread John Pattern
Thanks Richard. It makes perfect sense.Richard Salz [EMAIL PROTECTED] wrote: Look at the end of section 4.1.1 for the details of "target cert identifier"/r$--SOA AppliancesApplication Integration Middleware__OpenSSL Project

Re: OCSP

2006-05-12 Thread John Pattern
PROTECTED] wrote: Thanks. I will take a look at ocsp.c.Brad Hards [EMAIL PROTECTED] wrote: On Thursday 11 May 2006 23:38 pm, John Pattern wrote: I want to generate a simple OCSP request. What are the steps I must follow using OpenSSL? Thank you for your help.There is an openssl tool to do so

Re: OCSP

2006-05-12 Thread John Pattern
The following is from RFC 2560: 2.1 Request An OCSP request contains the following data: -- protocol version -- service request -- target certificate identifier -- optional extensions which MAY be processed by the OCSP Responder Upon receipt of a request, an OCSP Responder determines if: 1. the

Re: OCSP

2006-05-12 Thread John Pattern
That makes sense. Thank you Steve."Dr. Stephen Henson" [EMAIL PROTECTED] wrote: On Fri, May 12, 2006, John Pattern wrote: Two questions: 1. Why OCSP_cert_to_id requires two certificates? Basically it should require only the certificate to be checked to construct an OCSP requ

OCSP

2006-05-11 Thread John Pattern
I want to generate a simple OCSP request. What are the steps I must follow using OpenSSL? Thank you for your help.__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: OCSP

2006-05-11 Thread John Pattern
Thanks. I will take a look at ocsp.c.Brad Hards [EMAIL PROTECTED] wrote: On Thursday 11 May 2006 23:38 pm, John Pattern wrote: I want to generate a simple OCSP request. What are the steps I must follow using OpenSSL? Thank you for your help.There is an openssl tool to do so - see:http