1. Feb 24, 2022
  2. Feb 15, 2022
    • Olivier Gayot's avatar
      tests: replace use of ssl.wrap_socket that throws warnings in Python 3.10 · b7fb9114
      Olivier Gayot authored
      
      
      The function ssl.wrap_socket() is deprecated starting Python 3.7 because
      it does not support hostname matching (which is considered insecure). In
      Python 3.10, the function now throws warnings at runtime, which makes
      Ubuntu / Debian autopkgtest fail.
      
      The function ssl.SSLContext.wrap_socket comes in as the replacement and
      has support for SNI and hostname matching.
      
      Replaced all uses of ssl.wrap_socket() by equivalent using
      ssl.SSLContext.wrap_socket().
      
      Signed-off-by: default avatarOlivier Gayot <olivier.gayot@canonical.com>
      b7fb9114
  3. Feb 12, 2022
  4. Jan 12, 2022
  5. Dec 28, 2021
  6. Nov 17, 2021
  7. Nov 16, 2021
  8. Nov 09, 2021
  9. Nov 06, 2021
  10. Oct 29, 2021
  11. Oct 27, 2021
  12. Oct 24, 2021
  13. Oct 15, 2021
  14. Oct 13, 2021
  15. Oct 06, 2021
  16. Oct 05, 2021