Skip to content

Comments

bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.#6163

Closed
dot-asm wants to merge 1 commit intoopenssl:OpenSSL_1_1_0-stablefrom
dot-asm:bn-mont-110
Closed

bn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.#6163
dot-asm wants to merge 1 commit intoopenssl:OpenSSL_1_1_0-stablefrom
dot-asm:bn-mont-110

Conversation

@dot-asm
Copy link
Contributor

@dot-asm dot-asm commented May 2, 2018

Montgomery multiplication post-conditions in some of code paths were
formally non-constant time. Cache access pattern was result-neutral,
but a little bit asymmetric, which might have produced a signal [if
processor reordered load and stores at run-time].

Reviewed-by: Rich Salz [email protected]
(Merged from #6141)

(cherry picked from commit 774ff8f)

Montgomery multiplication post-conditions in some of code paths were
formally non-constant time. Cache access pattern was result-neutral,
but a little bit asymmetric, which might have produced a signal [if
processor reordered load and stores at run-time].

Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#6141)

(cherry picked from commit 774ff8f)
@dot-asm dot-asm added branch: 1.0.2 Applies to OpenSSL_1_0_2-stable branch (EOL) 1.1.0 labels May 2, 2018
@richsalz richsalz added the approval: done This pull request has the required number of approvals label May 3, 2018
@dot-asm
Copy link
Contributor Author

dot-asm commented May 3, 2018

For the record, red cross from travis is unrelated, busted[?] gcc-5 package.

levitte pushed a commit that referenced this pull request May 4, 2018
Montgomery multiplication post-conditions in some of code paths were
formally non-constant time. Cache access pattern was result-neutral,
but a little bit asymmetric, which might have produced a signal [if
processor reordered load and stores at run-time].

Reviewed-by: Rich Salz <[email protected]>
(Merged from #6163)

(cherry picked from commit 774ff8f)

Resolved conflicts in ppc-mont.pl and x86_64-mont.pl.
levitte pushed a commit that referenced this pull request May 4, 2018
Montgomery multiplication post-conditions in some of code paths were
formally non-constant time. Cache access pattern was result-neutral,
but a little bit asymmetric, which might have produced a signal [if
processor reordered load and stores at run-time].

Reviewed-by: Rich Salz <[email protected]>
(Merged from #6163)

(cherry picked from commit 774ff8f)

Resolved conflicts in ppc-mont.pl and x86_64-mont.pl.

(cherry picked from commit d067ba3)
@dot-asm dot-asm closed this May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval: done This pull request has the required number of approvals branch: 1.0.2 Applies to OpenSSL_1_0_2-stable branch (EOL)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants