crypto: Add wrappers for OpenSSL BIGNUM and EC_POINT
authorJouni Malinen <j@w1.fi>
Mon, 31 Dec 2012 17:40:08 +0000 (19:40 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Jan 2013 15:51:52 +0000 (17:51 +0200)
commit619c70a0b24bb910ebcef6786a85ddff3b05427e
tree9ed1ebcefc53ca59c965d37ef08987e69998af00
parentd136c376f2aa5414ad30f345085a00971e2156aa
crypto: Add wrappers for OpenSSL BIGNUM and EC_POINT

These new crypto wrappers can be used to implement bignum and EC
operations using various crypto libraries.

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