From rgonzalez at webpartners.es Mon Sep 8 12:00:21 2014 From: rgonzalez at webpartners.es (=?UTF-8?Q?Ra=C3=BAl_Gonzalez?=) Date: Mon, 8 Sep 2014 12:00:21 +0200 Subject: [Cryptography-dev] Deserialize RSA public key Message-ID: Hi all! I have a question which I could not resolve by reading the documentation. Surely It is an easy question but... How I can deserialize with Cryptography library a public key which has been serialized with PEM format previously from another system? I did it through RSAPublicNumbers primitive but probably It is viable through PEM format. Someone could help me? Thanks in advance. Cheers. -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Mon Sep 8 17:56:18 2014 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Mon, 8 Sep 2014 10:56:18 -0500 Subject: [Cryptography-dev] Deserialize RSA public key In-Reply-To: References: Message-ID: Hi Ra?l, You?ve stumbled onto one of the holes in our current version. We don?t have hazmat layer support for deserializing public key structures as of the 0.5.x release series. Hopefully support for that will be in 0.6 (along with serialization to PEM) though. -Paul On September 8, 2014 at 9:19:44 AM, Ra?l Gonzalez (rgonzalez at webpartners.es) wrote: Hi all! I have a question which I could not resolve by reading the documentation. Surely It is an easy question but... How I can deserialize with Cryptography library a public key which has been serialized with PEM format previously from another system? I did it through RSAPublicNumbers primitive but probably It is viable through PEM format. Someone could help me?? Thanks in advance. Cheers. _______________________________________________ Cryptography-dev mailing list Cryptography-dev at python.org https://mail.python.org/mailman/listinfo/cryptography-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: From rgonzalez at webpartners.es Tue Sep 9 12:06:27 2014 From: rgonzalez at webpartners.es (=?UTF-8?Q?Ra=C3=BAl_Gonzalez?=) Date: Tue, 9 Sep 2014 12:06:27 +0200 Subject: [Cryptography-dev] Deserialize RSA public key In-Reply-To: References: Message-ID: Thanks Paul. Just as I suspected. Do you know when 0.6 version will be released? Thanks and good job! 2014-09-08 17:56 GMT+02:00 Paul Kehrer : > Hi Ra?l, > > You?ve stumbled onto one of the holes in our current version. We don?t > have hazmat layer support for deserializing public key structures as of the > 0.5.x release series. Hopefully support for that will be in 0.6 (along with > serialization to PEM) though. > > -Paul > > On September 8, 2014 at 9:19:44 AM, Ra?l Gonzalez ( > rgonzalez at webpartners.es) wrote: > > Hi all! > > I have a question which I could not resolve by reading the documentation. > Surely It is an easy question but... > > How I can deserialize with Cryptography library a public key which has > been serialized with PEM format previously from another system? > > I did it through RSAPublicNumbers primitive but probably It is viable > through PEM format. > > Someone could help me? > > Thanks in advance. > Cheers. > _______________________________________________ > Cryptography-dev mailing list > Cryptography-dev at python.org > https://mail.python.org/mailman/listinfo/cryptography-dev > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alex.gaynor at gmail.com Sat Sep 27 18:07:56 2014 From: alex.gaynor at gmail.com (Alex Gaynor) Date: Sat, 27 Sep 2014 12:07:56 -0400 Subject: [Cryptography-dev] Last call for 0.6 Message-ID: Hi all, We're super close to having our 0.6 release out. You can see the changelog for it here: https://cryptography.io/en/latest/changelog/#master A few things before we're ready to ship: * Some stuff is missing from that changelog! Please file issues or send PRs so we can get it documented. * There's a few issues left: https://github.com/pyca/cryptography/milestones/Sixth%20Release if there's something you think *should* happen for 0.6, please either assign it to that milestone or leave a comment proposing it. Thanks to everyone who contributed to make this release happen! Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero GPG Key fingerprint: 125F 5C67 DFE9 4084 -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Tue Sep 30 04:40:48 2014 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Mon, 29 Sep 2014 21:40:48 -0500 Subject: [Cryptography-dev] pyca/cryptography 0.6 released Message-ID: pyca/cryptography 0.6 has been released to PyPI! Thanks to all the contributors for their hard work. There are several new features (including PEM public key loading), some bug fixes, and some under the hood changes to help us support multiple backends more elegantly in the future. View the changelog (https://cryptography.io/en/latest/changelog/) for more details! Master will be reopening shortly for development on the seventh release. -Paul Kehrer -------------- next part -------------- An HTML attachment was scrubbed... URL: