Re: [Cryptography-dev] deadlock while using hazmat

2016-05-12 Thread Alexander Yukhanov
Thank you so much for the info! I will write a minimal reproducer and file the ticket. On Thu, May 12, 2016 at 4:14 PM, Alex Gaynor wrote: > Ugh, that's nasty, awesome job debugging it! > > You can disable the osrandom engine with > https://cryptography.io/en/latest/hazmat/backends/openssl/#acti

Re: [Cryptography-dev] deadlock while using hazmat

2016-05-12 Thread Alex Gaynor
Ugh, that's nasty, awesome job debugging it! You can disable the osrandom engine with https://cryptography.io/en/latest/hazmat/backends/openssl/#activate_builtin_random however it'd be great to actually get this fixed. Can you file a ticket with all this info (and if you have a minimal reproducer,