Package: golang-github-smallstep-cli / 0.15.16+ds-4

Metadata

Package Version Patches format
golang-github-smallstep-cli 0.15.16+ds-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use idiomatic name for test files.patch | (download)

crypto/x509util/crt_test.go | 8 4 + 4 - 0 !
crypto/x509util/identity_test.go | 8 4 + 4 - 0 !
crypto/x509util/profile_test.go | 16 8 + 8 - 0 !
crypto/x509util/test_files/badca.crt | 37 0 + 37 - 0 !
crypto/x509util/test_files/badca.key | 54 0 + 54 - 0 !
crypto/x509util/test_files/badcsr.csr | 20 0 + 20 - 0 !
crypto/x509util/test_files/badpem.crt | 37 0 + 37 - 0 !
crypto/x509util/test_files/badpem.csr | 20 0 + 20 - 0 !
crypto/x509util/test_files/badpem.key | 54 0 + 54 - 0 !
crypto/x509util/test_files/badsig.csr | 20 0 + 20 - 0 !
crypto/x509util/test_files/ca.crt | 34 0 + 34 - 0 !
crypto/x509util/test_files/ca.key | 54 0 + 54 - 0 !
crypto/x509util/test_files/ed25519.crt | 10 0 + 10 - 0 !
crypto/x509util/test_files/google.crt | 28 0 + 28 - 0 !
crypto/x509util/test_files/noPasscodeBadCa.key | 51 0 + 51 - 0 !
crypto/x509util/test_files/noPasscodeCa.crt | 36 0 + 36 - 0 !
crypto/x509util/test_files/noPasscodeCa.key | 51 0 + 51 - 0 !
crypto/x509util/test_files/smallstep.crt | 31 0 + 31 - 0 !
crypto/x509util/test_files/test.smallstep.com.csr | 20 0 + 20 - 0 !
crypto/x509util/testdata/badca.crt | 37 37 + 0 - 0 !
crypto/x509util/testdata/badca.key | 54 54 + 0 - 0 !
crypto/x509util/testdata/badcsr.csr | 20 20 + 0 - 0 !
crypto/x509util/testdata/badpem.crt | 37 37 + 0 - 0 !
crypto/x509util/testdata/badpem.csr | 20 20 + 0 - 0 !
crypto/x509util/testdata/badpem.key | 54 54 + 0 - 0 !
crypto/x509util/testdata/badsig.csr | 20 20 + 0 - 0 !
crypto/x509util/testdata/ca.crt | 34 34 + 0 - 0 !
crypto/x509util/testdata/ca.key | 54 54 + 0 - 0 !
crypto/x509util/testdata/ed25519.crt | 10 10 + 0 - 0 !
crypto/x509util/testdata/google.crt | 28 28 + 0 - 0 !
crypto/x509util/testdata/noPasscodeBadCa.key | 51 51 + 0 - 0 !
crypto/x509util/testdata/noPasscodeCa.crt | 36 36 + 0 - 0 !
crypto/x509util/testdata/noPasscodeCa.key | 51 51 + 0 - 0 !
crypto/x509util/testdata/smallstep.crt | 31 31 + 0 - 0 !
crypto/x509util/testdata/test.smallstep.com.csr | 20 20 + 0 - 0 !
35 files changed, 573 insertions(+), 573 deletions(-)

 use idiomatic name for test files


0002 Build with mgutz ansi instead of samfoo ansi.patch | (download)

go.mod | 2 1 + 1 - 0 !
usage/renderer.go | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 build with mgutz/ansi instead of samfoo/ansi


0003 Replace references to vendored blackfriday.patch | (download)

usage/printer.go | 2 1 + 1 - 0 !
usage/renderer.go | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use packaged blackfriday
0004 update exception strings.patch | (download)

crypto/pemutil/pem_test.go | 10 5 + 5 - 0 !
crypto/x509util/identity_test.go | 4 2 + 2 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 [patch 1/5] update tests to match current exception strings for malformed certs.