Skip to content
Snippets Groups Projects
  1. Jun 27, 2024
  2. May 26, 2024
  3. May 13, 2024
  4. May 11, 2024
  5. May 08, 2024
  6. May 06, 2024
  7. Feb 07, 2024
  8. Feb 06, 2024
    • Chris Lalancette's avatar
      Use modern PKCS7 to sign the certificate bytes. (#290) · 760cfda0
      Chris Lalancette authored
      
      * Use modern PKCS7 to sign the certificate bytes.
      
      Using the SSLBinding leads to a warning in newer versions
      of pycryptography.  Luckily, there is a supported API
      called pkcs7 that allows us to do the same thing.  Even
      better, this API is supported since pycryptography 3.2,
      so this should work on both Ubuntu 22.04 and Ubuntu 24.04
      without warnings.
      
      * Keep fallback path for using SSLBinding.
      
      Windows is still using pycryptography 2.9, which doesn't
      support the new pkcs7 API.
      
      Signed-off-by: default avatarChris Lalancette <clalancette@gmail.com>
  9. Feb 01, 2024
    • Chris Lalancette's avatar
      Fix a number of warnings on Ubuntu 24.04. (#289) · 73f1b0d7
      Chris Lalancette authored
      
      * Fix a number of warnings on Ubuntu 24.04.
      
      In particular:
      1.  Get rid of the fallback path for argcompleter.  It
          isn't necessary anymore since all versions of argcompleter
          support these, and it was confusing mypy.
      2.  Add in a proper Optional annotation.
      3.  Use the newer importlib_resources.file API when it is
          available.
      
      * Add in appropriate dependency on python3-argcomplete.
      
      Also do a minor refactoring of the dependencies while we
      are here.
      
      Signed-off-by: default avatarChris Lalancette <clalancette@gmail.com>
  10. May 19, 2023
  11. May 15, 2023
  12. Apr 28, 2023
  13. Apr 11, 2023
  14. Mar 13, 2023
  15. Sep 13, 2022
  16. Jun 28, 2022
  17. May 19, 2022
  18. Apr 08, 2022
  19. Apr 07, 2022
  20. Jan 13, 2022
  21. Oct 06, 2021
  22. Sep 13, 2021
  23. Apr 15, 2021
  24. Apr 12, 2021
  25. Apr 10, 2021
  26. Apr 07, 2021
  27. Mar 25, 2021
  28. Mar 11, 2021
  29. Jan 28, 2021
Loading