diff options
author | Denys Vlasenko | 2018-02-06 13:33:00 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-02-14 17:38:40 +0100 |
commit | 112392232028fa2ce215043e7f9cf78f7ff74afe (patch) | |
tree | 094ecc8780da172ce7997942de99ea413a7ffb28 /networking/libiproute/iproute.c | |
parent | ce5ba9277b5b712c18208f8116edc2dcfa490e43 (diff) | |
download | busybox-112392232028fa2ce215043e7f9cf78f7ff74afe.zip busybox-112392232028fa2ce215043e7f9cf78f7ff74afe.tar.gz |
tls: fix hash calculations if client cert is requested and sent
Symptoms: connecting to
openssl s_server -cert vsftpd.pem -port 990 -debug -cipher AES128-SHA
works, but with "-verify 1" option added it does not.
function old new delta
tls_xread_record 474 499 +25
tls_handshake 1582 1607 +25
bad_record_die 98 110 +12
tls_run_copy_loop 282 293 +11
tls_xread_handshake_block 58 51 -7
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 4/1 up/down: 73/-7) Total: 66 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute/iproute.c')
0 files changed, 0 insertions, 0 deletions