Skip to content
Snippets Groups Projects
  1. Nov 15, 2024
  2. Nov 12, 2024
  3. Oct 21, 2024
  4. Oct 20, 2024
  5. Oct 18, 2024
  6. Aug 01, 2024
  7. Jul 29, 2024
    • Stig Palmquist's avatar
      Default to IO::Socket::SSL::default_ca() instead of Mozilla::CA · 41f9f3b8
      Stig Palmquist authored
      - Default to IO::Socket::SSL::default_ca(), rather than Mozilla::CA
      
      - Rename `_find_CA_file` to `_find_CA` as it now can return
        `SSL_ca_path` in addition to `SSL_ca_file`
      
      - Add backwards compat shim for `_find_CA_file`
      
      - Tests:
        - Add 190_find_CA.t that checks  `_find_CA` and `_find_CA_file`
        - Remove Mozilla::CA from 210_live_ssl.t
        - Skip 210_live_ssl.t if can_ssl() is false, as this checks for a
          cert store as well as required modules
      
      - Remove recommended dependency on Mozilla::CA
      
      - Bump IO::Socket::SSL dependency for https
        - require 1.968 for default_ca() runtime
        - remove suggested version
      
      - Update documentation
      41f9f3b8
  8. Jan 13, 2024
  9. Jul 11, 2023
  10. Jun 22, 2023
  11. Jun 14, 2023
  12. Jun 11, 2023
Loading