]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Share a helper function for verifying Signature
authorJouni Malinen <j@w1.fi>
Sun, 9 Mar 2014 15:11:58 +0000 (17:11 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 9 Mar 2014 15:11:58 +0000 (17:11 +0200)
commit129b9b991ad9879768bfe7c8c7b4f61bc6807079
treea837dc06db297a1b3ee2c1da440a551df1363b0b
parent6531963584758971dfcebd663ea601d43adf9dbe
TLS: Share a helper function for verifying Signature

This same design is used in both the server and the client roles in the
internal TLS implementation. Instead of duplicated implementation, use a
helper function.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/tls/tlsv1_client_read.c
src/tls/tlsv1_common.c
src/tls/tlsv1_common.h
src/tls/tlsv1_server_read.c