]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP server: Initialize TLS context based on private_key
authorJouni Malinen <j@w1.fi>
Sun, 24 Nov 2013 16:08:45 +0000 (18:08 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 24 Nov 2013 16:08:45 +0000 (18:08 +0200)
commit59d343858d881d80d604e5f251b46cfc4b3b8759
tree81537d4a33102387dc2139c075eaa442066a18dd
parent6b417a1b77de776cb53bb13043143761387758fb
EAP server: Initialize TLS context based on private_key

It is possible for the authentication server to be configured with a
PKCS #12 file that includes a private key, a server certificate, and a
CA certificate. This combination could result in server_cert and ca_cert
parameters not being present and that should still result in TLS context
getting initialized.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/ap/authsrv.c