Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cedadev/ndg_httpsclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.1
Choose a base ref
...
head repository: cedadev/ndg_httpsclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 27, 2020

  1. Updated test CA and issued certificates. Included key file for CA, so

    that others can update it if they wish or issue other test certificates.
    This is a TEST CA for testing ONLY.  Use accordingly!
    philipkershaw committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    370c1ec View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    7992fc1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from felixonmars/patch-1

    Correct a typo in subj_alt_name.py
    philipkershaw authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    daf30e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    4005b64 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    8d1a446 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. fix: bump minimum versions of PyOpenSSL and pyasn1 to address CVEs

    - PyOpenSSL: set minimum to >=26.0.0 (fixes CVE-2026-27459)
    - pyasn1: set minimum to >=0.6.3 (fixes CVE-2026-30922)
    
    Previously PyOpenSSL had no minimum version constraint and pyasn1
    only required >=0.1.1, allowing installation of versions with
    known security vulnerabilities.
    ahsansheraz-bonial committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    561e84f View commit details
    Browse the repository at this point in the history
  2. docs: drop Python 2 and Python < 3.8 support, update prerequisites

    - Updated python_requires to >=3.8
    - Updated classifiers to reflect Python 3.8-3.14
    - Removed Python 2 references from README
    - Updated prerequisites section with new minimum dependency versions
    ahsansheraz-bonial committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    1e9687d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from AhsanSheraz/fix/bump-pyopenssl-pyasn1-min…

    …imum-versions
    
    fix: bump minimum PyOpenSSL and pyasn1 versions for CVE fixes
    philipkershaw authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    b090ad8 View commit details
    Browse the repository at this point in the history
Loading