]> git.ipfire.org Git - thirdparty/openldap.git/commit
Fix mdb_enctest()
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 25 Jul 2017 19:27:36 +0000 (21:27 +0200)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 11:57:10 +0000 (12:57 +0100)
commit9e3603eb9db7551ef112b472064b2a0ad2d7ea74
tree4667467197cea279fd5acceb6003329962048381
parent214aff2359711c45d9c9cf27828d836c815d8c71
Fix mdb_enctest()

Accept a partial ovpage.  I.e. decryption of the beginning
should not depend on the data at the end.
Make the key and IV less regular. (Divisor 67 has period>64.)
libraries/liblmdb/mdb.c