Thanks to visit codestin.com
Credit goes to github.com

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: briansmith/ring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: codebase-labs/ring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.20-wasm
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 229 files changed
  • 4 contributors

Commits on Aug 11, 2022

  1. Support Xtensa, RISC-V and ESP-IDF

    cherry-pick to 0.16.20, which is what rustls currently requires
    ellenhp authored and bunnie committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    8e7c243 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Aug 21, 2022

  1. traspilation works and native build works

    now to layer in xous build but relying on ec_17 libs
    bunnie committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    b8e18e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6b7c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea81582 View commit details
    Browse the repository at this point in the history
  4. add compile_commands.json

    this is technically a generated file but it's very helpful
    to view its source to understand how things work
    bunnie committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    517e75f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    6e1ba1b View commit details
    Browse the repository at this point in the history
  2. commit (mostly) lint-free c2rust code

    the unused_assignments lint is a bit more complicated to fix up
    because there are two cases where this tends to happen:
    
    1. c2rust will faithfully assign a return value to a dummy variable
    if that's what the C code actually did.
    
    2. c2rust will always assign an initial value to a variable even
    if it is never used before actually being overwritten in the code
    
    I think we have the parsing infrastrucutre we'd need to remove that
    lint but i think we'll allow it for now...
    bunnie committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    4a168d1 View commit details
    Browse the repository at this point in the history
  3. cleanup newline issue

    bunnie committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    abdb4bc View commit details
    Browse the repository at this point in the history
  4. fix regression in native build

    bunnie committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    786a046 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. clean up one final lint error

    the remaining we'll let stand because the snake case and
    camel case conventions of crypto code does not obey Rust
    conventions for good reasons.
    bunnie committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    50c73bb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Update chacha.rs

    Change macro to match non-x86 arches.
    machinaut authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    5527dec View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

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

Commits on Sep 12, 2022

  1. Merge pull request #1 from machinaut/patch-1

    Update chacha.rs
    bunnie authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    117a207 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. bump xous dependency versions

    bunnie committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    7b9ef51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6556ab5 View commit details
    Browse the repository at this point in the history
  3. fix target_arch specifier

    bunnie committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    36e419d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

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

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    af5457a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f508f View commit details
    Browse the repository at this point in the history
Loading