Giter Club home page Giter Club logo

Comments (4)

daurnimator avatar daurnimator commented on July 24, 2024

COMP_METHOD still exists in libressl: https://github.com/libressl-portable/openbsd/blob/master/src/lib/libssl/src/crypto/comp/comp.h

Maybe some extra header needs to be included?

from luasec.

VanNostrand avatar VanNostrand commented on July 24, 2024

libressl has this typedef in include/openssl/comp.h; the sources compile with libressl if #include <openssl/comp.h> is added to ssl.c

from luasec.

sortie avatar sortie commented on July 24, 2024

Compression support was removed from LibreSSL. The inclusion of <openssl/comp.h> from <openssl/ssl.h> was removed in the http://freshbsd.org/commit/openbsd/b13dbd20ab3f5c4544ee24eeb184ab912dd9808a?diff=lib%2Flibssl%2Fsrc%2Fssl%2Fssl.h change. On LibreSSL, meth_compression should just unconditonally return no compression is being used. (Or the interface could be removed?) LibreSSL unconditonally defines OPENSSL_NO_COMP to signal it has no compression support. You could use that macro to control whether the compression interfaces are used.

from luasec.

brunoos avatar brunoos commented on July 24, 2024

Merged, thanks!

from luasec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.