diff options
author | Denys Vlasenko | 2018-02-06 13:33:00 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-02-06 13:33:00 +0100 |
commit | 98066662aa15a21627ef8a3fb7318b6ee301df22 (patch) | |
tree | 72e25833d383db2df735c950ea65cab9856d48b1 /networking/Kbuild.src | |
parent | 5740e15de55baa343955196c641baeaec8a73b5c (diff) | |
download | busybox-98066662aa15a21627ef8a3fb7318b6ee301df22.zip busybox-98066662aa15a21627ef8a3fb7318b6ee301df22.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/Kbuild.src')
0 files changed, 0 insertions, 0 deletions