File tree 1 file changed +3
-2
lines changed
tests/cbmc/proofs/s2n_stuffer_private_key_from_pem
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
# implied. See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- # Enough to get full coverage with 7 minutes of runtime.
15
- MAX_BLOB_SIZE = 10
14
+ # Enough to get full coverage with a reasonable runtime.
15
+ MAX_BLOB_SIZE = 8
16
16
DEFINES += -DMAX_BLOB_SIZE=$(MAX_BLOB_SIZE )
17
17
18
18
CHECKFLAGS +=
@@ -48,6 +48,7 @@ REMOVE_FUNCTION_BODY += __CPROVER_file_local_s2n_mem_c_s2n_mem_cleanup_impl
48
48
REMOVE_FUNCTION_BODY += s2n_stuffer_resize
49
49
REMOVE_FUNCTION_BODY += s2n_stuffer_rewrite
50
50
REMOVE_FUNCTION_BODY += s2n_add_overflow
51
+ REMOVE_FUNCTION_BODY += s2n_stuffer_skip_whitespace
51
52
52
53
UNWINDSET += strlen.0:5 # size of S2N_PEM_PKCS1_RSA_PRIVATE_KEY
53
54
UNWINDSET += strncmp.0:5 # size of S2N_PEM_END_TOKEN
You can’t perform that action at this time.
0 commit comments