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: nginx-modules/nginx-ssl-fingerprint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: phuslu/nginx-ssl-fingerprint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 14 files changed
  • 2 contributors

Commits on Jan 26, 2025

  1. fix ci

    phuslu committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    8e03315 View commit details
    Browse the repository at this point in the history
  2. fix PACKET_remaining usage

    phuslu committed Jan 26, 2025
    Configuration menu
    Copy the full SHA
    d27041f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Supporing the laters versions of: nginx v1.27 patch and openssl v3.4 …

    …patch; Fix segfault; speedup sulution by reducting number of allocations per requests;
    dedok authored and phuslu committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    ed7c6db View commit details
    Browse the repository at this point in the history
  2. Test PACKET_remaing before do memcpy

    dedok authored and phuslu committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    b0cbf96 View commit details
    Browse the repository at this point in the history
  3. Fix add_variable, since it called at postconfiguration, and also over…

    …write v; make possibe working with map ''{} and other nginx.conf releated features by adding no_found; small refactoring of the code to make it more close to official nginx's style and logic
    dedok authored and phuslu committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    ccfe8f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    90c1aef View commit details
    Browse the repository at this point in the history
  2. Disable ngx_stream_ssl_fingerprint_preread_module.c, if nginx stream …

    …ssl module is off
    dedok authored and phuslu committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    6000f93 View commit details
    Browse the repository at this point in the history
  3. Specified variable behavior after typical functional tests. Also off …

    …preread module from nginx bootstrap, else error appear
    dedok authored and phuslu committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    509a4e8 View commit details
    Browse the repository at this point in the history
  4. Add: build stream module, only if ssl stream is enabled. Update: read…

    …me.md's support versions
    dedok authored and phuslu committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    6e95027 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Fix MD
    dedok authored and phuslu committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    f391042 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Fix of issues/63 (phuslu#64)

    Possible fix of the issue. Root cause: groups & formats or/and eq to NULL for some old .Net clients
    dedok authored May 13, 2025
    Configuration menu
    Copy the full SHA
    bd882b3 View commit details
    Browse the repository at this point in the history
Loading