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 2021/01/26 05:45:12 UTC

[GitHub] [trafficserver] maskit opened a new pull request #7448: Use OpeSSL EVP API instead of SHA1_Init/Update/Final (prefetch)

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


   https://www.openssl.org/docs/manmaster/man3/SHA1_Init.html
   
   All of the functions described on this page are deprecated. Applications should instead use EVP_DigestInit_ex(3), EVP_DigestUpdate(3) and EVP_DigestFinal_ex(3).


----------------------------------------------------------------
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 #7448: Use OpenSSL EVP API if SHA1 API is not available (prefetch)

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


   


-- 
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 #7448: Use OpenSSL EVP API instead of SHA1_Init/Update/Final (prefetch)

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


   This is on hold. Please do not merge.


----------------------------------------------------------------
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 #7448: Use OpenSSL EVP API if SHA1 API is not available (prefetch)

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


   This is updated. Please review.


-- 
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 merged pull request #7448: Use OpenSSL EVP API if SHA1 API is not available (prefetch)

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


   


-- 
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 #7448: Use OpenSSL EVP API if SHA1 API is not available (prefetch)

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


   This is updated. Please review.


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