Skip to content

Commit

Permalink
Set GPG encrypt. conform. to RFC4880 Fixes getsops#896
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronkerrnz committed Aug 28, 2021
1 parent 5af8e63 commit 9335ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pgp/keysource.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (key *MasterKey) encryptWithGPGBinary(dataKey []byte) error {
fingerprint = fingerprint[offset:]
}
args := []string{
"--rfc4880",
"--no-default-recipient",
"--yes",
"--encrypt",
Expand Down

0 comments on commit 9335ed6

Please sign in to comment.