You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dapeng Sun (JIRA)" <ji...@apache.org> on 2017/11/20 07:32:01 UTC

[jira] [Resolved] (CRYPTO-60) opensslCipher support GCM mode

     [ https://issues.apache.org/jira/browse/CRYPTO-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dapeng Sun resolved CRYPTO-60.
------------------------------
    Resolution: Fixed

Thank Xianda for the contribution!
{noformat}
commit aad8c55a43f72d7869d704a44b42557bb634baf2
Author: Xianda Ke <xi...@intel.com>
Date:   Mon Nov 20 07:57:14 2017 +0800

    CRYPTO-60: opensslCipher support GCM mode
    
    Closes #70 from kexianda/gcm3
{noformat}

> opensslCipher support GCM mode 
> -------------------------------
>
>                 Key: CRYPTO-60
>                 URL: https://issues.apache.org/jira/browse/CRYPTO-60
>             Project: Commons Crypto
>          Issue Type: Sub-task
>            Reporter: Xianda Ke
>            Assignee: Xianda Ke
>         Attachments: gcm_design_doc.pdf
>
>
> The interface would look like JCE. In encryption mode,  the authenticated tag information is appended at the end of output. 
> In decryption mode, the authenticated tag should appended at the end of input. If the encrypted data is tampered, it will throw an AEADBadTagException.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)