0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wordsmith backend selection statement More... over 6 years ago
Merge pull request #129 from mpdavis/backend-explicit-tests More... over 6 years ago
update readme for backend updates * update the primary installation instructions to use the pyca/cryptography backend * update the descriptions of the cryptographic backends More... over 6 years ago
Merge pull request #128 from mattsb42-aws/merge-in-master More... over 6 years ago
Merge branch 'master' into merge-in-master More... over 6 years ago
Merge pull request #121 from mattsb42-aws/asn-rsa More... over 6 years ago
enable flake8 in tox and Travis configs More... over 6 years ago
change tox compatibility installs to install extras rather than installing dependencies directly More... over 6 years ago
changing Travis run from pypy-3.5.1 to pypy3.5 per https://travis-ci.community/t/confusing-pypy-versions/2505 More... over 6 years ago
remove unused reference More... over 6 years ago
add Travis testing for CPython 3.7 More... over 6 years ago
add Travis testing for CPython 3.6 More... over 6 years ago
add Travis testing for PyPy 5.7.1 More... over 6 years ago
add cryptography version constraint for PyPy < 5.4 More... over 6 years ago
add PEM->DER conversion function to remove pycrypto_backend dependency on Crypto.IO module More... over 6 years ago
remove unused import More... over 6 years ago
fix tox norsa typo More... over 6 years ago
Merge pull request #122 from mattsb42-aws/pyca-default More... over 6 years ago
upgrade packages in requirements-dev.txt More... over 6 years ago
Try to import from collections.abc, which will be required in Python 3.8+ More... over 6 years ago
isolate pycrypto/dome-explict test and explicitly use pycrypto/dome backend More... over 6 years ago
make cryptography_backend the default for RSAKey More... over 6 years ago
add note to readme about dependencies that can be cleaned up depending on the backend used More... over 6 years ago
update tox and Travis configs to use -norsa modes for pycrypto/dome test runs More... over 6 years ago
move rsa_backend PKCS8<->PKCS1 handling to _asn module More... over 6 years ago
move asn1 private key processing into separate module More... over 6 years ago
Merge pull request #120 from mattsb42-aws/fix-rsa More... over 6 years ago
move pycrypto_backend PKCS8<->PKCS1 handling to _asn module More... over 6 years ago
add public key encoding conversion functions More... over 6 years ago
Merge branch 'backend-explicit-tests' into fix-rsa More... over 6 years ago