fedosgad
fedosgad
#### Description Modify tlsconfig.py to mirror client's ciphersuites to server #### Checklist - [ ] I have updated tests where applicable. - [ ] I have added an entry to...
I have forked [oohttp](https://github.com/ooni/oohttp) (this is a great library btw, thanks a lot for it!) to add support for features absent in stdlib's http client, such as header ordering (including...
Hello and thanks for a great library! I am using pyjks v20.0.0 from pip under WSL Ubuntu. I am editing a BKS v1 keystore (it only contains certificates if that...
Hello and thanks for a nice library! There is a bug in `conn.doRequest` method - new context replaces old one without being cancelled first. If the parent context is cancellable...