JDK-8181594 : Efficient and constant-time modular arithmetic
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 7,8,11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-06-05
  • Updated: 2023-09-05
  • Resolved: 2018-05-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 7 JDK 8 Other
11 b13Fixed 7u231Fixed 8u221Fixed openjdk7uFixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Blocks :  
Relates :  
Relates :  
Description
The design of some modern cryptographic algorithms enables the use of efficient and constant-time modular arithmetic that avoids carry operations by using a sparse representation. This arithmetic should go in a library that can be reused by multiple cryptographic algorithm implementations. This library will not have a public API, so it should only be used by the Sun providers. 
Comments
URL: http://hg.openjdk.java.net/jdk/jdk/rev/d213d70182a9 User: apetcher Date: 2018-05-08 13:23:03 +0000
08-05-2018