Re: Performance problems when using PEM_read_bio_PKCS7()

2000-04-17 Thread Ng Pheng Siong
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

Re: Performance problems when using PEM_read_bio_PKCS7()

2000-04-17 Thread Dr Stephen Henson
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