Remove me from the mailing list please

2002-11-27 Thread Rohit Kumar
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

RE: Problem with PKCS7 encoding and Capicom

2002-10-21 Thread Rohit Kumar
-Original Message-From: Rohit Kumar [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 19, 2002 1:05 AMTo: [EMAIL PROTECTED]Subject: Problem with PKCS7 encoding and Capicom Hi, I am trying to make pkcs7 encryption work with capicom of Microsoft. I am

Problem with PKCS7 encoding and Capicom

2002-10-19 Thread Rohit Kumar
Title: Message Hi, I am trying to make pkcs7 encryption work with capicom of Microsoft. I am facing problem in it. Steps I am taking: i) I am getting a DER encoded certificate from a MS client ii) I encrypt the data on server with certificate using PHP function openssl_pkcs7_encrypt()

Observation about pkcs12 certificate generation

2002-09-26 Thread Rohit Kumar
Hello friends, I am a newbee. I am trying to create a pkcs12 certificate using the following command. openssl pkcs12 -export -out file1.pkcs12 -in file2.crt -inkey "some value" -passin pass:value1 -passout pass:value2. It generates a file1.pkcs12 certificate correctly. On the next