[openssl-dev] [openssl.org #4518] OpenSSL-1.1.0-pre5 RSA_set0_key and related RSA_get0_*, RSA_set0_*, DSA_set0_* and DSA_get0_* problems

Salz, Rich via RT rt at openssl.org
Mon Apr 25 13:19:38 UTC 2016


No, he means setting the same value twice.  For example, making this change:
    If (r=->n != n) BN_free(r->n);
    If(r->e != e) BN_free(r->e);
    If (r->d != d) BN_free(r->d);

I agree it shouldn't happen, but do we want to protect against that?  I could be convinced either way.


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4518
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list