On Fri Jan 29 17:59:59 2016, [email protected] wrote: > > Do you have plan to change the behavior of DSA_SIG_new() as well > to pre-create r and s? Currently both are NULL. >
That seems like a reasonable change. In 1.0.x we can't do that because it would result in compatibility issues. For 1.1.0 DSA_SIG will be made opaque at some point and a DSA_SIG_get0() function will be added and pre-allocating r and s simplifies the code. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
