[Cryptography-dev] Python HSM Module

2016-01-26 Thread Benton Stark (bestark)
Hello everyone, I have a HSM (Hardware Security Module) Python library that supports direct access to HSMs. I developed the library and companion C code for internal use at my company specially for use with SafeNet HSMs but the library can work with any PKCS#11 API compliant HSM. I am going

Re: [Cryptography-dev] Python HSM Module

2016-01-26 Thread Paul Kehrer
Hi Benton, This mailing list is meant for discussion of the development of PyCA/cryptography (https://github.com/pyca/cryptography) and also other projects under the Python Cryptographic Authority (https://github.com/pyca). Our interest primarily lies with implementing PKCS11 using cryptography

Re: [Cryptography-dev] Python HSM Module

2016-01-26 Thread Pitucha, Stanislaw Izaak
I’m very much interested in a simple HSM interface for Anchor project (ephemeral certs CA). Feel free to reach out if you’d like more info. Best Regards, Stanisław Pitucha From: Cryptography-dev [mailto:[email protected]] On Behalf Of Benton St

Re: [Cryptography-dev] [Proposal] Deprecating and removing support for OpenSSL 0.9.8

2016-01-26 Thread Misaki Miyashita
Oracle Solaris is fine with dropping 0.9.8 support as well. Thank you. Regards, Misaki Miyashita -- Oracle Solaris Principal Software Engineer On 1/22/2016 3:58 PM, Alex Gaynor wrote: Hi all, I'd like to propose we deprecate support for OpenSSL 0.9.8 i

Re: [Cryptography-dev] Python HSM Module

2016-01-26 Thread Jeff Feng
Hi Benton, This is a pkcs11 wrapper https://pypi.python.org/pypi/pykcs11 Yours maybe different from it. Just FYI. Regards Jeff Feng IBM Cloud, OpenStack Infrastructure Services (512)286-9426, T/L 363-9426 From: "Pitucha, Stanislaw Izaak" To: "[email protected]" Date: 01

Re: [Cryptography-dev] Python HSM Module

2016-01-26 Thread Kevin Glisson
terest in such a library to the Python community. I am not sure if this > mailer is the right place and if not maybe someone can direct me > elsewhere. I can provide more information if this is indeed the best place > to discuss it. > > > > Thanks, > > > > Benton S

[Cryptography-dev] Buildroot support

2016-01-26 Thread Mauro Condarelli
Hi, I am trying to port cryptography to a Buildroot-based ARM system. Unfortunately basic cross-compilation fails with the message below. Since I am not a Python programmer and I just need Cryptography as a prerequisite for autobahn I am unable to understand what went wrong. It seems to me comp

Re: [Cryptography-dev] Buildroot support

2016-01-26 Thread Paul Kehrer
This error:  ImportError: /home/mcon/emotiq/new/Buildroot/output/target/usr/lib/python2.7/site-packages/_cffi_backend.so: wrong ELF class: ELFCLASS32  suggests that the issue is with how cffi was compiled and not with cryptography. Looking further back in the output I see it says: Installed