Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-17 | backports: fix missing linux/verification.h error on < 4.7 | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com> | |||
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> |