[Cryptography-dev] pyOpenSSL CRL chaining

2016-06-15 Thread Ansley Peduru
Hi all, WIth the recent changes made to enable CRL in verify context objects (see here https://github.com/pyca/pyopenssl/pull/483) I would like to know some further functionality. In particular, if this API supports CRL chaining and/or CRL concatenation. Would a CRL need to contain a full chain of

Re: [Cryptography-dev] High-level password hashing module for cryptography?

2016-06-15 Thread Daniel Neuhäuser
You should take a look at Passlib[1]. It provides support for all algorithms worth recommending (except argon2, though that will probably change in the future). It has a high level API, so you don’t have to know about the details of the algorithm. It can also perform upgrades to new algorithms o

Re: [Cryptography-dev] High-level password hashing module for cryptography?

2016-06-15 Thread Frank Siebenlist
Hi Daniel - Thanks for the pointer! - Didn't know about this passlib effort and it looks very comprehensive - I'll take a closer look - Regards, Frank. On Wed, Jun 15, 2016 at 9:09 AM, Daniel Neuhäuser wrote: > You should take a look at Passlib[1]. It provides support for all algorithms > worth