Actions
Feature #10420
closedCannot set IV length to OpenSSL::Cipher
Status:
Closed
Assignee:
-
Target version:
-
Description
GCM cipher accepts variable iv length, but Ruby OpenSSL implementation does not provide a way to set it.
This is critical because ruby cannot decrypt cryptograms whose iv length is not 12 (openssl crypto default).
CCM's iv length is also variable, but CCM is not yet supported.
So my patch handles only GCM.
Files
Actions
Like0
Like0Like0Like0