Trygve Aaberge
Trygve Aaberge
The cryptography package (which pyOpenSSL depends on) doesn't support being loaded in multiple sub interpreters from version 41.0.0. Doing it in previous versions seemed to work, but could apparenly cause...
**Is your feature request related to a problem? Please describe.** I'm only interested in a few of the pods in our kubernetes cluster. Having to write the filter for those...
The password is converted to bytes, so it should accept taking in bytes directly instead of just str. The description for PBKDF2 also specifies that the password can be a...