Closed sei-jmattson closed 2 years ago
Was going to tackle the tests and rename stuff in the comments, but figured you might beat me to it.
Wow, caught me before I finished v5. Thanks so much!
Well, was in the middle of coding against and browsed the source several times yesterday. Then was suprised today when it was all different! :) So I struck while the iron was hot! What is your time frame for releasing v5...best guess?
This week! Promise! If you want to discuss changes in real-time hit me up: Signal/WhatsApp: +1-310-621-9598 or we can do a call.
Ironed out TLS with your v5 stuff.
get_tls_config()
wasn't passing the config and reordered the don't checks to prevent error settingssl_ctx.verify_mode = ssl.CERT_NONE
whilessl_ctx.check_hostname
was still true.