commit | 478715818f36f9660164b063f01497b6742accc8 | [log] [tgz] |
---|---|---|
author | Bill Richardson <wfrichar@google.com> | Wed Feb 24 20:00:31 2021 -0600 |
committer | Bill Richardson <wfrichar@google.com> | Mon Mar 01 19:50:36 2021 +0000 |
tree | cf2bae6d78a2e7e9bc22277f535ec5e0c14e6b70 | |
parent | 0b12cea833d9246e9370147f294a1208c0721402 [diff] |
Fix segfault in EncryptionOperationsTest.RsaPkcs1Success This test tries to modify an encrypted message to ensure that the result can't be decrypted, but if encrypting the messsage fails first then there's nothing to modify. Bug: None Test: Ran against a Strongbox implementation that refuses to encrypt the message using Digest::NONE Signed-off-by: Bill Richardson <wfrichar@google.com> Change-Id: Ib4d389a47702edd56a4e7d2b334dc89d0c3972a1