> >> I am using a partly modified PKCS7 enc.c and dec.c for
> >> encrypting and decrypting documents.
> >> When encrypting an 8,5MB file it takes about 1 minute,
> >> however when decrypting it the time runs up to 20  minutes.
> >Which platform? Which compiler? What does './config -t' say?
> './config -t' says:
>   Operating system: sun4u-sun-solaris2
>   gcc version egcs-2.90.x
>   Configuring for solaris-usparc-oldgcc
I managed to reproduce it on 0.9.3[a] as this's what you must have. This
-oldgcc thing was fixed and usparc was changed to sparcv9 in 0.9.4. I
experience much bigger differences in execution times. I managed to
./crypto/pkc7/enc 12MB file in 8 seconds, while dec took over 8 minutes.
You mentioned it was "partly modified". Can you post your code? If it's
big, then post it to me, I'll summarize. Did you try it with 0.9.4? I
didn't manage to compile ./crypto/pkc7/[enc|dec].c just yet...

Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to