Skip to content

Commit 1384c8e

Browse files
committed
refactor: cleanup CBMC proofs after aws#5048
1 parent 9bfe1fa commit 1384c8e

File tree

6 files changed

+0
-25
lines changed

6 files changed

+0
-25
lines changed

crypto/s2n_evp.c

-20
This file was deleted.

tests/cbmc/proofs/s2n_hash_free/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_reset
3636
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_init
3737
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_new
3838
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_reset
39-
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_allow_md5_for_fips
4039

4140
UNWINDSET +=
4241

tests/cbmc/proofs/s2n_hash_init/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_copy
3535
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_new
3636
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_reset
3737
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_free
38-
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_allow_md5_for_fips
3938
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_copy
4039
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_free
4140
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_new

tests/cbmc/proofs/s2n_hash_new/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ PROJECT_SOURCES += $(SRCDIR)/crypto/s2n_evp.c
3131
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_init
3232
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_reset
3333
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_free
34-
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_allow_md5_for_fips
3534
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_init
3635
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_reset
3736
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_free

tests/cbmc/proofs/s2n_hmac_new/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ PROJECT_SOURCES += $(SRCDIR)/crypto/s2n_evp.c
3232
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_init
3333
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_reset
3434
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_free
35-
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_allow_md5_for_fips
3635
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_init
3736
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_reset
3837
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_free

tests/cbmc/proofs/s2n_hmac_update/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE)
3131

3232
PROJECT_SOURCES += $(SRCDIR)/crypto/s2n_hmac.c
3333
PROJECT_SOURCES += $(SRCDIR)/crypto/s2n_hash.c
34-
PROJECT_SOURCES += $(SRCDIR)/crypto/s2n_evp.c
3534
PROJECT_SOURCES += $(SRCDIR)/utils/s2n_safety.c
3635

3736
# We abstract these functions because manual inspection demonstrates they are unreachable.

0 commit comments

Comments
 (0)