DescriptionRefactor RSA key generation for WebCrypto's NSS implementation.
This refactor extracts common functionality to simplify adding the equivalent OpenSSL implementation:
* Extracts the conversion of public exponent from a big integer to an unsigned integer
* Restricts key sizes to multiples of 8, between 256 and 16K. This is the more restrictive range supported by NSS.
BUG=389317
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285532
Patch Set 1 : #
Total comments: 6
Patch Set 2 : Address rsleevi comments #Patch Set 3 : rebase onto master #Patch Set 4 : Cleanups #Patch Set 5 : #Patch Set 6 : rebase #
Total comments: 2
Patch Set 7 : rebase and address commet #Patch Set 8 : fix bad merge #
Messages
Total messages: 10 (0 generated)
|