Skip to content

Commit 3e52892

Browse files
committed
MB-69335: Use key based key derivation by default
Change-Id: Ibd4cf557da0d41ea1ece9079ea95377af26a04a3 Reviewed-on: https://review.couchbase.org/c/platform/+/239152 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: Trond Norbye <trond.norbye@couchbase.com>
1 parent 96cb827 commit 3e52892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/cbcrypto/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct KeyDerivationKey {
4949
Cipher cipher,
5050
std::string derivationKey,
5151
KeyDerivationMethod derivationMethod =
52-
KeyDerivationMethod::NoDerivation)
52+
KeyDerivationMethod::KeyBased)
5353
: id(std::move(id)),
5454
derivationKey(std::move(derivationKey)),
5555
cipher(cipher),

0 commit comments

Comments
 (0)