]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "KEYS: verify a certificate is signed by a 'trusted' key"
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Nov 2013 00:38:17 +0000 (16:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Nov 2013 00:38:17 +0000 (16:38 -0800)
commit2bff032d6ae6e7992543c288bf4fde292c1c6121
tree5100bc67485b2e72d2b05e6b091419b5d633fc22
parentf10cd47acfe7946b7e99ea2f8ecbed7df15ae38b
Revert "KEYS: verify a certificate is signed by a 'trusted' key"

This reverts commit 7151fecf3176cb220cbce7c4131b0b8c469ad555, which
caused the following build errors:

  crypto/asymmetric_keys/x509_public_key.c: In function ‘x509_key_preparse’:
  crypto/asymmetric_keys/x509_public_key.c:237:35: error: ‘system_trusted_keyring’ undeclared (first use in this function)
   ret = x509_validate_trust(cert, system_trusted_keyring);
                                   ^
  crypto/asymmetric_keys/x509_public_key.c:237:35: note: each undeclared identifier is reported only once for each function it appears in

reported by Jim Davis. Mimi says:

 "I made the classic mistake of requesting this patch to be upstreamed
  at the last second, rather than waiting until the next open window.

  At this point, the best course would probably be to revert the two
  commits and fix them for the next open window"

Reported-by: Jim Davis <jim.epost@gmail.com>
Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
crypto/asymmetric_keys/x509_public_key.c