web : www.targusinfo.com _____
-Original Message- From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Wang, Kate Sent: Tuesday, November 13, 2001
6:37 PM To: '[EMAIL PROTECTED]';
'
Hi,
Has anyone been able to build openssl on HP using aCC(c++) compiler?
Thanks.
kate
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Auto
Hi all,
In my application, I called PKCS7_encrypt() to encrypt a document. When I
call
PEM_write_bio_PKCS7(out, p7) to write the encrypted document out to a file,
the encrypted content always
has
--- BEGIN PKCS7 ---
--- END PKCS7 ---
wrapped arround it. And when I call PKCS7_decrypt(), it alwa
Hi, all,
Could anyone give me some advice on how to convert a PKCS8 private key into
a RSA private key?
Will openssl pkcs8 do the trick?
The reason I ask is that we used RSA BSAFE SSL-J library before and now we
switched to openssl in our application, We need a conversion tool to convert
old p
Hi, all,
I am a new user to Openssl, sorry for the naive question.
What is the exact command used to change PKCS12 password using Openssl?
Thanks.
Kate
__
OpenSSL Project http://www.openssl.org
Hi Steve,
Thanks for your quick response. It makes a lot sense to me now.
I have tow follow up questions, though.
1) I guess the way to include all intermediate certs in signature is like
this
openssl smime -sign -signer signer.pem -certfile ca2.pem -in test.txt -out
test.signed
I tried to a