You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Yi Liu (JIRA)" <ji...@apache.org> on 2014/06/27 15:22:25 UTC

[jira] [Updated] (HADOOP-10734) Implementation of Secure random using JNI to OpenSSL

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

Yi Liu updated HADOOP-10734:
----------------------------

    Description: 
This JIRA is to implement Secure random using JNI to OpenSSL, and implementation should be thread-safe.

Utilize RdRand to return random numbers from hardware random number generator. It's TRNG(True Random Number generators) having much higher performance than {{java.security.SecureRandom}}. 

https://wiki.openssl.org/index.php/Random_Numbers
http://en.wikipedia.org/wiki/RdRand
https://software.intel.com/en-us/articles/performance-impact-of-intel-secure-key-on-openssl

  was:This JIRA is to implement Secure random using JNI to OpenSSL, and {{generateSecureRandom}} should be thread-safe.


> Implementation of Secure random using JNI to OpenSSL
> ----------------------------------------------------
>
>                 Key: HADOOP-10734
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10734
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: fs-encryption (HADOOP-10150 and HDFS-6134)
>            Reporter: Yi Liu
>            Assignee: Yi Liu
>             Fix For: fs-encryption (HADOOP-10150 and HDFS-6134)
>
>
> This JIRA is to implement Secure random using JNI to OpenSSL, and implementation should be thread-safe.
> Utilize RdRand to return random numbers from hardware random number generator. It's TRNG(True Random Number generators) having much higher performance than {{java.security.SecureRandom}}. 
> https://wiki.openssl.org/index.php/Random_Numbers
> http://en.wikipedia.org/wiki/RdRand
> https://software.intel.com/en-us/articles/performance-impact-of-intel-secure-key-on-openssl



--
This message was sent by Atlassian JIRA
(v6.2#6252)