pyca / cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
https://cryptography.io
Other
6.64k stars 1.52k forks source link

Expand CC Backend for RSA/DSA #1078

Closed reaperhulk closed 7 years ago

reaperhulk commented 10 years ago

1074 is a blocker for landing parts of this. Rough set of PRs required:

reaperhulk commented 10 years ago

1080 is a blocker for this work (RSA key generation is restricted so 28 tests fail due to disallowed parameters).

alex commented 9 years ago

This is now unblocked by #1080, fwiw.

reaperhulk commented 9 years ago

RSA support is now working in the WIP PR (#1091), but is not in a reviewable state (decisions need to be made re: non-byte aligned key loading, cleaning up quite a few ASN.1 things, pulling some bindings out as a separate PR, etc).

reaperhulk commented 7 years ago

This has been low priority for me for 2 years and I dunno when I'll revisit. Closing for now.