Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CE027200B67 for ; Tue, 16 Aug 2016 23:16:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC8F9160AA8; Tue, 16 Aug 2016 21:16:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45D9E160A74 for ; Tue, 16 Aug 2016 23:16:31 +0200 (CEST) Received: (qmail 68500 invoked by uid 500); 16 Aug 2016 21:16:30 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 68489 invoked by uid 99); 16 Aug 2016 21:16:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 21:16:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA9C1E0243; Tue, 16 Aug 2016 21:16:29 +0000 (UTC) From: toddpalino To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #1747: KAFKA-4050: Allow configuration of the PRNG used f... Content-Type: text/plain Date: Tue, 16 Aug 2016 21:16:29 +0000 (UTC) archived-at: Tue, 16 Aug 2016 21:16:32 -0000 GitHub user toddpalino opened a pull request: https://github.com/apache/kafka/pull/1747 KAFKA-4050: Allow configuration of the PRNG used for SSL Add an optional configuration for the SecureRandom PRNG implementation, with the default behavior being the same (use the default implementation in the JDK/JRE). You can merge this pull request into a Git repository by running: $ git pull https://github.com/toddpalino/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1747.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 #1747 ---- commit 4d101bdf5faf58fb2e0e54c0848133cc9deda6ef Author: Todd Palino Date: 2016-08-16T20:58:34Z Make the SecureRandom implementation configurable commit 4793b69b3287b0f4fc8905aa62608e5b64f57f90 Author: Todd Palino Date: 2016-08-16T20:58:52Z Add a note in the docs about setting the SecureRandom PRNG implementation ---- --- 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. ---