You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pirk.apache.org by tellison <gi...@git.apache.org> on 2016/07/18 12:06:04 UTC

[GitHub] incubator-pirk pull request #7: [PIRK-2] Enhance Pallier acquisition of PRNG...

GitHub user tellison opened a pull request:

    https://github.com/apache/incubator-pirk/pull/7

    [PIRK-2] Enhance Pallier acquisition of PRNG provider.

    As suggested, this moves the spec for the secure random into the Pirk properties file.
    Note that I have left the provider commented out at the moment, to ensure it works on a broad selection of Java runtimes, and is as close to the original code intent as possible.
    
    In production users would likely specify a secure system PRNG, or specify both algorithm and provider in the Pirk properties file.  Therefore I would not object to commenting out both properties by default ;-)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tellison/incubator-pirk pirk-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-pirk/pull/7.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 #7
    
----
commit 15f98ec9da94d3780b6cd9e4e9093a3f6e2f2972
Author: Tim Ellison <t....@gmail.com>
Date:   2016-07-14T08:57:14Z

    [PIRK-2] Load Pallier's PRNG statically and from any provider.

commit 063f12d5fc189426bf5537844aac7c81da13b28b
Author: Tim Ellison <t....@gmail.com>
Date:   2016-07-18T11:17:26Z

    Merge branch 'master' of https://github.com/apache/incubator-pirk into pirk-2

commit 74d06d83d63b1ee57addb0dfbcee33693fbe9fe7
Author: Tim Ellison <t....@gmail.com>
Date:   2016-07-18T11:54:17Z

    Move the selection of secure PRNG to the properties file.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-pirk pull request #7: [PIRK-2] Enhance Pallier acquisition of PRNG...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-pirk/pull/7


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-pirk issue #7: [PIRK-2] Enhance Pallier acquisition of PRNG provid...

Posted by eawiliams <gi...@git.apache.org>.
Github user eawiliams commented on the issue:

    https://github.com/apache/incubator-pirk/pull/7
  
    Oops -- hit 'comment' too early - the two options 'pallier.secureRandom.algorithm' and 'pallier.secureRandom.provider' should be effectively added to the QuerierDriverCLI


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-pirk issue #7: [PIRK-2] Enhance Pallier acquisition of PRNG provid...

Posted by eawiliams <gi...@git.apache.org>.
Github user eawiliams commented on the issue:

    https://github.com/apache/incubator-pirk/pull/7
  
    +1 -- looks really good :)
    
    The (effective) option (pallier.secureRandom.provider) should also be added to the QuerierDriverCLI -- I am happy to do this once this pull request is merged and closed.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-pirk issue #7: [PIRK-2] Enhance Pallier acquisition of PRNG provid...

Posted by clharris <gi...@git.apache.org>.
Github user clharris commented on the issue:

    https://github.com/apache/incubator-pirk/pull/7
  
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---