Bugzilla – Attachment 734 Details for
Bug 884
DSA keys (id_dsa.pub) with 8192 bits or more aren't correctly recognized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Regression test for big key problem.
openbsd-regress-bigkeys.patch (text/plain), 1.92 KB, created by
Darren Tucker
on 2004-10-29 22:06:30 AEST
(
hide
)
Description:
Regression test for big key problem.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2004-10-29 22:06:30 AEST
Size:
1.92 KB
patch
obsolete
>? authorized_keys_dtucker >? authorized_keys_root >? bigkey.sh >? dsa >? dsa.pub >? host.rsa >? host.rsa1 >? hostnoroot.rsa >? hostnoroot.rsa1 >? id_dsa_16384 >? id_dsa_32768 >? id_dsa_4096 >? id_dsa_8192 >? id_rsa1_16384 >? id_rsa1_32768 >? id_rsa1_4096 >? id_rsa1_8192 >? id_rsa_16384 >? id_rsa_32768 >? id_rsa_4096 >? id_rsa_8192 >? known_hosts >? rsa >? rsa.pub >? rsa1 >? rsa1.pub >? ssh_config >? ssh_proxy >? ssh_proxy_bigkey >? sshd_config >? sshd_proxy >? testkeys.tar.gz >Index: Makefile >=================================================================== >RCS file: /cvs/src/regress/usr.bin/ssh/Makefile,v >retrieving revision 1.32 >diff -u -p -r1.32 Makefile >--- Makefile 9 Jul 2004 19:45:43 -0000 1.32 >+++ Makefile 29 Oct 2004 11:49:26 -0000 >@@ -24,6 +24,7 @@ LTESTS= connect \ > agent-getpeereid \ > agent-timeout \ > agent-ptrace \ >+ bigkey \ > keyscan \ > keygen-change \ > scp \ >@@ -40,10 +41,11 @@ LTESTS= connect \ > USER!= id -un > CLEANFILES+= authorized_keys_${USER} known_hosts pidfile \ > ssh_config sshd_config.orig ssh_proxy sshd_config sshd_proxy \ >+ dsa.pub dsa hostnoroot.rsa hostnoroot.rsa1 \ > rsa.pub rsa rsa1.pub rsa1 host.rsa host.rsa1 \ > rsa-agent rsa-agent.pub rsa1-agent rsa1-agent.pub \ > ls.copy banner.in banner.out empty.in \ >- scp-ssh-wrapper.exe >+ scp-ssh-wrapper.exe ssh_proxy_bigkey > > #LTESTS+= ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp > >Index: test-exec.sh >=================================================================== >RCS file: /cvs/src/regress/usr.bin/ssh/test-exec.sh,v >retrieving revision 1.23 >diff -u -p -r1.23 test-exec.sh >--- test-exec.sh 25 Jun 2004 01:25:12 -0000 1.23 >+++ test-exec.sh 29 Oct 2004 11:49:26 -0000 >@@ -207,7 +207,8 @@ for t in rsa rsa1; do > echo HostKey $OBJ/host.$t >> $OBJ/sshd_config > > # don't use SUDO for proxy connect >- echo HostKey $OBJ/$t >> $OBJ/sshd_proxy >+ cp $OBJ/$t $OBJ/hostnoroot.$t >+ echo HostKey $OBJ/hostnoroot.$t >> $OBJ/sshd_proxy > done > chmod 644 $OBJ/authorized_keys_$USER >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 884
:
658
|
659
|
660
|
661
|
663
|
733
| 734 |
735