]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Allow a list of supported curves to be used in bootstrapping URI
authorJouni Malinen <quic_jouni@quicinc.com>
Thu, 14 Apr 2022 13:57:11 +0000 (16:57 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 14 Apr 2022 13:57:11 +0000 (16:57 +0300)
commitb0769ce61c8e5b764b578692b9783adcf94d2ad5
tree3a72990491ff11c2726745bd3df40d6e56fe82f4
parent73b41762d0760bc728b3e7da27cd795c732591f9
DPP: Allow a list of supported curves to be used in bootstrapping URI

The new DPP_BOOTSTRAP_GEN command parameter supported_curves can be used
to specify a colon separated list of supported curves. Information from
a parsed URI shows this information with a new supp_curves line in the
DPP_BOOTSTRAP_INFO output.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/common/dpp.c
src/common/dpp.h
src/utils/common.c
src/utils/common.h