Skip to content

Commit

Permalink
bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).
Browse files Browse the repository at this point in the history
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit 2fac86d)
  • Loading branch information
Andy Polyakov authored and mattcaswell committed Nov 10, 2016
1 parent 9ebcbbb commit 2a7dd54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crypto/bn/asm/x86_64-mont.pl
Expand Up @@ -1157,18 +1157,17 @@
mulx 2*8($aptr),%r15,%r13 # ...
adox -3*8($tptr),%r11
adcx %r15,%r12
adox $zero,%r12
adox -2*8($tptr),%r12
adcx $zero,%r13
adox $zero,%r13
mov $bptr,8(%rsp) # off-load &b[i]
.byte 0x67
mov $mi,%r15
imulq 24(%rsp),$mi # "t[0]"*n0
xor %ebp,%ebp # xor $zero,$zero # cf=0, of=0
mulx 3*8($aptr),%rax,%r14
mov $mi,%rdx
adox -2*8($tptr),%r12
adcx %rax,%r13
adox -1*8($tptr),%r13
adcx $zero,%r14
Expand Down

0 comments on commit 2a7dd54

Please sign in to comment.