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

{Public,Private}::from_ed25519 should not default to adding keyid_hash_algorithms #266

Merged
merged 2 commits into from
Jan 24, 2020

Commits on Jan 23, 2020

  1. Add tests for {Public,Private}Key::from_ed25519*

    Change-Id: I46d64bd2cc81f708bf538a00b8b84b02801e3828
    erickt committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    60f2b3a View commit details
    Browse the repository at this point in the history
  2. {Public,Private}Key::from_ed25519 should not set keyid_hash_algorithms

    python-tuf is [considering] getting rid of keyid_hash_algorithms, so we
    shouldn't default to generating keys with them specified.
    
    [considering]: theupdateframework/python-tuf#848
    
    Change-Id: I2c3af5d5eb7b0cc30793b54e45155320164cf706
    erickt committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    99f2c11 View commit details
    Browse the repository at this point in the history