pyauth / python-pkcs11

PKCS#11/Cryptoki support for Python
MIT License
145 stars 67 forks source link

New release needed #169

Open jimlast opened 7 months ago

jimlast commented 7 months ago

Hi @danni,

Is it possible to get a new release that incorporates python3.10+ and the latest PKCS11 spec (v3.1)? (There's already a PR for the latter.) With post-quantum algorithms already starting to get added to the specifications, these updates will be highly useful.

Thanks!

danni commented 6 months ago

I think it's about time I admitted this project needs a new maintainer. I don't really have time for it, and I'm not even working with a HSM any more, so any releases I make are purely hypothetical and not at all tested.

kislyuk commented 5 months ago

Hi @danni , would you be interested in transferring this repository to the https://github.com/pyauth organization and becoming a maintainer there? As a maintainer and admin in that org, I can then start working on addressing the backlog of issues and PRs in this repo. I would like to bring it up to date because I'm working on incorporating PKCS11 support in the SignXML library (https://github.com/XML-Security/signxml). I can use AWS CloudHSM as a compatibility testing platform.

danni commented 5 months ago

Hi @kislyuk, I think that's a good idea. I think I just need to be a member of the org?

danni commented 5 months ago

Just need the create repo permission.

image

kislyuk commented 5 months ago

@danni fixed now, thanks!

joseavegaa commented 4 months ago

Just added #174 PR to support Python 3.12 and the PKCS#11 3.1 Specification.