diff options
author | Jack Lloyd <[email protected]> | 2019-08-31 08:46:55 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-08-31 08:46:55 -0400 |
commit | 453054494d614d09b5c3fd428b755d9d0478504b (patch) | |
tree | 9a0e512a6d8aab1d6affdddcf3590126f45fcf8e /src/build-data | |
parent | baac1a8497533c1f2f0e699cc6ddc5f8b263adfc (diff) |
Fix PBKDF2 with zero iterations
It would go into a very long loop.
OpenSSL treats iterations==0 same as iterations==1 but this seems
confusing. Instead just reject it.
Unrelated, fix a divide by zero if asked to tune with 0 byte output.
Closes GH #2088
Diffstat (limited to 'src/build-data')
0 files changed, 0 insertions, 0 deletions