Giter VIP home page Giter VIP logo

Comments (2)

alexmgr avatar alexmgr commented on June 8, 2024

Hi @perrin-ay,

There is tls_fragment_payload which allows to fragment records on whatever boundary you wish. I understand that that's not really what you're after, but worth mentioning ;)

I don't think what you're trying to do will work, because the record length field is dictated by the spec. So even if you increase it's size, the receiving end will still read it as a 3 byte field.
Generally with TLS fragmentation, the interesting use cases I have seen are around fragmenting the handshake across multiple records. The max record size (214) and max handshake size (216) are different, which leads to some interesting edge cases.

Cheers,
Alex

from scapy-ssl_tls.

perrin-ay avatar perrin-ay commented on June 8, 2024

Hi @alexmgr

Apologies for opening this issue. I realized the mistake in my query moments after hitting submit and subsequently closed the case.

But thank you for your attention and input.

If you are interested , to give some background on what i was looking at , at the time, was to draw out a plan to trigger this ASSERT in openssl
https://github.com/openssl/openssl/blob/master/ssl/s3_cbc.c#L170

I had to step away from this and onto other things , but time permitting will get back to it soon.

Thanks again!

from scapy-ssl_tls.

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.