You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/01/05 10:37:33 UTC

[GitHub] [trafficserver] maskit opened a new pull request #8578: Add SSLSessionDup for older OpenSSL and BoringSSL

maskit opened a new pull request #8578:
URL: https://github.com/apache/trafficserver/pull/8578


   PR #8498 uses `SSL_SESSION_dup` which is available since OpenSSL 1.1.1. I only confirmed BoringSSL build is broken, but it probably doesn't build with older OpenSSL as well.
   
   This PR introduces a wrapper function for `SSL_SESSION_dup`, and it mimics the behavior of `SSL_SESSION_dup` if the function is unavailable. I didn't test the implementation very seriously, but it should work if I understand the code before #8498.


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

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] traeak merged pull request #8578: Add SSLSessionDup for older OpenSSL and BoringSSL

Posted by GitBox <gi...@apache.org>.
traeak merged pull request #8578:
URL: https://github.com/apache/trafficserver/pull/8578


   


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

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] maskit commented on pull request #8578: Add SSLSessionDup for older OpenSSL and BoringSSL

Posted by GitBox <gi...@apache.org>.
maskit commented on pull request #8578:
URL: https://github.com/apache/trafficserver/pull/8578#issuecomment-1005698600


   [approve ci autest]


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

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] zwoop commented on pull request #8578: Add SSLSessionDup for older OpenSSL and BoringSSL

Posted by GitBox <gi...@apache.org>.
zwoop commented on pull request #8578:
URL: https://github.com/apache/trafficserver/pull/8578#issuecomment-1021677760


   Cherry-picked to v9.2.x


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

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org