wolfSSL / wolfcrypt-py

A Python wrapper that encapsulates wolfSSL's wolfCrypt API.
https://wolfssl.github.io/wolfcrypt-py
31 stars 17 forks source link

Port missing things from wolfSSL Python wrapper #42

Closed LinuxJedi closed 2 years ago

LinuxJedi commented 2 years ago

wolfSSL's source tree had a stale version of the Python wolfCrypt wrapper. There were a couple of bits in it that weren't here, so this ports them accross.

Mostly notably a minor issue where Random.__del__ can throw a race condition exception during shutdown.