Commit fe97ffa 1 parent 9bfe1fa commit fe97ffa Copy full SHA for fe97ffa
File tree 13 files changed +0
-35
lines changed
13 files changed +0
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ PROOF_SOURCES += $(PROOF_STUB)/s2n_calculate_stacktrace.c
28
28
PROOF_SOURCES += $(PROOF_STUB ) /s2n_is_in_fips_mode.c
29
29
30
30
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
31
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
32
31
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_ensure.c
33
32
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_safety.c
34
33
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ PROOF_SOURCES += $(PROOF_STUB)/s2n_calculate_stacktrace.c
30
30
PROOF_SOURCES += $(PROOF_STUB ) /s2n_is_in_fips_mode.c
31
31
32
32
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
33
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
34
33
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_safety.c
35
34
36
35
# We abstract these functions because manual inspection demonstrates they are unreachable.
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_reset
36
36
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_init
37
37
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_new
38
38
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
40
39
41
40
UNWINDSET +=
42
41
Original file line number Diff line number Diff line change @@ -28,14 +28,12 @@ PROOF_SOURCES += $(PROOF_STUB)/s2n_is_in_fips_mode.c
28
28
PROOF_SOURCES += $(PROOFDIR ) /$(HARNESS_FILE )
29
29
30
30
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
31
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
32
31
33
32
# We abstract these functions because manual inspection demonstrates they are unreachable.
34
33
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_copy
35
34
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_new
36
35
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_reset
37
36
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
39
37
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_copy
40
38
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_free
41
39
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_new
Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ PROOF_SOURCES += $(OPENSSL_SOURCE)/evp_override.c
25
25
PROOF_SOURCES += $(PROOF_STUB ) /s2n_is_in_fips_mode.c
26
26
27
27
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
28
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
29
28
30
29
# We abstract these functions because manual inspection demonstrates they are unreachable.
31
30
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_init
32
31
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_reset
33
32
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
35
33
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_init
36
34
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_reset
37
35
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_free
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ PROOF_SOURCES += $(PROOF_STUB)/s2n_calculate_stacktrace.c
30
30
PROOF_SOURCES += $(PROOF_STUB ) /s2n_is_in_fips_mode.c
31
31
32
32
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
33
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
34
33
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_safety.c
35
34
36
35
# We abstract these functions because manual inspection demonstrates they are unreachable.
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ PROOF_SOURCES += $(PROOF_STUB)/s2n_calculate_stacktrace.c
30
30
PROOF_SOURCES += $(PROOF_STUB ) /s2n_is_in_fips_mode.c
31
31
32
32
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
33
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
34
33
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_safety.c
35
34
36
35
# We abstract these functions because manual inspection demonstrates they are unreachable.
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE)
29
29
30
30
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
31
31
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hmac.c
32
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
33
32
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_ensure.c
34
33
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_safety.c
35
34
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE)
31
31
32
32
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
33
33
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hmac.c
34
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
35
34
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_ensure.c
36
35
37
36
# We abstract these functions because manual inspection demonstrates they are unreachable.
Original file line number Diff line number Diff line change @@ -26,13 +26,11 @@ PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE)
26
26
27
27
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
28
28
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hmac.c
29
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
30
29
31
30
# We abstract these functions because manual inspection demonstrates they are unreachable.
32
31
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_init
33
32
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_low_level_hash_reset
34
33
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
36
34
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_init
37
35
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_reset
38
36
REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_hash_c_s2n_evp_hash_free
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE)
29
29
30
30
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
31
31
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hmac.c
32
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
33
32
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_ensure.c
34
33
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_safety.c
35
34
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ PROOF_SOURCES += $(PROOFDIR)/$(HARNESS_FILE)
31
31
32
32
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hmac.c
33
33
PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_hash.c
34
- PROJECT_SOURCES += $(SRCDIR ) /crypto/s2n_evp.c
35
34
PROJECT_SOURCES += $(SRCDIR ) /utils/s2n_safety.c
36
35
37
36
# We abstract these functions because manual inspection demonstrates they are unreachable.
You can’t perform that action at this time.
0 commit comments