Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IGNORE: combination PR for merge testing #66

Closed
wants to merge 19 commits into from

Commits on Jan 5, 2021

  1. tink: add TypedPrimitiveSet

    Manually specialize `Clone` for all of the primitive types that are
    used in `PrimitiveSet`s.
    daviddrysdale committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    6bcb1d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b14f01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1d0efc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c97dcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e2bef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3573fd View commit details
    Browse the repository at this point in the history
  7. tink-streaming-aead: cope with partial reads

    It is valid for a Rust `std::io::Read` object to read less than the
    size of the provided buffer, even when more data is available (unlike
    Go's `io::ReadFull`, which only does a partial read if EOF is truly
    encountered).  Cope with this, and explicitly test for it too.
    
    Fixes #68
    daviddrysdale committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    df68f58 View commit details
    Browse the repository at this point in the history
  8. tink-proto: pull protobufs to separate crate

    Move main set of protobufs into a new tink-proto crate, and also
    move the testing protobufs into the tink-testing crate.
    
    Update all imports to pull in from the new places.
    daviddrysdale committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    9ae034c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4e90c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03a01a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4eda4a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dd1bbd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2d38382 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6572471 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f3d7c9 View commit details
    Browse the repository at this point in the history
  16. tink-tests: move all tests to separate crate

    This removes dev-dependencies from the tink functional crates
    daviddrysdale committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    e6a2763 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    03a8465 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    11fb3d9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4585f9e View commit details
    Browse the repository at this point in the history