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/11/30 07:19:57 UTC

[GitHub] [trafficserver] maskit opened a new pull request #7355: Use EVP API instead of MD5_Init/Update/Final (secure_link plugin)

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


   MD5_Init/Update/Final are going to be deprecated since OpenSSL 3.0.
   https://www.openssl.org/docs/manmaster/man3/MD5_Init.html


----------------------------------------------------------------
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] maskit merged pull request #7355: Use EVP API instead of MD5_Init/Update/Final (secure_link plugin)

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


   


----------------------------------------------------------------
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] maskit commented on pull request #7355: Use EVP API instead of MD5_Init/Update/Final (secure_link plugin)

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


   Seems like this magic doesn't work for example plugins.
   ```
   AC_CHECK_FUNC([EVP_MD_CTX_new], [],
                 [AC_DEFINE([EVP_MD_CTX_new], [EVP_MD_CTX_create], [Renamed in OpenSSL 1.1])])
   ```


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