flomesh-io / pipy

Pipy is a programmable proxy for the cloud, edge and IoT.
https://flomesh.io/pipy
Other
743 stars 70 forks source link

Use OpenSSL 3 #160

Closed chenrui333 closed 6 months ago

chenrui333 commented 8 months ago

OpenSSL 1.1.1 is already EOL this September, https://www.openssl.org/blog/blog/2023/09/11/eol-111/, needs to update the build to use OpenSSL 3

pajama-coder commented 8 months ago

@chenrui333 Thank you for reminding us about the EOL of OpenSSL 1.1.1. We have been long planning to migrate to OpenSSL 3 ever since its first release. Now that the old 1.1.1 is coming to an end, it's a perfect time for us to move on to version 3 as soon as possible. We'll probably make that move in the next minor release. Stay tuned.

pajama-coder commented 6 months ago

@chenrui333 We have now migrated to OpenSSL 3 starting from commit 4ec6da38ff21a82cdc2326743678f9d676b40764. Please feel free to try it out and give us your feedback.