> We use the following patch on openSUSE to make sure that openssl
> uses non-executable stack by marking the assembler code as
> not requiring x-stack.
This was discussed earlier. Adding system specifics to code is not
directly desired for obvious reasons. Suggested alternative is configure
with extra argument:
./config -Wa,--noexecstack
For reference. This will be reflected in 'openssl version -a' output.
The method is adopted by Redhat. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]