[Cryptography-dev] Mailing lists (was: Re: pkcs12 to pkcs7)

Hynek Schlawack hs at ox.cx
Wed Oct 14 16:31:50 CEST 2015


I don’t think we have enough traffic on both to justify two channels.

let’s just go for #pyca and a mailing list pyca and add -dev variants if there’s a volume problem.

I’d also like to re-propose to get pyca.io <http://pyca.io/> as a shared TLD (pyca.org <http://pyca.org/> is for sale for $750 so if we all pitched in, we could also get that one :)).

—h

> Am 14.10.2015 um 16:28 schrieb Paul Kehrer <paul.l.kehrer at gmail.com>:
> 
> We've had some discussion around this in the past. The current list topic is "A list for discussing the development of cryptography libraries in python", which is more generic than I thought it was. That said, renaming it might be useful. Do we want the list to focus exclusively on development of said libraries or do we want to open it up to user questions? 
> 
> Renaming the IRC channel has my full support (#pyca or #pyca-dev). Freenode even has support for auto-redirecting users to the new channel name. If we're going to do that I'd like more devs to weigh in though.
> 
> -Paul
> On October 14, 2015 at 1:26:26 AM, Terry Chia (terrycwk1994 at gmail.com <mailto:terrycwk1994 at gmail.com>) wrote:
> 
>> If that's the case maybe we should rename this list to pyca or something like that? This goes for the IRC channel as well btw.
>> On Wed, 14 Oct 2015 at 1:46 PM Hynek Schlawack <hs at ox.cx <mailto:hs at ox.cx>> wrote:
>> This reminds me that we should merge those lists.  pyopenssl-users is not…a very active mailing list and has just ~60 subscribers.
>> 
>> Since pyopenssl is incorporated into PyCA now, I don’t think it makes sense to keep it around.
>> 
>> Opinions?
>> 
>> —h
>> 
>>> Am 14.10.2015 um 04:21 schrieb Paul Kehrer <paul.l.kehrer at gmail.com <mailto:paul.l.kehrer at gmail.com>>:
>>> 
>>> Hi Roshan,
>>> 
>>> It appears you're using the pyOpenSSL API so you'll probably get more help on the pyopenssl-users mailing list (https://mail.python.org/mailman/listinfo/pyopenssl-users <https://mail.python.org/mailman/listinfo/pyopenssl-users>).
>>> 
>>> -Paul Kehrer (reaperhulk)
>>> 
>>> On October 7, 2015 at 6:31:34 PM, Roshan Cherian (cherian.rosh at gmail.com <mailto:cherian.rosh at gmail.com>) wrote:
>>> 
>>>> Hi Team,
>>>> 
>>>> I have a requirement to convert from p12 to p7. I am sorry for my little knowledge on this. I am doing the following:
>>>> 
>>>> p12 = load_pkcs12(file(self._pkcs12Path, 'rb').read())
>>>> 
>>>>         pem = dump_certificate(FILETYPE_PEM, p12.get_certificate())
>>>> 
>>>>         p7 = load_pkcs7_data(FILETYPE_PEM, pem)
>>>> 
>>>> 
>>>> 
>>>> However I am getting an error:
>>>> 
>>>> 
>>>> Error: [('asn1 encoding routines', 'ASN1_CHECK_TLEN', 'wrong tag'), ('asn1 encoding routines', 'ASN1_D2I_EX_PRIMITIVE', 'nested asn1 error'), ('asn1 encoding routines', 'ASN1_TEMPLATE_NOEXP_D2I', 'nested asn1 error'), ('PEM routines', 'PEM_ASN1_read_bio', 'ASN1 lib')]
>>>> 
>>>> I am pretty sure I am doing something wrong, could you help?
>>>> 
>>>> Thanks,
>>>> 
>>>> -Roshan
>>>> 
>>>> _______________________________________________ 
>>>> Cryptography-dev mailing list 
>>>> Cryptography-dev at python.org <mailto:Cryptography-dev at python.org> 
>>>> https://mail.python.org/mailman/listinfo/cryptography-dev <https://mail.python.org/mailman/listinfo/cryptography-dev> 
>>> _______________________________________________
>>> Cryptography-dev mailing list
>>> Cryptography-dev at python.org <mailto:Cryptography-dev at python.org>
>>> https://mail.python.org/mailman/listinfo/cryptography-dev <https://mail.python.org/mailman/listinfo/cryptography-dev>
>> _______________________________________________
>> Cryptography-dev mailing list
>> Cryptography-dev at python.org <mailto:Cryptography-dev at python.org>
>> https://mail.python.org/mailman/listinfo/cryptography-dev <https://mail.python.org/mailman/listinfo/cryptography-dev>
>> _______________________________________________ 
>> Cryptography-dev mailing list 
>> Cryptography-dev at python.org 
>> https://mail.python.org/mailman/listinfo/cryptography-dev 
> _______________________________________________
> Cryptography-dev mailing list
> Cryptography-dev at python.org <mailto:Cryptography-dev at python.org>
> https://mail.python.org/mailman/listinfo/cryptography-dev <https://mail.python.org/mailman/listinfo/cryptography-dev>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cryptography-dev/attachments/20151014/028c1c71/attachment.html>


More information about the Cryptography-dev mailing list