From: David Howells Date: Tue, 18 Jun 2013 16:40:44 +0000 (+0100) Subject: X.509: Remove certificate date checks X-Git-Tag: v3.13-rc1~18^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=124df926090b32a998483f6e43ebeccdbe5b5302;p=pandora-kernel.git X.509: Remove certificate date checks Remove the certificate date checks that are performed when a certificate is parsed. There are two checks: a valid from and a valid to. The first check is causing a lot of problems with system clocks that don't keep good time and the second places an implicit expiry date upon the kernel when used for module signing, so do we really need them? Signed-off-by: David Howells cc: David Woodhouse cc: Rusty Russell cc: Josh Boyer cc: Alexander Holler cc: stable@vger.kernel.org --- Reading git-diff-tree failed