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: sfackler/rust-openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: openssl-v0.10.47
Choose a base ref
...
head repository: sfackler/rust-openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: openssl-v0.10.48
Choose a head ref
  • 12 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    8f92004 View commit details
    Browse the repository at this point in the history
  2. Fix LibreSSL version checking in openssl/

    Previously it only did exact version matching -- different from how OpenSSL worked, and causing it to make many APIs exposed only on a single version of LibreSSL. This fixes that, and in the process identifies a bug in openssl-sys.
    alex committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4ecaf69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1851 from alex/libressl-versions

    Fix LibreSSL version checking in openssl/
    sfackler authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    319200a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    e5b6d97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1852 from smoelius/master

    Improve reliability of some tests
    sfackler authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    690eeb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Configuration menu
    Copy the full SHA
    482575b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    332311b View commit details
    Browse the repository at this point in the history
  3. Always provide an X509V3Context in X509Extension::new because OpenSSL…

    … requires it for some extensions (and segfaults without)
    alex committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    78aa9aa View commit details
    Browse the repository at this point in the history
  4. Document the horror show

    alex committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    a752805 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ced4f3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1854 from alex/davids-openssl-of-horrors

    Fix a series of security issues
    alex authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5efceaa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ff734f View commit details
    Browse the repository at this point in the history
Loading