Actions
Bug #8221
closed2 AES-128-GCM (probably same in AES-256-GCM) bug?
    Bug #8221:
    2 AES-128-GCM (probably same in AES-256-GCM) bug?
  
Description
- 
OpenSSL::Cipher::AES.new(128, :GDM) doesn't work
 - 
You can't set iv before key
 
Sample code here.
https://gist.github.com/nov/5311749
Actions