Re: engine's performance (what's wrong?)

2003-01-29 Thread Geoff Thorpe
Hi, * Aleix Conchillo Flaque ([EMAIL PROTECTED]) wrote: > > as you can see, hardware is slower. my box is an Intel P4 at 1,4 GHz and > is a bit faster than the processors in the nShiled (i think the model > i'm trying is one of the worstest). i've tried the hardware version of > my program with a

Re: Does SMIME support html content

2003-01-29 Thread Dr. Stephen Henson
On Wed, Jan 29, 2003, marcus.carey wrote: > Is it possible to send html content using SMIME_write_PKCS7()? Well if you mean can the signed or encrypted data be HTML or indeed any other type then yes. You have to supply your own MIME headers and pass the data to PKCS7_sign() or PKCS7_encrypt() as

Re: engine's performance (what's wrong?)

2003-01-29 Thread Aleix Conchillo Flaque
hi, i'll definetly have a look at the old posts if i find them. :-) thank you very much for this mail. it has really helped me understanding a bit more of what i was doing. now, results really make sense. hardware disabled = openssl speed -elapsed signveri

Does SMIME support html content

2003-01-29 Thread marcus.carey
Is it possible to send html content using SMIME_write_PKCS7()?