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 2020/07/13 18:45:30 UTC

[GitHub] [trafficserver] randall opened a new pull request #6998: Fixes use after free when boringssl is used (#6985)

randall opened a new pull request #6998:
URL: https://github.com/apache/trafficserver/pull/6998


   Ownership of the ca_list is transferred when SSL_CTX_set_client_CA_list
   is called. This change delays that transfer to after the elements are
   hashed.
   
   (cherry picked from commit be234547bde4bb50e7b05a0cae37a1efaa45eac6)
   
   Conflicts:
   	iocore/net/SSLUtils.cc


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



[GitHub] [trafficserver] zwoop merged pull request #6998: Fixes use after free when boringssl is used

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


   


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



[GitHub] [trafficserver] randall commented on pull request #6998: Fixes use after free when boringssl is used

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


   This is a backport of #6985 


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