You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/22 15:57:32 UTC

[GitHub] [pulsar] jiazhai opened a new pull request #6588: [WIP]: Support BouncyCastle FIPS provider

jiazhai opened a new pull request #6588: [WIP]: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588
 
 
   
   ### Motivation
   
   Try to support both "org.bouncycastle.jce.provider.BouncyCastleProvider" and  "org.bouncycastle.jcajce.provider.BouncyCastleFipsProvider".
   
   Since they are used in both broker and client, need to make it easy config. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] tuteng commented on issue #6588: Support BouncyCastle FIPS provider

Posted by GitBox <gi...@apache.org>.
tuteng commented on issue #6588: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588#issuecomment-604779785
 
 
   /pulsarbot run-failure-checks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] kemburi commented on issue #6588: Support BouncyCastle FIPS provider

Posted by GitBox <gi...@apache.org>.
kemburi commented on issue #6588: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588#issuecomment-606504366
 
 
   can we get maven relase of the same  @jiazhai, so that we can consume into our projects? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] kemburi commented on issue #6588: Support BouncyCastle FIPS provider

Posted by GitBox <gi...@apache.org>.
kemburi commented on issue #6588: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588#issuecomment-606534937
 
 
   we need to test this as soon as possible, is there any intermitent bits kind of beta which can be refered for testing the changes?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] sijie merged pull request #6588: Support BouncyCastle FIPS provider

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #6588: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] sijie commented on issue #6588: Support BouncyCastle FIPS provider

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #6588: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588#issuecomment-606524167
 
 
   It will be included in 2.5.1 release, which is planned to release this week.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] sijie commented on issue #6588: Support BouncyCastle FIPS provider

Posted by GitBox <gi...@apache.org>.
sijie commented on issue #6588: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588#issuecomment-606545932
 
 
   @kemburi :
   
   you can use our weekly build: https://github.com/streamnative/pulsar/releases/tag/v2.6.0-347d3851b
   
   You can reference the build jar here:
   
   ```
   <repositories>
       <repository>
         <id>central</id>
         <layout>default</layout>
         <url>https://repo1.maven.org/maven2</url>
       </repository>
       <repository>
         <id>bintray-streamnative-maven</id>
         <name>bintray</name>
         <url>https://dl.bintray.com/streamnative/maven</url>
       </repository>
     </repositories>
   ```
   
   Use the version `2.6.0-347d3851b`.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] jiazhai commented on issue #6588: Support BouncyCastle FIPS provider

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #6588: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588#issuecomment-604780180
 
 
   /pulsarbot run-failure-checks
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [pulsar] tuteng commented on issue #6588: Support BouncyCastle FIPS provider

Posted by GitBox <gi...@apache.org>.
tuteng commented on issue #6588: Support BouncyCastle FIPS provider 
URL: https://github.com/apache/pulsar/pull/6588#issuecomment-605378054
 
 
   @sijie @codelipenghui PTAL

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services