Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | ssh, public_key: random selection of diffie-hellman moduli | Hans Nilsson | |
Also tool (public_key:gen_moduli_hrl) to convert an openssh moduli file to erlang format. | |||
2015-11-02 | ssh: Make tests for bad packet_len and field lengths inside packets | Hans Nilsson | |
Includes a ssh_transport:pack/3 function for generating invalid packets | |||
2015-10-19 | Merge branch 'hans/ssh/cuddle_spec' into maint | Hans Nilsson | |
* hans/ssh/cuddle_spec: ssh: dialyzer fix | |||
2015-10-19 | ssh: Implemented ssh_transport:ecdh_validate_public_key (partly) | Hans Nilsson | |
Defined in http://www.secg.org/sec1-v2.pdf '3.2.2 Validation of Elliptic Curve Public Keys' according to RFC 5656 ch 4. More to be done: check singularities, implement reading compressed points.... | |||
2015-10-16 | ssh: dialyzer fix | Hans Nilsson | |
2015-10-16 | public_key: add/update -spec for ssh functions | Hans Nilsson | |
2015-10-16 | ssh, public_key: use pubkey encode/decode in app public_key | Hans Nilsson | |
2015-10-16 | ssh, public_key: Change EC Public Key representation to what was intended | Hans Nilsson | |
2015-10-16 | Merge branch 'maint-18' into maint | Henrik Nord | |
Conflicts: lib/ssh/vsn.mk | |||
2015-10-15 | ssh: set dh_gex default to group14 | Hans Nilsson | |
2015-10-15 | ssh: Add a 1024 group to the list of key gex groups | Hans Nilsson | |
2015-10-14 | Merge branch 'maint-18' into maint | Henrik Nord | |
Conflicts: lib/ssh/vsn.mk | |||
2015-10-13 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2015-10-12 | ssh: set dh_gex default to group14 | Hans Nilsson | |
2015-10-12 | ssh: updatated spec for ssh:daemon | Hans Nilsson | |
2015-10-08 | ssh: Option max_channels added. | Hans Nilsson | |
It actually counts the number of subsystem alive. Allocating a channel does not consume any resources (except some cpu cycles), but the subsystem start spawns processes. | |||
2015-10-08 | Merge branch 'hans/ssh/option_dh_gex_limits_ignored/OTP-13029' into maint | Hans Nilsson | |
2015-10-08 | ssh: ECDSA public key implemented | Hans Nilsson | |
2015-10-07 | ssh: added dh_gex tests | Hans Nilsson | |
2015-10-06 | ssh: Bug in [email protected] compression fixed | Hans Nilsson | |
2015-10-06 | ssh: aes192-ctr and aes256-ctr implemented | Hans Nilsson | |
2015-09-24 | ssh: remove unused filed #ssh.kb_data | Hans Nilsson | |
2015-09-23 | ssh: new states for keyboard-interactive | Hans Nilsson | |
2015-09-23 | ssh: new state - service_request | Hans Nilsson | |
2015-09-11 | ssh: increased max number of algorithms | Hans Nilsson | |
2015-08-30 | ssh: dh_gex defautl values increased. Groups added | Hans Nilsson | |
2015-08-30 | ssh: Reorganize and extend the test suites | Hans Nilsson | |
Add ssh_trpt_test_lib:instantiate/2, ssh_test_lib:default_algoritms/2 and algo_intersection/2 ssh_to_openssh_SUITE uses only algos that sshd and ssh client supports raised timeout limit in ssh_basic_SUITE:ssh_connect_arg4_timeout Break out ssh_renegotiate_SUITE from ssh_basic_SUITE Move std_daemon/4 to ssh_test_lib.erl Add ssh_algorithms_SUITE Add ssh_options_SUITE Add assymetric testing of algorithms Add openssh tests to ssh_algorithms_SUITE Remove algo tests from ssh_sftp_SUITE (now in ssh_algorithms_SUITE) Removed kex algo tests from in ssh_basic_SUITE because they are now in ssh_algorithm_SUITE. fixed test case ssh_protocol_SUITE:no_common_alg_server_disconnects/1 | |||
2015-08-29 | ssh: Elliptic Curve Diffie-Hellman (ECDH) | Hans Nilsson | |
Adds ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp512 and OTP-12938 hmac-sha2-512 | |||
2015-08-25 | ssh: add extra random length padding in packets | Hans Nilsson | |
A new experimental option 'max_random_length_padding', not documented so it might change... | |||
2015-08-24 | ssh: dependencies added in ssh/src/Makefile | Hans Nilsson | |
2015-08-05 | ssh: announce dh-group-exchange | Hans Nilsson | |
2015-08-05 | ssh: more dh_gex test cases | Hans Nilsson | |
2015-08-05 | ssh: options 'dh_gex_groups' and 'dh_gex_limits' | Hans Nilsson | |
2015-08-05 | ssh: diffie-hellman-group14-sha1 | Hans Nilsson | |
2015-08-03 | ssh: added more groups for gex | Hans Nilsson | |
2015-08-03 | ssh: rm ssh_math and use crypto:compute_key instead | Hans Nilsson | |
2015-08-03 | ssh: filter algs unknown to crypto (except pk) | Hans Nilsson | |
2015-08-03 | ssh: Add experimental 'diffie-hellman-group-exchange-sha256 support | Hans Nilsson | |
DO NOT USE IN PRODUCTION!!! It is not enabled by default, but may be enabled with the option {preferred_algorithms, [{kex, ['diffie-hellman-group-exchange-sha256']}]} | |||
2015-08-03 | ssh: Repair/add experimental diffie-hellman-group-exchange-sha1 support | Hans Nilsson | |
DO NOT USE IN PRODUCTION!!! This is a bug fixing of the previously partly impelmented kex algorithm. There are more things to do, for example genrate/select better g,p pair obeying the min||n||max request. It is not enabled by default, but may be enabled with the option {preferred_algorithms, [{kex, ['diffie-hellman-group-exchange-sha1']}]} | |||
2015-07-02 | ssh: testcases for no common algorithms in key exchange | Hans Nilsson | |
2015-06-30 | ssh: correct sftp unicode and iolist bug | Hans Nilsson | |
Ssh_sftp.erl handled incorrectly unicode data in ssh_ftp:write_file. There was also problems with some deeper iolists. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-15 | ssh: add test case + corr for ssh_info:print/1 | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_basic_SUITE.erl | |||
2015-06-10 | Merge branch 'hans/ssh/unknown_msgfun/OTP-12813' | Hans Nilsson | |
* hans/ssh/unknown_msgfun/OTP-12813: ssh: Option unexpectedfun for ssh:daemon and ssh:connect | |||
2015-06-10 | Merge branch 'hans/ssh/no_erlint_func/OTP-11697' | Hans Nilsson | |
* hans/ssh/no_erlint_func/OTP-11697: ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erl | |||
2015-06-09 | ssh: Option unexpectedfun for ssh:daemon and ssh:connect | Hans Nilsson | |
This option has a fun as value. The fun will be called when an unexpected message arrives. The fun returns either 'skip' or 'report' to guide the connection_handler what to do. One usage is to filter out messages that are not wanted in the error logger as info reports. An example of such a message is the 'etimedout' tcp error message that will be received if a connection has keep_alive and the peer is restarted. | |||
2015-06-09 | ssh: change pwd->password for keyboard-interactive | Hans Nilsson | |
2015-06-09 | ssh save keybard-interactive data in #ssh{} | Hans Nilsson | |
2015-06-09 | ssh: make server check auth_methods when rec request | Hans Nilsson | |
2015-06-09 | ssh: Replace erlint/1 in ssh_message.erl and ssh_auth.erl | Hans | |
In the old times there was no binary notation which handled this particulary case, but now we can write big-signed-integer-unit:8 directly in binaries. The undocumented internal function ssh_bits:erlint/1 is removed. |