docs/tuf/signed
Miloslav Trmač 40bfc3f890 Don't use elliptic.P224()
This curve is not available on Fedora and RHEL systems, so removing the
reference allows tests to pass there.  Vast majority of the
curve-specific work is done in the golang crypto/elliptic package, so
this does not weaken the tests noticeably.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2015-10-30 20:44:05 +01:00
..
ed25519.go cryptoservices can abstract multiple keystores 2015-10-30 11:05:43 -07:00
errors.go adding gotuf to notary 2015-10-27 16:36:06 -07:00
interface.go cryptoservices can abstract multiple keystores 2015-10-30 11:05:43 -07:00
sign.go adding gotuf to notary 2015-10-27 16:36:06 -07:00
sign_test.go cryptoservices can abstract multiple keystores 2015-10-30 11:05:43 -07:00
verifiers.go adding gotuf to notary 2015-10-27 16:36:06 -07:00
verifiers_test.go Don't use elliptic.P224() 2015-10-30 20:44:05 +01:00
verify.go adding gotuf to notary 2015-10-27 16:36:06 -07:00
verify_test.go go fmt was complaining about import order after my sed replacement 2015-10-27 17:22:08 -07:00