[
https://issues.apache.org/jira/browse/PIRK-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417248#comment-15417248
]
ASF GitHub Bot commented on PIRK-29:
------------------------------------
GitHub user ellisonanne opened a pull request:
https://github.com/apache/incubator-pirk/pull/55
[PIRK-29]: User should be notified when attempting to decrypt with wrong
querier.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ellisonanne/incubator-pirk PIRK-29
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-pirk/pull/55.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 #55
----
commit 74a6f11a1af491cc3b722af3fbb25b9342025b64
Author: ellisonanne <[email protected]>
Date: 2016-07-29T19:45:21Z
Merge pull request #5 from apache/master
up
commit 42f3e8400f810377a4bae06638fc13c0e37707f3
Author: ellisonanne <[email protected]>
Date: 2016-07-31T17:47:15Z
Merge pull request #6 from apache/master
updating fork
commit 887358883d26940845a3486b0dc87cd0cc6c3807
Author: ellisonanne <[email protected]>
Date: 2016-08-01T13:06:35Z
Merge pull request #7 from apache/master
up
commit 2ad5c619084af2517cd135374f93be20410cc45c
Author: ellisonanne <[email protected]>
Date: 2016-08-02T16:22:53Z
Merge pull request #8 from apache/master
updating fork
commit d3c6eeb37a0300ea882c0bb2bcd2939132e7e5cb
Author: Ellison Anne Williams <[email protected]>
Date: 2016-08-06T14:23:24Z
Merge pull request #9 from apache/master
updating fork
commit 381f3529f97fa38b7b06be015c7b82471c8b95d5
Author: Ellison Anne Williams <[email protected]>
Date: 2016-08-11T13:22:15Z
Merge pull request #10 from apache/master
updating fork
commit d1246c79504e6d728a77a95b0013913222762c0c
Author: eawilliams <[email protected]>
Date: 2016-08-11T13:34:00Z
added check in QuerierDriver for matching Querier query ID and Response
query ID upon decryption
----
> User should be notified when attempting to decrypt with wrong querier.
> ----------------------------------------------------------------------
>
> Key: PIRK-29
> URL: https://issues.apache.org/jira/browse/PIRK-29
> Project: PIRK
> Issue Type: Improvement
> Components: Querier
> Reporter: Chris Harris
> Assignee: Joseph Kovba
>
> Encrypting a query produces a Query and a Querier object that are saved as
> files. The Query file is then passed to the Responder and used to generate
> Response files, i.e. the encrypted results of the query. The user can then
> decrypt these results via the QuerierDriver after specifying the Querier file
> along with the Response file. If the user specifies an incorrect Querier
> file, meaning one different than the one that was produced alongside the
> Query file that was given to the driver, then decryption will produce no
> results. The problem is that the user will not know that there are no
> results as a result of an error, rather than that there were no legitimate
> results.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)