Re: Unknown Digest Type

2004-05-11 Thread Antonio Andrés Espallardo
Thanks a lot. It was what you commentted. I added add_all_algorithms() and went well. Thanks again.  

RE: Unknown Digest Type

2004-05-11 Thread Travers, Paul
Hi,   It may be that you haven't added the digests in your application code.   When initialising OPenSSL it is necessary to add the digests and ciphers you intend to use - see the apps code ..add_all_digests or similar.   Regards, Paul. -Original Message-From: Antonio Andrés Espa