Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | backports: add signature verification code | Johannes Berg | |
Uh, this was awful. Because the crypto/ things are completely impossible to backport, I've actually implemented this by using mbedtls and embedding the relevant functions it has... The mbedtls code is taken from mbedtls version 2.6.0 and only minimally modified (mostly to remove <string.h> and similar). Signed-off-by: Johannes Berg <johannes.berg@intel.com> |