mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
fix wide lines
This commit is contained in:
parent
dafdbc2e9f
commit
ac75c33991
@ -165,7 +165,7 @@ test_establish_intro_wrong_mac(void *arg)
|
||||
/* Create outgoing ESTABLISH_INTRO cell and extract its payload so that we
|
||||
attempt to parse it. */
|
||||
establish_intro_cell = generate_establish_intro_cell(circuit_key_material,
|
||||
sizeof(circuit_key_material));
|
||||
sizeof(circuit_key_material));
|
||||
tt_assert(establish_intro_cell);
|
||||
/* Mangle one byte of the MAC. */
|
||||
uint8_t *handshake_ptr =
|
||||
@ -236,7 +236,7 @@ test_establish_intro_wrong_auth_key_len(void *arg)
|
||||
/* Create outgoing ESTABLISH_INTRO cell and extract its payload so that we
|
||||
attempt to parse it. */
|
||||
establish_intro_cell = generate_establish_intro_cell(circuit_key_material,
|
||||
sizeof(circuit_key_material));
|
||||
sizeof(circuit_key_material));
|
||||
tt_assert(establish_intro_cell);
|
||||
/* Mangle the auth key length. */
|
||||
hs_cell_establish_intro_set_auth_key_len(establish_intro_cell,
|
||||
@ -281,7 +281,7 @@ test_establish_intro_wrong_sig_len(void *arg)
|
||||
/* Create outgoing ESTABLISH_INTRO cell and extract its payload so that we
|
||||
attempt to parse it. */
|
||||
establish_intro_cell = generate_establish_intro_cell(circuit_key_material,
|
||||
sizeof(circuit_key_material));
|
||||
sizeof(circuit_key_material));
|
||||
tt_assert(establish_intro_cell);
|
||||
/* Mangle the signature length. */
|
||||
hs_cell_establish_intro_set_sig_len(establish_intro_cell, bad_sig_len);
|
||||
|
Loading…
Reference in New Issue
Block a user