CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/08/27 01:18:40
Modified files:
lib/libcrypto/rsa: rsa_eay.c
Log message:
rsa_eay: Replace handrolled BN_bn2binpad with the real thing
Just a tiny little bit of lipstick on this entelodont. This is simpler
and does not change behavior as BN_bn2binpad() returns -1 on failure and
num on success.
jsing points out that BN_bn2binpad() is constant time.
ok jsing kenjiro
PS: henning, you owe me a significant amount of quality beverages for
making me look at this particular tire fire (and corresponding XS files).