Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-08 | Merge branch 'maint' | Hans Nilsson | |
2015-10-08 | Merge branch 'hans/ssh/option_dh_gex_limits_ignored/OTP-13029' into maint | Hans Nilsson | |
2015-10-08 | ssh: document new pub key algorithms | Hans Nilsson | |
2015-10-08 | ssh: ECDSA public key implemented | Hans Nilsson | |
2015-10-08 | ssh: Tests updated for ecdsa | Hans Nilsson | |
2015-10-07 | ssh: added dh_gex tests | Hans Nilsson | |
2015-10-07 | Merge branch 'maint' | Hans Nilsson | |
2015-10-06 | ssh: doc update | Hans Nilsson | |
2015-10-06 | ssh: compression tests skipped if alg is not supported | Hans Nilsson | |
2015-10-06 | ssh: Bug in [email protected] compression fixed | Hans Nilsson | |
2015-10-06 | Merge branch 'maint' | Hans Nilsson | |
2015-10-06 | ssh: document ctr crypto mode | Hans Nilsson | |
2015-10-06 | ssh: aes192-ctr and aes256-ctr implemented | Hans Nilsson | |
2015-10-02 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: 4.1->4.2 | |||
2015-10-02 | ssh: 4.1->4.2 | Hans Nilsson | |
2015-10-02 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: document dh-gex default values ssh: document ecdh and hmac-sha2-512 | |||
2015-10-02 | Merge branch 'hans/ssh/doc_dh-gex_defaults' into maint | Hans Nilsson | |
* hans/ssh/doc_dh-gex_defaults: ssh: document dh-gex default values | |||
2015-10-01 | ssh: document dh-gex default values | Hans Nilsson | |
2015-10-01 | ssh: document ecdh and hmac-sha2-512 | Hans Nilsson | |
2015-09-25 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: remove unused filed #ssh.kb_data ssh: new states for keyboard-interactive ssh: new state - service_request | |||
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-23 | Merge tag 'OTP-18.1' | Henrik Nord | |
=== OTP-18.1 === Changed Applications: - compiler-6.0.1 - crypto-3.6.1 - debugger-4.1.1 - dialyzer-2.8.1 - diameter-1.11 - erts-7.1 - eunit-2.2.11 - hipe-3.13 - inets-6.0.1 - kernel-4.1 - mnesia-4.13.1 - odbc-2.11.1 - public_key-1.0.1 - sasl-2.6 - ssh-4.1 - ssl-7.1 - stdlib-2.6 - tools-2.8.1 - wx-1.5 Unchanged Applications: - asn1-4.0 - common_test-1.11 - cosEvent-2.2 - cosEventDomain-1.2 - cosFileTransfer-1.2 - cosNotification-1.2 - cosProperty-1.2 - cosTime-1.2 - cosTransactions-1.3 - edoc-0.7.17 - eldap-1.2 - erl_docgen-0.4 - erl_interface-3.8 - et-1.5.1 - gs-1.6 - ic-4.4 - jinterface-1.6 - megaco-3.18 - observer-2.1 - orber-3.8 - os_mon-2.4 - ose-1.1 - otp_mibs-1.1 - parsetools-2.1 - percept-0.8.11 - reltool-0.7 - runtime_tools-1.9.1 - snmp-5.2 - syntax_tools-1.7 - test_server-3.9 - typer-0.9.9 - webtool-0.9 - xmerl-1.3.8 Conflicts: OTP_VERSION erts/vsn.mk | |||
2015-09-21 | Prepare release | Erlang/OTP | |
2015-09-14 | Merge branch 'maint' | Anders Svensson | |
2015-09-11 | ssh: increased max number of algorithms | Hans Nilsson | |
2015-08-31 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: dh_gex defautl values increased. Groups added | |||
2015-08-30 | ssh: dh_gex defautl values increased. Groups added | Hans Nilsson | |
2015-08-30 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: Reorganize and extend the test suites | |||
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 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: Elliptic Curve Diffie-Hellman (ECDH) | |||
2015-08-29 | Merge branch 'hans/ssh/kex_ecdh/OTP-12622' into maint | Hans Nilsson | |
* hans/ssh/kex_ecdh/OTP-12622: ssh: Elliptic Curve Diffie-Hellman (ECDH) | |||
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-28 | Merge branch 'maint' | Hans Nilsson | |
2015-08-28 | ssh: update vsn.mk | Hans Nilsson | |
2015-08-26 | Merge branch 'maint' | Hans Nilsson | |
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-25 | Merge branch 'maint' | Hans Nilsson | |
2015-08-25 | Merge branch 'hans/ssh/deps_in_src_Makefile' into maint | Hans Nilsson | |
* hans/ssh/deps_in_src_Makefile: ssh: dependencies added in ssh/src/Makefile | |||
2015-08-24 | ssh: doubled short timetrap in testcase | Hans Nilsson | |
2015-08-24 | ssh: dependencies added in ssh/src/Makefile | Hans Nilsson | |
2015-08-17 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: ct:pal -> ct:log in lib/ssh/test ssh: ssh_trpt_test_lib improvments ssh: Unicode test improvments | |||
2015-08-07 | ssh: ct:pal -> ct:log in lib/ssh/test | Hans Nilsson | |
2015-08-07 | ssh: ssh_trpt_test_lib improvments | Hans Nilsson | |
- negotiation state - better printouts | |||
2015-08-07 | ssh: Unicode test improvments | Hans Nilsson | |
2015-08-06 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: announce dh-group-exchange ssh: document new options in doc/ssh.xml ssh: more dh_gex test cases ssh: options 'dh_gex_groups' and 'dh_gex_limits' | |||
2015-08-06 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: diffie-hellman-group14-sha1 | |||
2015-08-05 | ssh: announce dh-group-exchange | Hans Nilsson | |
2015-08-05 | ssh: document new options in doc/ssh.xml | Hans Nilsson | |