sops/functional-tests
Adrian Utrilla 8541e26f7a
Fix data key retrieval bug with 1 key group
This happened when there's multiple master keys inside a single key
group. SOPS would decrypt the data key with every single key in the
group, when only one is needed. This meant that multiple "parts" are
found, so because SOPS encountered != 1 part without using Shamir, it
errored out.
2017-09-11 10:14:41 -07:00
..
src Fix data key retrieval bug with 1 key group 2017-09-11 10:14:41 -07:00
.sops.yaml Fix shamir tests 2017-08-25 13:12:34 -07:00
Cargo.toml Added functional tests for shamir secret sharing 2017-05-26 22:29:57 +02:00
sops Fix data key retrieval bug with 1 key group 2017-09-11 10:14:41 -07:00