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: net-ssh/bcrypt_pbkdf-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sync-openbsd-sources
Choose a base ref
...
head repository: net-ssh/bcrypt_pbkdf-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 10, 2026

  1. fix issue #23

    avoid allocating memory before checking whether keylen is actually
    a sane value.
    mha-gen committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    3518fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2019421 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2026

  1. Merge pull request #36 from net-ssh/sync-openbsd-sources

    Sync bcrypt_pbkdf.c (v1.13→v1.17) and blowfish.c (v1.19→v1.20) from OpenBSD
    mfazekas authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    e1247ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from mha-gen/fix_33

    addresses issue where memory allocation is not freed on error state, addresses #33
    mfazekas authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    79b3ab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd9dc6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deacadf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fdf9d6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #38 from net-ssh/sync-blf-h

    sync blf.h to OpenBSD v1.8 (drop advertising clause)
    mfazekas authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    14a0cc2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #37 from net-ssh/test-invalid-keylen-guard

    add tests for invalid keylen guard (issue #31/#33)
    mfazekas authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    700e9c9 View commit details
    Browse the repository at this point in the history
Loading