> The newly expanded team has been energetically organizing and discussing
> future directions for OpenSSL. A "roadmap" outlining some of the
> conclusions of those discussions has been posted at:
>
> https://www.openssl.org/about/roadmap.html
> ...
Would the project consider moving to C99 so all values can be declared
and initialized to a known state when they are needed? It should avoid
accidental use of uninitialized variables and make audits easier.
Plus, its the optimizer's job to remove unneeded initializations (dead
stores), so no one should object for performance reasons.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [email protected]