You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/11/20 07:56:10 UTC

[GitHub] [trafficserver] maskit opened a new issue #7341: ☂️ATS is incompatible with OpenSSL 3.0 (unreleased)

maskit opened a new issue #7341:
URL: https://github.com/apache/trafficserver/issues/7341


   Several functions are going to be deprecated since OpenSSL 3.0.
   
   - [ ] SHA256_Init/Update/Final
   - [ ] ERR_get_error_line_data
   - [ ] ENGINE API (e.g. ENGINE_get_default_RSA)


----------------------------------------------------------------
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] bneradt commented on issue #7341: ☂️ATS is incompatible with OpenSSL 3.0 (unreleased)

Posted by GitBox <gi...@apache.org>.
bneradt commented on issue #7341:
URL: https://github.com/apache/trafficserver/issues/7341#issuecomment-993043927


   Openssl 3.0 has been released now. @maskit : can you please update this issue with anything relevant now that it is released?


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] maskit commented on issue #7341: ☂️ATS is incompatible with OpenSSL 3.0

Posted by GitBox <gi...@apache.org>.
maskit commented on issue #7341:
URL: https://github.com/apache/trafficserver/issues/7341#issuecomment-1005376555


   I updated the list. The biggest change since the last check is that `HMAC()` function (one-shot HMAC function) was un-deprecated. HMAC low level functions were kept deprecated.
   
   Also, this is not new info though, I realized that some deprecated functions are actually faster than the current equivalent functions (see #7447). It means we should not simply replace the deprecated functions with new ones.


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] maskit commented on issue #7341: ☂️ATS is incompatible with OpenSSL 3.0 (unreleased)

Posted by GitBox <gi...@apache.org>.
maskit commented on issue #7341:
URL: https://github.com/apache/trafficserver/issues/7341#issuecomment-869351715


   > We are expecting 3.0 actual to be released in Q3 of this year.
   
   https://mta.openssl.org/pipermail/openssl-users/2021-June/013900.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.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org