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

simpler NormalizeTargets #82

Merged
merged 1 commit into from
May 6, 2015

Conversation

endophage
Copy link

path.Join("/", foo) will always add a / on the front of foo and additionally a path.Clean happens internally as part of path.Join

@titanous
Copy link
Contributor

titanous commented May 6, 2015

Thanks! Please add a DCO sign-off (I just realized that we're missing a CONTRIBUTING file).

@endophage
Copy link
Author

Ah yep, no worries.

Are you interested in the changes I made around verifiers (see my master branch, signed/verifiers.go and updates to signed/verify.go)? I'd be happy to port them over.

@titanous
Copy link
Contributor

titanous commented May 6, 2015

Yeah, pluggable signature verification makes sense, ideally with RSA off by default.

@endophage
Copy link
Author

Cool, I'll get that ported sometime this week

@endophage
Copy link
Author

ugh, ignore for a bit, I screwed up my branches... :-P

Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
@endophage
Copy link
Author

There we go.

@titanous
Copy link
Contributor

titanous commented May 6, 2015

LGTM, Thanks!

titanous added a commit that referenced this pull request May 6, 2015
@titanous titanous merged commit e4c2efd into theupdateframework:master May 6, 2015
rdimitrov pushed a commit to rdimitrov/go-tuf that referenced this pull request Jan 25, 2024
theupdateframework#82)

Since TUF spec 1.0.32 the key type for ecdsa does not include the parameters,
they are only part of the key-scheme.
This commit updates the default keytype to not include the parameters, but
includes a compatibility key type to be able to accept metadata compliant
with older versions of the spec.

Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
rdimitrov pushed a commit that referenced this pull request Jan 29, 2024
#82)

Since TUF spec 1.0.32 the key type for ecdsa does not include the parameters,
they are only part of the key-scheme.
This commit updates the default keytype to not include the parameters, but
includes a compatibility key type to be able to accept metadata compliant
with older versions of the spec.

Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants