On Tue, Aug 17, 2010, kartik rustagi wrote: > Thanks for replying. Can you be more specific about which option to add in > ./configure in order to have md2 enabled? >
If you are using OpenSSL 1.0.0 or later then enable-md2 will do the trick, this option has no effect on 0.9.8 which includes md2 by default. You can't lookup md2 or use it for certificate verification since it has now been removed from the default algorithms tables for security reasons. If you want to use md2 for certificate verification for testing purposes you need to add the algorithm explicitly with: EVP_add_digest(EVP_md2()); Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org