python-pkcs11 icon indicating copy to clipboard operation
python-pkcs11 copied to clipboard

New release needed

Open jimlast opened this issue 2 years ago • 6 comments

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!

jimlast avatar Dec 07 '23 19:12 jimlast

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.

danni avatar Dec 11 '23 05:12 danni

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.

kislyuk avatar Jan 11 '24 18:01 kislyuk

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

danni avatar Jan 14 '24 22:01 danni

Just need the create repo permission.

image

danni avatar Jan 14 '24 23:01 danni

@danni fixed now, thanks!

kislyuk avatar Jan 15 '24 01:01 kislyuk

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

joseavegaa avatar Mar 07 '24 15:03 joseavegaa