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

Reply via email to