[
https://issues.apache.org/jira/browse/TRAFODION-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15766216#comment-15766216
]
ASF GitHub Bot commented on TRAFODION-2228:
-------------------------------------------
GitHub user xwq opened a pull request:
https://github.com/apache/incubator-trafodion/pull/884
[TRAFODION-2228]fix shift/reduce conflict for AES_ENCRYPT/AES_DECRYPT
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xwq/incubator-trafodion aes_encrypt
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/884.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #884
----
commit 37fa8dc215c6b2af8ae274c12ba88257f40286e7
Author: Weiqing Xu <[email protected]>
Date: 2016-12-21T05:49:03Z
[TRAFODION-2228]fix shift/reduce conflict for AES_ENCRYPT/AES_DECRYPT
----
> add encryption functions for Trafodion
> --------------------------------------
>
> Key: TRAFODION-2228
> URL: https://issues.apache.org/jira/browse/TRAFODION-2228
> Project: Apache Trafodion
> Issue Type: Sub-task
> Reporter: liu ming
> Assignee: Weiqing Xu
>
> AES_DECRYPT() Decrypt using AES
> AES_ENCRYPT() Encrypt using AES
> ASYMMETRIC_DECRYPT() Decrypt ciphertext using private or public key
> ASYMMETRIC_DERIVE() Derive symmetric key from asymmetric keys
> ASYMMETRIC_ENCRYPT() Encrypt cleartext using private or public key
> ASYMMETRIC_SIGN() Generate signature from digest
> ASYMMETRIC_VERIFY() Verify that signature matches digest
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)