alitteration

Results 9 comments of alitteration

I've tried this, I'm on python3.9 sadly it didn't work, `context.options &= ~ssl_.OP_NO_TICKET` and I get`AttributeError: module 'urllib3.util.ssl_' has no attribute 'OP_NO_TICKET' ` Any other way to fix this ?

I shall thank you, but does it work for you ? can u give it a shot right now and see if it actually works

hey, any updates on this?

Hello, any progress on this?

Oh, I'm extremely sorry hmm, I'm using this great client https://github.com/charxhit/httpx-tls and it tells me ``` raise ValueError("only the uncompressed point format (0) is supported for ECPointFormat extension") ValueError: only...

It would be nice if you would extend tlslite-ng for the future, I'm doubting my abilities to actually be able to implement this(write the glue code you speaking of), but...

> basically you need to change tlslite-ng to use the https://github.com/tlsfuzzer/python-ecdsa/blob/eed49e25683d656ba211a8cd97bf93da34450cf5/src/ecdsa/keys.py#L219 function with the `valid_encodings` matching what was sent in the `ec_point_formats` extension Thanks a bunch :)

i did and i actually see an interesting error log INFO: Error: PKCS#12 MAC could not be verified. Invalid password? Is it possible to create a p12 without password? thanks!

> That sounds like an error related to the UI when loading the certificate though, not the request where it's being used. Can you reproduce the issue (send the request...