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: D-Programming-Deimos/openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.3
Choose a base ref
...
head repository: D-Programming-Deimos/openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.4
Choose a head ref
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    0856a9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #111 from orip/patch-1

    Update README.md link to opensslv
    CyberShadow authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5787938 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 3, 2024

  1. Merge pull request #113 from aleferri/master

    Support GDC by splitting run in build, execute and cleanup
    CyberShadow authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    574ef8d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add casts from SSLOptionType to c_long, required with OpenSSL 3+ on W…

    …indows
    
    Where SSLOptionType is ulong (on all platforms since v3), but c_long
    is 32-bit (Windows-specific). This fixes compilation errors when using
    SSL_CTX_set_mode() etc.
    kinke committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    52cf52c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from kinke/fix_win_cast

    Add casts from `SSLOptionType` to `c_long`, required with OpenSSL 3+ on Windows
    CyberShadow authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    836c22a View commit details
    Browse the repository at this point in the history
Loading