Code Monkey home page Code Monkey logo

Comments (8)

Synss avatar Synss commented on July 17, 2024

Currently, it isn't possible but wrapping mbedtls_ssl_set_mtu or mbedtls_ssl_conf_max_frag_len, or both should be simple enough.

These are the relevant options, right?

from python-mbedtls.

Synss avatar Synss commented on July 17, 2024

If I'm not mistaken, upstream only allows the values you already noted: 512, 1024, 2048, and 4096. So it can't be set to 380.
See, https://github.com/Mbed-TLS/mbedtls/blob/development/include/mbedtls/ssl.h#L4230C1-L4232

from python-mbedtls.

ratelwork avatar ratelwork commented on July 17, 2024

If I got that right ony mbedtls_ssl_conf_max_frag_len allow to use constant values. mbedtls_ssl_set_mtu allows to use any integer value.

from python-mbedtls.

Synss avatar Synss commented on July 17, 2024

Yes, I think you're right. Reopening.

from python-mbedtls.

Synss avatar Synss commented on July 17, 2024

Both functions are wrapped now in the library and they will be available in the next release. If you need the functionality faster, you should compile the library yourself, have a look under scripts/ for examples. I do not really plan to modify the example programs but that should be simple enough.

from python-mbedtls.

ratelwork avatar ratelwork commented on July 17, 2024

Thanks a lot! Approximately, when do you plan to make a new release?

from python-mbedtls.

Synss avatar Synss commented on July 17, 2024

It should come in the next few days.

from python-mbedtls.

Synss avatar Synss commented on July 17, 2024

2.7.0 is out on https://pypi.org/project/python-mbedtls/

from python-mbedtls.

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.