GitHub user jablko opened a pull request:

    https://github.com/apache/trafficserver/pull/1295

    TS-5059: OpenSSL 1.1 EVP_MD_CTX and HMAC_CTX

    EVP_MD_CTX and HMAC_CTX were made opaque in OpenSSL 1.1 [1],
    so allocating them on the stack is no longer supported.
    
    Also EVP_MD_CTX_cleanup() was removed. EVP_MD_CTX_reset() should be
    called instead, to reinitialise an already created structure.
    
    [1] https://www.openssl.org/news/changelog#x4

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jablko/trafficserver digest

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1295.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1295
    
----
commit 26d0329471f26431f1880350591da4ab2a05b3a2
Author: Jack Bates <[email protected]>
Date:   2017-01-03T00:16:33Z

    TS-5059: OpenSSL 1.1 EVP_MD_CTX and HMAC_CTX
    
    EVP_MD_CTX and HMAC_CTX were made opaque in OpenSSL 1.1 [1],
    so allocating them on the stack is no longer supported.
    
    Also EVP_MD_CTX_cleanup() was removed. EVP_MD_CTX_reset() should be
    called instead, to reinitialise an already created structure.
    
    [1] https://www.openssl.org/news/changelog#x4

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to