Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-10 | ssh: Document engine_key_ref() returned from ssh_server_key:host_key/2 | Hans Nilsson | |
2017-11-10 | ssh: Update ssh_{server|client}_key doc to what it should have been | Hans Nilsson | |
2017-11-10 | ssh: New test suite for engine-stored keys | Hans Nilsson | |
2017-11-10 | ssh: Update SSH for engine-stored host keys | Hans Nilsson | |
2017-10-30 | ssh: Fix testcase failures caused by better key checks | Hans Nilsson | |
2017-10-30 | ssh: Testcase with ecdsa hostkey placed in rsa files | Hans Nilsson | |
2017-10-30 | ssh: Client checks user's public key | Hans Nilsson | |
2017-10-30 | ssh: Server checks host key files at start and at accept | Hans Nilsson | |
2017-10-30 | ssh: Sharpen the PubKey validity check | Hans Nilsson | |
2017-10-12 | ssh: Adapt to simplified public_key and simplify ssh | Hans Nilsson | |
2017-10-12 | ssh: Anonymize unused variables in test suites | Hans Nilsson | |
2017-10-12 | ssh: ssh_bench_SUITE disable aes_gcm | Hans Nilsson | |
2017-10-12 | ssh: remove dead code | Hans Nilsson | |
2017-10-10 | Merge branch 'hans/ssh/ssh_dbg_hostkey/OTP-14658' into maint | Hans Nilsson | |
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-10-09 | ssh: ssh_dbg:algs function | Hans Nilsson | |
2017-10-03 | ssh: Use cipher=none and mac=none in benchmarks again | Hans Nilsson | |
2017-10-03 | ssh: Put ssh_property_test_SUITE back in test/Makefile | Hans Nilsson | |
2017-10-03 | ssh: ssh_dbg reports cryptolib info | Hans Nilsson | |
2017-10-03 | ssh: enable host key debugging in ssh_dbg | Hans Nilsson | |
2017-10-03 | ssh: Make host key checking more debug friendly | Hans Nilsson | |
2017-10-03 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release Fix zlib merge snafu ssh: fix broken printouts ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | |||
2017-10-02 | Prepare release | Erlang/OTP | |
2017-10-02 | Merge branch 'hans/ssh/printout_crash/OTP-14645' into maint-20 | Erlang/OTP | |
* hans/ssh/printout_crash/OTP-14645: ssh: fix broken printouts | |||
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-09-29 | ssh: fix broken printouts | Hans Nilsson | |
2017-09-28 | ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | Hans Nilsson | |
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-22 | Update release notes | Erlang/OTP | |
2017-09-22 | Update version numbers | Erlang/OTP | |
2017-09-11 | ssh: Doc modified after comments | Hans Nilsson | |
2017-09-11 | ssh: fix dialyzer error | Hans Nilsson | |
2017-09-11 | ssh: Document the option modify_algorithms and a User's Guide chapter | Hans Nilsson | |
2017-09-11 | ssh: test cases for modify_algorithms | Hans Nilsson | |
2017-09-11 | ssh: ssh:chk_algos_opts/1 | Hans Nilsson | |
This function is intended primarily for users who want to experiment with the options preferred_algorithms and modify_algorithms. | |||
2017-09-11 | ssh: Added option 'modify_algorithms' with prepend, append and rm | Hans Nilsson | |
If a user wants to enable one non-default algorithm or remove a default one, the option preferred_algorithms is too complicated since it replaces the whole set of algorithms. | |||
2017-08-24 | Merge branch 'maint-20' into maint | Raimo Niskanen | |
* maint-20: Updated OTP version Prepare release Accept non-binary options as socket-options Bump version Fix broken handling of default values in extensions for PER compiler: Fix live regs update on allocate in validator Take fail labels into account when determining liveness in block ops Check for overflow when appending binaries, and error out with system_limit | |||
2017-08-23 | Prepare release | Erlang/OTP | |
2017-08-19 | Fix file owner access permission in ssh_sftp module | Hamidreza Soleimani | |
Previously, a hard-coded atom (read_write) has been used as file owner access permission in response to ssh_sftp:read_file_info/2 function. With this fix, the actual value of file owner access permission is added to the returning record. That value is calculated from file mode value. | |||
2017-08-17 | Accept non-binary options as socket-options | Hans Nilsson | |
For example the option {raw,6,6,<<2,0,0,0>>} | |||
2017-07-05 | Add support for binary input in ssh_io | Daniel Pettersson | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-06-12 | ssh: re-formulate timeouts in ssh_sftp:start_channel | Hans Nilsson | |
2017-06-12 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-06-12 | ssh: Document send_ext_info and recv_ext_info options | Hans Nilsson | |
2017-06-12 | ssh: Doc for SSH application updated | Hans Nilsson | |
2017-06-12 | ssh: fix sporadic error in ssh_options_SUITE | Hans Nilsson | |
2017-06-12 | ssh: fix sporadic error in ssh_protocol_SUITE | Hans Nilsson | |
2017-06-02 | ssh: Restructure internal tool ssh_dbg | Hans Nilsson | |
The need for more trace patterns requires a somewhat different structure. It was previoiusly a bit difficult to use in e.g. test suites. Now it is easier. |