randall commented on pull request #7298: URL: https://github.com/apache/trafficserver/pull/7298#issuecomment-717404270
> > License - OpenSSL 3.0 and the code on their master branch are licensed under AL2. Although I didn't check whether the current license is compatible with AL2, AL2 version would be safer option in terms of licensing. The code on master may be unstable so I'm also ok with using non-AL2 version for now as long as the license is compatible. > https://www.openssl.org/source/license.html The APIs/underlying structures have changed enough to make this not a trivial thing to do. This is not the first openssl code to be added to the project. It looks like parts of BIO_fastopen.cc is copied from the project into our tree. ``` commit d02e88eb0db871a14279da28af819b5f19a945ac Author: Leif Hedstrom <[email protected]> Date: Fri Feb 17 21:54:45 2017 -0700 Added the OpenSSL license ``` ---------------------------------------------------------------- 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: [email protected]
