RE: build in HP using aCC compiler

2001-11-14 Thread Wang, Kate
    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]'; '

build in HP using aCC compiler

2001-11-13 Thread Wang, Kate
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

output format of PKCS7

2001-10-04 Thread Wang, Kate
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

How to convert a PKCS8 private key to a RSA private key

2001-09-24 Thread Wang, Kate
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

change PKCS12 password

2001-08-16 Thread Wang, Kate
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

RE: OpenSSL SMIME Signature Verification Chain Trust vs. Direct Trust

2001-07-29 Thread Wang, Kate
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