commit | aff3e273045d52bf063ec92c1e053e8fd8340340 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <quic_jouni@quicinc.com> | Fri Apr 22 17:50:49 2022 +0300 |
committer | Jouni Malinen <quic_jouni@quicinc.com> | Fri Apr 22 17:50:49 2022 +0300 |
tree | e421278d13efa2dbd64e822460681663bdcd81df | |
parent | a29df16adec3b59edcda24dc6df194334c36d693 [diff] |
DPP: Fix DPPURICurves processing This was not supposed to use the dpp_get_curve() function, but simply fetch the argument as-is. Fix this by using get_param() directly to avoid indicating support for P-256 only. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>