pysmime3

High level library for S/MIME basic functions


Keywords
smime, openssl, m2crypto
License
MIT-feh
Install
pip install pysmime3==0.2.1

Documentation

pysmime3

pysmime3 is a python high level library build on top of M2Crypto to work with Secure/Multipurpose Internet Mail Extensions (S/MIME, RFC 3851) as M2Crypto case study for italian digital signature.

M2Crypto is a python library wrapper built on top of OpenSSL by SWIG.

pysmime3 includes basic functions to sign, verify, encrypt and decrypt files or mail messagges in PEM ASCII or DER format with very basic support to PKCS11 smart cards by OpenSC OpenSSL pkcs11 engine (pkcs11 module).

Documentation and examples

Documentation generated by Epydoc can be found in docs folder, online version here. Some basic test cases are present in tests/test_pysmime.py.

Status

  • PKCS11 support is minimal.
  • The code has very little comments, the documentation is quite good.
  • The tests suite is very basic and not include PKCS11 tests.
  • Verify function doesn't return the original data.

References

License

GNU GENERAL PUBLIC LICENSE, Version 3.