Query
Friday 18 August 2017
2017-08-18 13:21:50 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/post_modules/Nettle/cipher.cmod (+20/-6)(26 lines)
- pike/src/post_modules/Nettle/testsuite.in (+6/-0)(6 lines)
branch: 8.1
Nettle [Blowfish]: Don't throw errors in make_key().
Let make_key() generate a new key if the generated key isn't
accepted by set_encrypt_key().
Fixes issue where eg Nettle.Blowfish()->make_key() intermittently
threw errors due to the generated key being weak.