x509

2000-12-11 Thread Aaron Galea
Hi, Not sure whether this question is in its appropriate place but I have a problem when creating a certificate Payload in ISAKMP. In RFC2408 it mentions 3 types of X.509 certificates, mainly: X.509 Certificate - Signature 4 X.509 Certificate - Key Exchange 5 x.509

Re: Compilation Errors on Winnt

2000-11-29 Thread Aaron Galea
During Winnt compilation it gives you a number of unresolved externals. The best way is to create a library "crypto.lib" and ensure you set up all the correct paths in the settings. Quite a tedious task!!! - Original Message - From: "Louis Lam" [EMAIL PROTECTED] To: [EMAIL PROTECTED];

DSA vs RSA

2000-11-28 Thread Aaron Galea
Hi, I am not sure whether you require to generate two CAs for creating DSA and RSA certificates. The problem is that if I create the CA certificate and key file using RSA I would not be using the file containing the dsa parameters and may be it fails during signing of certificate requests.

Re: .CRT

2000-11-27 Thread Aaron Galea
Thanks everyone for the help about .Crt Aaron - Original Message - From: "Massimiliano Pala" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 27, 2000 6:22 PM Subject: Re: .CRT Aaron Galea wrote: Hi, Hi, Does anyone know how to read a .crt certificat

PEM_read_X509

2000-11-23 Thread Aaron Galea
Hi, I am compiling all the openssl files under VC++ and creating a number of libraries that I can include to compile the programs. However I am having problems with PEM_read_X509 when compilingthe .c files of the openssl. The error is "Not enough actual Parameters". Has anyone experienced