1. 10 7月, 2023 1 次提交
  2. 10 4月, 2021 1 次提交
  3. 26 3月, 2021 1 次提交
  4. 07 1月, 2021 1 次提交
  5. 02 11月, 2020 1 次提交
  6. 27 10月, 2020 1 次提交
  7. 12 8月, 2020 1 次提交
  8. 30 1月, 2020 1 次提交
  9. 19 12月, 2019 1 次提交
  10. 08 11月, 2019 1 次提交
  11. 09 10月, 2019 1 次提交
  12. 24 9月, 2019 1 次提交
  13. 13 8月, 2019 1 次提交
    • D
      $HOME/.config/mosquitto_sub or pub? · c169ad6a
      Dan Langille 提交于
      Should $HOME/.config/mosquitto_sub be $HOME/.config/mosquitto_pub? It seems to be that way based on my testing.
      
      I think this is a copy/paste error.
      c169ad6a
  14. 22 5月, 2019 1 次提交
  15. 12 4月, 2019 1 次提交
  16. 11 4月, 2019 1 次提交
  17. 02 4月, 2019 1 次提交
  18. 28 2月, 2019 1 次提交
  19. 27 2月, 2019 1 次提交
  20. 26 2月, 2019 2 次提交
    • N
      Add engine private key password support · 20894fcb
      Nicolás Pernas Maradei 提交于
      Some OpenSSL engines (selectable via tls_engine option) may require a
      password to make use of private keys created with them in the first place.
      
      The TPM engine for example, will require a password to access the underlying
      TPM's Storage Root Key (SRK), which is the root key of a hierarchy of keys
      associated with a TPM; it is generated within a TPM and is a non-migratable
      key. Each owned TPM contains a SRK, generated by the TPM at the request
      of the Owner. [1]
      
      By default, the engine will prompt the user to introduce the SRK password
      before any private keys created with the engine can be used. This could
      be inconvenient when running on an unattended system.
      
      Here's where the new tls_engine_kpass_sha option comes in handy. The user
      can specify a SHA1 hash of its engine private key password via command
      line or config file and it will be passed on to the engine directly.
      
      This commit adds support for both clients (libmosquitto) and broker.
      
      [1] https://goo.gl/qQoXBYSigned-off-by: NNicolás Pernas Maradei <nicopernas@gmail.com>
      20894fcb
    • N
      Add TLS engine and keyform support to libmosquitto · f88cc064
      Nicolás Pernas Maradei 提交于
      - Clients can now offload crypto tasks to an external crypto device through
        the OpenSSL ENGINE API.
      - The keyfiles can now be treated as PEM or ENGINE keys.
      - Two new functions were added to libmosquitto to set up the previously
        mentioned features.
      - Both mosquitto_sub and mosquitto_pub include support to turn on the mentioned
        features through command line options.
      Signed-off-by: NNicolás Pernas Maradei <nicopernas@gmail.com>
      f88cc064
  21. 10 1月, 2019 1 次提交
  22. 01 11月, 2018 1 次提交
  23. 31 10月, 2018 1 次提交
  24. 19 9月, 2018 1 次提交
  25. 11 4月, 2018 1 次提交
  26. 07 4月, 2018 1 次提交
  27. 18 7月, 2017 1 次提交
  28. 01 6月, 2017 2 次提交
  29. 22 4月, 2017 1 次提交
  30. 17 5月, 2016 1 次提交
  31. 13 3月, 2016 2 次提交
  32. 06 2月, 2016 1 次提交
  33. 25 10月, 2015 1 次提交
  34. 15 10月, 2015 1 次提交
  35. 27 1月, 2015 1 次提交
  36. 10 1月, 2015 2 次提交