Can i check from kernel driver whether file signed with real certificate(like VeriSign or GlobalSign)? Do anybody have code which can do this? Thanks!
Asked
Active
Viewed 340 times
-2
-
If you intend to go down this route, note that the OpenSSL license and the GPL license are probably incompatible enough that you should _not_ move OpenSSL into the kernel, except as a toy for yourself. If you intend on distributing the results to others, you should pick a GPL-licensed cryptography toolkit. – sarnold May 02 '12 at 00:04