]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Store the group order in EC context data
authorJouni Malinen <j@w1.fi>
Tue, 1 Jan 2013 09:54:54 +0000 (11:54 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 15:51:53 +0000 (17:51 +0200)
commitce46ec8df062295735109178b7e2aae31ac0e534
treee0f5129c519692d04417325e31742671cc237c1b
parent4925b303dbc196555b2f1ff5e028262fb49a6f5b
SAE: Store the group order in EC context data

This makes the SAE implementation a bit simpler by not having to build
the bignum for group order during execution.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/common/sae.c
src/crypto/crypto.h
src/crypto/crypto_openssl.c