Skip to content

Commit

Permalink
Merge pull request #152 from sopgreg/BDEWEncryptSymmetricKey
Browse files Browse the repository at this point in the history
Set setEncryptSymmetricSessionKey to false for BDEW sender
  • Loading branch information
phax authored Aug 11, 2023
2 parents e9b3838 + f1ebff4 commit b4df5dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ protected AbstractBDEWUserMessageBuilder ()
// Other crypt parameters are located in the PMode security part
cryptParams ().setKeyIdentifierType (DEFAULT_KEY_IDENTIFIER_TYPE);
cryptParams ().setKeyEncAlgorithm (ECryptoKeyEncryptionAlgorithm.ECDH_ES_KEYWRAP_AES_128);
cryptParams ().setEncryptSymmetricSessionKey (false);

/**
* Assumption: the BST "ValueType" attribute is set to
Expand Down

0 comments on commit b4df5dc

Please sign in to comment.