GitHub user jablko opened a pull request:

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

    6.2.x TS-4435 and TS-5059: Fixes for building with OpenSSL 1.1

    

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

    $ git pull https://github.com/jablko/trafficserver 6.2.x

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

    https://github.com/apache/trafficserver/pull/1321.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 #1321
    
----
commit 663d83d45f8579a11e435383ae431f03d7345e4f
Author: shinrich <shinrich@localhost.localdomain>
Date:   2016-05-12T00:00:01Z

    TS-4435: Changes to enable ATS to compile against openssl-1.1 beta.
    
    (cherry picked from commit 26e1aefe9b58118d3e278761720fbdae9ef43ce3)

commit 9a549e2e3fdeae95f8829fd262323afab55552ce
Author: Jack Bates <j...@nottheoilrig.com>
Date:   2017-01-02T21:25:09Z

    TS-5059: SSL_set_rbio() renamed SSL_set0_rbio()
    
    It was renamed before OpenSSL 1.1 was released [1][2].
    
    [1] 
https://github.com/openssl/openssl/commit/65e2d672548e7c4bcb28f1c5c835362830b1745b
    [2] https://rt.openssl.org/Ticket/Display.html?id=4572
    
    (cherry picked from commit 1a08a61f86c0c08871961e5386e44f88bacccbe8)

commit 8424f9ce9924339941677add8e1f6295512c0522
Author: Jack Bates <j...@nottheoilrig.com>
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
    
    (cherry picked from commit 92d004cfd6d8e7069ce0a959e5f1327789090261)

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to