Mathias Ertl
Mathias Ertl
Hi @alfonsrv , #148 adds support for storing keys in HSMs via PKCS11. Would be cool if you can have a look. Does YubiHSM support that protocol as well? kr,...
FTR, this is curently blocked by SUNET/python_x509_pkcs11#24 being merged.
This unfortunately does not solve the issue: ``` mati@dt ~/git/mati/ocspbuilder $ virtualenv -p /usr/bin/python3 . Already using interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in ./bin/python3 Not overwriting...
Note: I force-pushed a few minor changes to make sure that test coverage does not decrease.
> Although I'm not 100% about the API design here, Obviously a very subjective matter. You're the owner of the project, just let me know if you desire any changes!
I just rebased the branch, added another test as well as a simple integration test. I hope it is sufficient. Would love to see this in Celery 5.5!
Oh I completely missed that, I'm sorry. Considering Python 3.8 is EOL by this October, is the project still aiming to support it for the upcoming release? Your decision of...
Yes, Python 3.8 is fixed. I'm at a loss about these smoke tests. They all just time out, no output otherwise. The last change I made (for py 3.8 compat)...
I fixed that issue. That fixes some checks, but some still remain. Again, they have zero output indicating what the error is (the lines you quoted above also did not...
@Nusnus Thanks for the support and also for the fix!