Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
afa72761
Commit
afa72761
authored
Jul 13, 2012
by
Niels Möller
Browse files
Configure lshd key exchange algorithms via algorithm_options.
parent
9b98f3ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
afa72761
...
...
@@ -5,6 +5,7 @@
* src/lsh-transport.c (main_argp_parser): Configure key exchange
algorithms via algorithm_options.
* src/lshd.c (lshd_config_handler): Likewise.
2012-07-12 Niels Möller <nisse@lysator.liu.se>
...
...
src/lshd.c
View file @
afa72761
...
...
@@ -972,7 +972,7 @@ lshd_config_handler(int key, uint32_t value, const uint8_t *data,
}
ctx
->
super
.
kexinit
=
make_kexinit_info
(
make_int_list
(
1
,
ATOM_DIFFIE_HELLMAN_GROUP14_SHA1
,
-
1
)
,
=
make_kexinit_info
(
self
->
algorithms
->
kex_algorithms
,
hostkey_algorithms
,
self
->
algorithms
->
crypto_algorithms
,
self
->
algorithms
->
mac_algorithms
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment