Oskar Vuola

Results 4 issues of Oskar Vuola

Hi, thanks for the great library. I had a need to use this from python, so I wrote python bindings that seem to have a good speedup over opencv-python's imwrite/imencode....

## Description Fixes #7645 `PrivateKey` and `Certificate` may silently load non-RSA certificates (not `rsa.RSAPrivateKey` and `rsa.RSAPublicKey`) which lead to problems when attempting to call `PrivateKey.sign()` or `Certificate.verify()`. This pull request...

If for some reason the private key used as `broker_use_ssl.keyfile` is not an RSA private key, Celery will crash without telling the root cause, leading to difficult debugging. This affects...

Issue Type: Bug Report

### Issue description Numpy array can be both C- and F-contiguous simultaneously, e.g. if 2D array only has one column. If `numba.typed.List` is initialized with a list of F-contiguous numpy...

bug - ice