RE: Decrypting encrypted e-mail in OE 5

2001-10-18 Thread Angus Lee
e decrypted in Outlook Express. What do Netscape and IE actually do during the process of import/export PKCS#12 file? The same digital certificate, but different outcome. Please help me to solve this problem. Thank you. Angus Lee --- Get

RE: Decrypting encrypted e-mail in OE 5

2001-10-16 Thread Angus Lee
encrypted e-mail sent by W. Just want to more information: Netscape 4.78 has no such problem. Is there any incompatibilities between Netscape and IE when dealing with encrypted e-mail? I scanned the web and found that there're some S/MIME version 2 or version 3 stand

Decrypting encrypted e-mail in OE 5

2001-10-16 Thread Angus Lee
se digital certificates issued by Thawte. I guess there may be something wrong with my CA setup. Please also find the openssl.cnf I use for my own CA. Thank you very much. Angus Lee --- Get Your Free Email at http://www.hknetmail.com openssl.cnf D

Parsing CRL

2000-09-27 Thread Angus Lee
local file, then the plug-in would parse the CRL and mark any digital certificates in its store as revoked accordingly. Is there any function in OpenSSL that allows me to parse a CRL and mark a particular digital certificate as revoked? Angus Lee --

RE: Verify signature of a multipart message

2000-09-18 Thread Angus Lee
look Express. He accidentally sent both plain text and HTML format to me. So the message is a multipart message, but I could verify the digital signature without any problem. By the way, my colleague used a digital certificate generated using OpenSSL to si

RE: Verify signature of a multipart message

2000-09-17 Thread Angus Lee
> Can you send me a copy of the message and/or signature. The signed but > decrypted version that is? b4dec.txt is the original signed and encrypted message, while afterdec.txt is what I got after decryption. cityuca.pem is the CA certificate of the signer. > What version of Netscape

Verify signature of a multipart message

2000-09-15 Thread Angus Lee
ything wrong with my code? Angus Lee --- Get Your Free Email at http://www.hknetmail.com __ OpenSSL Project http://www.openssl.org User

BIO_flush() vs BIO_reset()

2000-08-17 Thread Angus Lee
that is signed by, say, CA 1. Now I have a handful of certificates which may belongs to some CA's or persons. Can I find out the certificate of CA 1 from all the certificates in my hand? Thank you. Angus Lee --- Get Your Free Email at

Test if it is a CA cert

2000-08-09 Thread Angus Lee
Hi, Is there any function in OpenSSL that allows me to test if a given certificate is a CA cert or not? Thank you. Angus Lee --- Get Your Free Email at http://www.hknetmail.com

RE: sk_pop_free() cannot convert parameter 2

2000-07-24 Thread Angus Lee
the sample code that would convert PKCS#12 file to PEM format. I'm nor very familiar with the API's in OpenSSL. What I do now is copy from the code segment of pkcs12.c in OpenSSL 0.9.5a. Thank you. Angus Lee --

PKCS12 unpack error

2000-07-18 Thread Angus Lee
of the functions with this name in scope match the target type I use OpenSSL 0.9.5a compiled using VC6 on Win98SE. What's wrong? Thank you. Angus Lee --- Get Your Free Email at http://www.hknetmail.com __

A CA's certificate?

2000-07-14 Thread Angus Lee
ertificate? Angus Lee --- Get Your Free Email at http://www.hknetmail.com __ OpenSSL Project http://www.openssl.org User Support Ma

RE: Use public key and private key in certificate

2000-03-21 Thread Angus Lee
ME_get_entry(name, i); common_name = X509_NAME_ENTRY_get_data(ne); } --- i is -1 in my server program running on Caldera OpenLinux 2.3. The same code produces i >= 0 on Windows NT with the same set of input. Angus Lee --

RE: Use public key and private key in certificate

2000-03-20 Thread Angus Lee
y from Netscape's db, is it possible to use any openssl functions to do any public key encryption? Angus Lee --- Get Your Free Email at http://www.hknetmail.com

Use public key and private key in certificate

2000-03-20 Thread Angus Lee
Hi, Each certificate has a pair of public key and private key associated with it. Can I extract the public key and private key from it to do encryption, signing, and decryption? Does openssl support any kind of encryption and decryption like PGPsdk? Angus Lee

X509_NAME_get_index_by_OBJ return -1

2000-03-17 Thread Angus Lee
i = X509_NAME_get_index_by_OBJ(name, obj, last); if (i >= 0) { ne = X509_NAME_get_entry(name, i); common_name = X509_NAME_ENTRY_get_data(ne); } /* more code follows */ } Angus Lee --- Get Your Free Email at http://www.hknet

Off-topic: db_dump185 compile error

2000-03-12 Thread Angus Lee
_dump185 to dump out the contents of cert7.db? Do I need to include any libraries or C include files? Angus Lee --- Get Your Free Email at http://www.hknetmail.com __

error creating serial number index

2000-02-23 Thread Angus Lee
mation like: V 100223091809Z 01 unknown /CN=Guest [EMAIL PROTECTED] However my program won't have those information after unknwon. Later when I try to sign another certificate request, "error creating serial number index" occured. Any problem cuased th

RE: Certificate Request

2000-02-22 Thread Angus Lee
FREE. And you get source code, you get >examples, you get many other applications which use OpenSSL from >which you can learn... (yes, docs would be nice, so volunteer >and write them...) I do appreciate everyone here helping me alot all the time. Angus Lee --

API to Generate X.509 Certificate ...

1999-01-17 Thread Angus Lee
Hi, I'm a final year Computer Science student. I'm trying to use openssl to generate X.509 certificate in my program, but I couldn't found any API to do so. Does openssl have any API for me to generate X.509 certificate in my C program? Thanks. Angus Lee &l