RE: build in HP using aCC compiler

2001-11-14 Thread Wang, Kate
NY 14450 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]'; '[EMAIL PROTECTED]' Su

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]

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

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

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