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.56
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.57
Choose a head ref
  • 15 commits
  • 19 files changed
  • 6 contributors

Commits on Apr 26, 2023

  1. Update to bitflags 2.2.1.

    This is a new major version so some code changes are required.
    qwandor committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e483e78 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

  1. Merge pull request #2011 from alex/chacha20poly1305-libressl

    Expose chacha20_poly1305 on LibreSSL
    sfackler authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    99ea8a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

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

Commits on Aug 21, 2023

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

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    d266360 View commit details
    Browse the repository at this point in the history
  2. Add X509VerifyParam::set_email

    This is substantially similar to the other X.509 verification parameter
    options like host.
    dhouck committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c317ffe View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #2017 from johntyner/feature/cipher-ctx-clone

    Add openssl::cipher_ctx::CipherCtx::clone
    sfackler authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    117b459 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2018 from dhouck/x509-email

    Add X509VerifyParam::set_email
    sfackler authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2db5377 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Add perl-FindBin dep for fedora

    Compilation in fedora fails without this installed with message:
    
      --- stderr
      Can't locate FindBin.pm in @inc (you may need to install the FindBin module) 
    ...
    JadedBlueEyes authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    9708951 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2023 from JadedBlueEyes/patch-1

    Add perl-FindBin dep for fedora
    sfackler authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    528c3d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1906 from qwandor/bitflags

    Update to bitflags 2.2.1.
    sfackler authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    b60f3b8 View commit details
    Browse the repository at this point in the history
  4. clippy

    sfackler committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    03bc819 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    2d8f2f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2025 from alex/bump-for-release

    Release openssl v0.10.57 and openssl-sys v0.9.92
    sfackler authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    00dacb9 View commit details
    Browse the repository at this point in the history
Loading