Actions
Feature #10420
closedCannot set IV length to OpenSSL::Cipher
Feature #10420:
Cannot 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
Updated by zzak (zzak _) about 10 years ago
- Assignee set to 7150
Updated by rhenium (Kazuki Yamaguchi) over 9 years ago
- Related to Feature #8667: Unable to set OpenSSL GCM iv_length in Ruby added
Updated by rhenium (Kazuki Yamaguchi) over 9 years ago
- Tracker changed from Bug to Feature
- Status changed from Open to Closed
Thanks for providing a patch! I made it in a generic way. Please see:
Actions