I have been trying to use wolfssl and am writing a python based wolfssl TLS client using the APIs in https://wolfssl.github.io/wolfssl-py/

Everything works great. But I would like to customize the client hello for a specfic test that I want to run against a server. For this, I need to disable all the default TLS extensions added by wolfssl library. For example, I dont want all the "Signature Algorithms" and would like to customize it like I can customize or define what ciphers I want to negotiate. Is this possible?

I also dont want elliptic curve extension or ec_point_formats.Is this possible with the python APIs? (TLSX_SIGNATURE_ALGORITHMS)