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 500 Mhz computer.

This seems excessively slow. 

PEM_read_bio_PKCS7() works fine for me, even when interfaced
with Python, i.e., not in straight C.

Let me make a wild guess - some bits of your application is waiting
for DNS name resolution?

-- 
Ng Pheng Siong <[EMAIL PROTECTED]> * http://www.post1.com/home/ngps

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

Reply via email to