summaryrefslogtreecommitdiffstats
path: root/net/wireless/certs
Commit message (Collapse)AuthorAgeFilesLines
* cfg80211: ship certificates as hex filesJohannes Berg2017-12-192-0/+86
| | | | | | | | | | | | Not only does this remove the need for the hexdump code in most normal kernel builds (still there for the extra directory), but it also removes the need to ship binary files, which apparently is somewhat problematic, as Randy reported. While at it, also add the generated files to clean-files. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
* cfg80211: implement regdb signature checkingJohannes Berg2017-10-111-0/+0
Currently CRDA implements the signature checking, and the previous commits added the ability to load the whole regulatory database into the kernel. However, we really can't lose the signature checking, so implement it in the kernel by loading a detached signature (regulatory.db.p7s) and check it against built-in keys. Signed-off-by: Johannes Berg <johannes.berg@intel.com>