Re: OpenSSL and SCEP

2000-03-10 Thread dave madden
=>From: "Mark E. Schoneman" <[EMAIL PROTECTED]> =>... =>Ok you got my curiosity up. We have Cisco, we've got openssl so I tried it. =>[...] =>Found a vaild cert but no request. What did you do different to find the =>request? The PIX sends a self-signed certificate instead of a certificate

Re: OpenSSL and SCEP

2000-03-10 Thread Vadim Fedukovich
On Fri, Mar 10, 2000 at 10:31:57AM -0600, Mark E. Schoneman wrote: > ... > Using pkcs7 command, went looking for some certs. Found > ... > Found a vaild cert but no request. What did you do different to find the > request? Request should be in pkcs7 payload and the cert you found is self-signed.

RE: OpenSSL and SCEP

2000-03-10 Thread Mark E. Schoneman
Dave wrote: >ertificate request as sent by a Cisco PIX firewall, but I have not >yet been able to generate the appropriate replies. >To unpack the request, take the "message" parameter that is sent in >the URL query string, BASE64-decode it, and pipe it to "openssl pkcs7 >inform der -print_cer

Re: OpenSSL and SCEP

2000-03-07 Thread Corrado Derenale
Hi, i'working on it right now for my thesis, but i'm at the beginning. I've just obtained th req pkcs10 from the router with a simple cgi and a simple routine which unpack the envelopedData inside the signedData sent from the router. We can coordinate ourself and work togheter if u want. Bye

Re: OpenSSL and SCEP

2000-03-06 Thread dave madden
=>From: [EMAIL PROTECTED] =>... =>Has anyone done any SCEP work with OpenSSL? I need to receive a =>PKCS#10 certificate request from a client and use SCEP to get a =>certificate from a CA. I've got some of the work done, but I guess =>there's no need to reinvent the wheel if there's open sou

Re: OpenSSL and SCEP

2000-03-06 Thread Massimiliano Pala
[EMAIL PROTECTED] wrote: > > Has anyone done any SCEP work with OpenSSL? I need to receive a > PKCS#10 certificate request from a client and use SCEP to get a > certificate from a CA. I've got some of the work done, but I guess > there's no need to reinvent the wheel if there's open source stuff

OpenSSL and SCEP

2000-03-06 Thread tormala
Has anyone done any SCEP work with OpenSSL? I need to receive a PKCS#10 certificate request from a client and use SCEP to get a certificate from a CA. I've got some of the work done, but I guess there's no need to reinvent the wheel if there's open source stuff available. Fred Tormala ___