Include certs with multiple RSA signature variants in test data
authordjm <djm@openbsd.org>
Wed, 12 Sep 2018 01:36:45 +0000 (01:36 +0000)
committerdjm <djm@openbsd.org>
Wed, 12 Sep 2018 01:36:45 +0000 (01:36 +0000)
commitd6254d8b0509f510d95bc52c8c43afb6dbe2061f
tree213c004aba47aa294e45c110e9502138e5ef4bf9
parent9d70765c61813381db41b29574f432e4aedc5efa
Include certs with multiple RSA signature variants in test data
Ensure that cert->signature_key is populated correctly
regress/usr.bin/ssh/unittests/sshkey/mktestdata.sh
regress/usr.bin/ssh/unittests/sshkey/test_file.c
regress/usr.bin/ssh/unittests/sshkey/testdata/rsa_1_sha1 [new file with mode: 0644]
regress/usr.bin/ssh/unittests/sshkey/testdata/rsa_1_sha1-cert.pub [new file with mode: 0644]
regress/usr.bin/ssh/unittests/sshkey/testdata/rsa_1_sha1.pub [new file with mode: 0644]
regress/usr.bin/ssh/unittests/sshkey/testdata/rsa_1_sha512 [new file with mode: 0644]
regress/usr.bin/ssh/unittests/sshkey/testdata/rsa_1_sha512-cert.pub [new file with mode: 0644]
regress/usr.bin/ssh/unittests/sshkey/testdata/rsa_1_sha512.pub [new file with mode: 0644]