On Mon, Apr 17, 2000 at 09:32:48AM +0200, Niclas Ridefjord (QRA) wrote:
> I'm developing a S/MIME module where I'm using the function
> PEM_read_bio_PKSC7() to create a PKCS #7 structure from a signed entity...
> I takes about 50 sec to get the PKCS 7 structure out of a 600 k file on
> a P II 50
Niclas Ridefjord (QRA) wrote:
>
> Hi!
> I'm developing a S/MIME module where I'm using the function PEM_read_bio_PKSC7() to
>create a PKCS #7 structure from a signed entity. I have started out from the example
>crypto/pkcs7/verify.c. The problem is that this function seems to be very slow. Is