]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Add preliminary support for partial message processing
authorJouni Malinen <j@w1.fi>
Sun, 13 Nov 2011 08:47:04 +0000 (10:47 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 13 Nov 2011 08:47:04 +0000 (10:47 +0200)
commitdbdcfa397932df90170a449acc48f71b8122a51a
treef927c888c724b89e716c9294546113adf31b4011
parent613522a40ac91ec64f81af850d4c50caa3129748
TLS: Add preliminary support for partial message processing

Reassemble partial TLS records to make the internal TLS client
implementation more convenient for stream sockets.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/crypto/tls.h
src/crypto/tls_internal.c
src/tls/tlsv1_client.c
src/tls/tlsv1_client.h
src/tls/tlsv1_client_i.h