PyKCS11: latest version
- 1.2.1 Download from Sourceforge
- Use src/opensc/pkcs11.h instead of src/rsaref/* files since the files from RSA are not free enough (no right to distribute modified versions for example)
- improve samples/getinfo.py script
- bug fixes
Subversion repository
PyKCS11 uses subversion as version control system. You can find out more about subversion at the official subversion home: http://subversion.tigris.org/.
In our subversion repository we have:
- pykcs11/trunk/ contains the current development code;
- pykcs11/branches/ will contain branches, as needed by developers;
- pykcs11/releases/x.y.z.w contains the PyKCS11 x.y.z.w release.
Our Subversion repository is reachable at http://www.bit4id.org/svn/pykcs11/pykcs11.
You can checkout sources with following subversion commands:
svn co http://www.bit4id.org/svn/pykcs11/pykcs11/trunk/ svn co http://www.bit4id.org/svn/pykcs11/pykcs11/tags/1.1.1.0/ svn co http://www.bit4id.org/svn/pykcs11/pykcs11/tags/1.0.3.0/
If you are experiencing problems accessing the repository or the site please use (experimental) SSL: https://services.bit4id.com/trac/pykcs11
svn co https://services.bit4id.com/svn/pykcs11/pykcs11/trunk/
(Download here the CA certificate)
Write access for developers
Currently only our internal development team has write access to the repository. If would like to submit a patch, please use the issue tracking system or contact us at: info@bit4id.com.
