Skip to content

Commit b386f7d

Browse files
committed
Add OPENSSL_cleanse override to AES-GCM SAW proofs
1 parent a13087d commit b386f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SAW/proof/AES/AES-GCM.saw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ llvm_verify m "EVP_CIPHER_CTX_ctrl"
262262
// EVP_{Encrypt,Decrypt}Final_ex.
263263
let evp_cipher_ovs =
264264
[ OPENSSL_malloc_ov
265+
, OPENSSL_cleanse_ov
265266
, aes_gcm_from_cipher_ctx_ov
266267
, aes_hw_set_encrypt_key_ov
267268
, aes_hw_encrypt_ov

0 commit comments

Comments
 (0)