On Thu, Sep 10, 2009, pankaj227 wrote: > > /Zi option needs to be added to CFLAGS. May be it can be considered as a > default option for debug builds of Windows in future releases of OpenSSL > since debugging normally requires stepping into the code. >
It is in 1.0.0. Note that a debugging version violates the security policy because you need to change the build process. That shouldn't matter because a production version of the library is normally used when a validated version is needed. Also note that debugging and in particular introducing breakpoints can intefere with the FIPS mode integrity test, meaning you get errors attempting to enter FIPS mode under a debugger. The test would need to be disabled while debuging. 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