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 (terrycwk1...@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 <h...@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.keh...@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). -Paul Kehrer (reaperhulk) On October 7, 2015 at 6:31:34 PM, Roshan Cherian (cherian.r...@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@python.org https://mail.python.org/mailman/listinfo/cryptography-dev _______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev _______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev _______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev
_______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev