[Cryptography-dev] Interested in your CI Experience

2016-12-09 Thread Augustina Ragwitz
I'm working on a project with a group of folks from the Openstack community called BonnyCI. In a nutshell, we're making the Openstack Infra CI environment work with Github and making it available for non-Openstack projects. I've spoken with Donald Stufft privately to see if you all might want to ch

Re: [Cryptography-dev] Interested in your CI Experience

2016-12-09 Thread Paul Kehrer
Hi Augustina, cryptography's needs are a bit unusual. Since we depend on the underlying OS/distribution to provide us with OpenSSL (or commoncrypto on the macOS side) and we compile against a library that has a somewhat checkered past with versioning we have to test against numerous configurations

Re: [Cryptography-dev] How to add the extension 'subject directory attributes' to a certificate using Python?

2016-12-09 Thread Paul Kehrer
The error you're seeing is because OpenSSL doesn't have a shortname mapping to an extension type for that (unusual) extension. I believe you can create it using the OpenSSL conf ASN.1 syntax but help with that is outside the scope of this mailing list, sorry! On December 8, 2016 at 8:13:54 AM, Aow