]> git.ipfire.org Git - thirdparty/hostap.git/commit
BoringSSL: Use EC_KEY_new_by_curve_name() to simplify implementation
authorJouni Malinen <j@w1.fi>
Sun, 10 Dec 2017 21:41:29 +0000 (23:41 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 10 Dec 2017 21:41:29 +0000 (23:41 +0200)
commit7641d485db4bb3838919f8a7aa1d7799fc0c0285
treeabe0e760f17f1273997e609632032a4cca738322
parenta5da39607df21225211eb0e69b5f7a3b5103c03a
BoringSSL: Use EC_KEY_new_by_curve_name() to simplify implementation

There is no need to go through EC_GROUP_new_by_curve_name(),
EC_KEY_new(), and EC_KEY_set_group() when a single call to
EC_KEY_new_by_curve_name() takes care of all that.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/dpp.c
src/crypto/crypto_openssl.c