diff options
| author | Jan Pechanec <Jan.Pechanec@Sun.COM> | 2009-02-13 07:01:03 -0800 |
|---|---|---|
| committer | Jan Pechanec <Jan.Pechanec@Sun.COM> | 2009-02-13 07:01:03 -0800 |
| commit | 6023a540d24df8406f1bd221f66d71e19332fafd (patch) | |
| tree | 58ce2653cdde06435cb90079d4b42417cf35993b /usr/src/cmd/ssh/include | |
| parent | 62615d1b6cd28c7db6dea1cdad6d219ffbcd7881 (diff) | |
| download | illumos-joyent-6023a540d24df8406f1bd221f66d71e19332fafd.tar.gz | |
6799060 implement arcfour128 and arcfour256 in SunSSH
6804216 pkcs#11 engine should support a key length range for RC4
Diffstat (limited to 'usr/src/cmd/ssh/include')
| -rw-r--r-- | usr/src/cmd/ssh/include/myproposal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ssh/include/myproposal.h b/usr/src/cmd/ssh/include/myproposal.h index b6182867d2..dc0043e49a 100644 --- a/usr/src/cmd/ssh/include/myproposal.h +++ b/usr/src/cmd/ssh/include/myproposal.h @@ -57,7 +57,7 @@ extern "C" { * list as well. */ #define KEX_DEFAULT_SERVER_ENCRYPT "aes128-ctr,aes192-ctr,aes256-ctr," \ - "arcfour" + "arcfour128,arcfour256,arcfour" #define KEX_DEFAULT_CLIENT_ENCRYPT KEX_DEFAULT_SERVER_ENCRYPT \ ",aes128-cbc,aes192-cbc,aes256-cbc," \ |
