You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/05 06:04:11 UTC

[GitHub] [rocketmq] ShadowySpirits opened a new pull request #1820: [ISSUE #1233] Fix CVE-2011-1473

ShadowySpirits opened a new pull request #1820: [ISSUE #1233] Fix CVE-2011-1473
URL: https://github.com/apache/rocketmq/pull/1820
 
 
   fix #1233
   
   Tested with OpenSSL 1.1.1
   before fixing:
   openssl s_client -connect 172.16.41.1:9876
   ...
   R
   RENEGOTIATING
   depth=0 CN = example.com
   verify error:num=18:self signed certificate
   verify return:1
   depth=0 CN = example.com
   verify return:1
   
   after fixing:
   openssl s_client -connect 172.16.41.1:9876
   ...
   R
   RENEGOTIATING
   140672690749888:error:1409444C:SSL routines:ssl3_read_bytes:tlsv1 alert no renegotiation:../ssl/record/rec_layer_s3.c:1528:SSL alert number 100

----------------------------------------------------------------
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] [rocketmq] coveralls commented on issue #1820: [ISSUE #1233] Fix CVE-2011-1473

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #1820: [ISSUE #1233] Fix CVE-2011-1473
URL: https://github.com/apache/rocketmq/pull/1820#issuecomment-595052446
 
 
   
   [![Coverage Status](https://coveralls.io/builds/29143805/badge)](https://coveralls.io/builds/29143805)
   
   Coverage increased (+0.03%) to 50.889% when pulling **25e001686b8095eb12a4e6dc0e6677f3bb186afb on ShadowySpirits:master** into **b84b15febd9bed1569344ab6133fefb011fc2f3c on apache:develop**.
   

----------------------------------------------------------------
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