Re: AW: Database file structure

2007-05-26 Thread domi
Thank you Bernhard/ Ted (?), that is exactly what I was looking for. For everyone who wants to know the time format: start reading Bernhards link from behind. Best regards Dominic Bernhard Froehlich wrote: Have a look at

Generating a smime certificate

2007-05-26 Thread Mick
Hi All, I have been trying for some time now to generate a smime certificate that works in Kmail. Unfortunately, when I import it it shows some kind of error with certain extensions: = keyType: 4096 bit RSA subjKeyId: [?] authKeyId: [?]

Re: Generating a smime certificate

2007-05-26 Thread Marek Marcola
Hello, Some mail systems (eg Lotus Notes) requires proper extensions in certificates. Certificates without this extensions are not treated as candidates for signing/encryption. With default configuration OpenSSL certificates are created without extensions for signing and encryption. To change

Re: Generating a smime certificate

2007-05-26 Thread Mick
On Saturday 26 May 2007 19:55, Marek Marcola wrote: Hello, Some mail systems (eg Lotus Notes) requires proper extensions in certificates. Certificates without this extensions are not treated as candidates for signing/encryption. With default configuration OpenSSL certificates are created

Re: Generating a smime certificate

2007-05-26 Thread Marek Marcola
Hello, On Saturday 26 May 2007 19:55, Marek Marcola wrote: Hello, Some mail systems (eg Lotus Notes) requires proper extensions in certificates. Certificates without this extensions are not treated as candidates for signing/encryption. With default configuration OpenSSL certificates

Re: Generating a smime certificate

2007-05-26 Thread Victor Duchovni
On Sat, May 26, 2007 at 10:11:08PM +0200, Marek Marcola wrote: $ openssl x509 -in cert.pem -text -noout . . X509v3 extensions: X509v3 Basic Constraints: CA:FALSE X509v3 Key Usage: Digital Signature, Non Repudiation, Key

Re: Generating a smime certificate

2007-05-26 Thread Mick
On Saturday 26 May 2007 21:11, Marek Marcola wrote: Check that you really have proper extensions in certificate: $ openssl x509 -in cert.pem -text -noout . . X509v3 extensions: X509v3 Basic Constraints: CA:FALSE X509v3 Key Usage:

Re: Generating a smime certificate

2007-05-26 Thread Mick
On Saturday 26 May 2007 21:38, Victor Duchovni wrote: On Sat, May 26, 2007 at 10:11:08PM +0200, Marek Marcola wrote: $ openssl x509 -in cert.pem -text -noout . . X509v3 extensions: X509v3 Basic Constraints: CA:FALSE X509v3 Key

Newbie build question

2007-05-26 Thread Sumati Gupta
Hi, This is a newbie question: I downloaded the openssl source and built libssl and libcrypto with the linux-debug-elf option. I removed the efence library from the make file since I don't have it. Now when I link the two libs with my app, I get a whole bunch of links errors like:

Re: Newbie build question

2007-05-26 Thread Sumati Gupta
Please ignore. My silly mistake. Got it to build. Sumati Gupta [EMAIL PROTECTED] wrote: Hi, This is a newbie question: I downloaded the openssl source and built libssl and libcrypto with the linux-debug-elf option. I removed the efence library from the make file since I don't have it. Now

Re: Generating a smime certificate

2007-05-26 Thread Victor Duchovni
On Sun, May 27, 2007 at 12:13:38AM +0100, Mick wrote: On Saturday 26 May 2007 21:38, Victor Duchovni wrote: On Sat, May 26, 2007 at 10:11:08PM +0200, Marek Marcola wrote: $ openssl x509 -in cert.pem -text -noout . . X509v3 extensions: X509v3 Basic