1. 06 8月, 2021 2 次提交
  2. 03 8月, 2021 5 次提交
  3. 20 7月, 2021 1 次提交
  4. 30 6月, 2021 1 次提交
  5. 29 6月, 2021 1 次提交
  6. 28 6月, 2021 1 次提交
  7. 23 6月, 2021 4 次提交
  8. 08 6月, 2021 1 次提交
  9. 02 6月, 2021 1 次提交
    • P
      libckteec: fix spelling mistake · 7ae9a404
      Pengguang Zhu 提交于
      Fix spelling mistake in pkcs11_api.c.
      Building in debug mode fails with the following error:
      
      src/pkcs11_api.c: In function ‘C_Sign’:
      src/pkcs11_api.c:969:36: error: ‘CKR_USER_NOT_LOGG_IN’ undeclared (first use in this function); did you mean ‘CKR_USER_NOT_LOGGED_IN’?
              CKR_SESSION_HANDLE_INVALID, CKR_USER_NOT_LOGG_IN,
                                          ^~~~~~~~~~~~~~~~~~~~
      
      Fixes: 3f44b870 ("libckteec: add support for Signing and Verification Functions")
      Reviewed-by: NEtienne Carriere <etienne.carriere@linaro.org>
      Signed-off-by: NPengguang Zhu <zpghao@163.com>
      7ae9a404
  10. 27 5月, 2021 3 次提交
  11. 29 4月, 2021 1 次提交
  12. 28 4月, 2021 1 次提交
    • R
      tee-supplicant: plugin: remove regular file check · 6782dcf6
      Rouven Czerwinski 提交于
      The readdir(3) man page mentions:
      
        Currently, only some filesystems (among them: Btrfs, ext2, ext3, and
        ext4) have full support for returning the file type in d_type. All
        applications must properly handle a return of DT_UNKNOWN.
      
      Which is exactly the case on my nitrogen6x test system based on YOCTO
      gatesgarth even using ext4:
      
        getdents64(4</usr/lib/tee-supplicant/plugins>,
        [{d_ino=3269, d_off=375390918, d_reclen=64, d_type=DT_UNKNOWN, d_name="f07bfc66-958c-4a15-99c0-260e4e7375dd.plugin"}, …], 32768) = 112
      
      Even the regular test plugin for the tee-supplicant is identified as
      DT_UNKNOWN, preventing the supplicant from loading the plugin.
      Instead try to open all files within the plugin directory, excluding "."
      & "..".
      Signed-off-by: NRouven Czerwinski <r.czerwinski@pengutronix.de>
      Reviewed-by: NJerome Forissier <jerome@forissier.org>
      Reviewed-by: NJens Wiklander <jens.wiklander@linaro.org>
      6782dcf6
  13. 21 4月, 2021 3 次提交
  14. 19 4月, 2021 1 次提交
  15. 29 3月, 2021 3 次提交
  16. 11 3月, 2021 1 次提交
  17. 09 3月, 2021 1 次提交
  18. 08 3月, 2021 3 次提交
  19. 23 2月, 2021 4 次提交
  20. 15 2月, 2021 2 次提交