Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | ssh: Make host and user key pre-checking better | Hans Nilsson | |
This will prevent crashes in ssh_file for public key types which have no passphrase option although being supported. Also centralize host key checking to avoid code duplication. This was already done for user keys. | |||
2018-11-19 | ssh: Cleaning and polishing of ssh_auth | Hans Nilsson | |
No intentional api changes. Only to make the code less hard to read. | |||
2018-11-19 | ssh: Add a common key_cb call function | Hans Nilsson | |
2018-11-09 | Merge branch 'hans/ssh/fix_ext_info/OTP-15413' into maint | Hans Nilsson | |
* hans/ssh/fix_ext_info/OTP-15413: ssh: Fix ssh_options checking for ext_info ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as server ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as client | |||
2018-11-07 | ssh: Fix SSH_MSG_EXT_INFO bug for OTP SSH as client | Hans Nilsson | |
The message could not be received in connected state | |||
2018-08-23 | ssh: Add [email protected] cipher | Hans Nilsson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-11 | ssh: Add experimental eddh | Hans Nilsson | |
Not working | |||
2018-05-30 | ssh: Change get_stacktrace | Hans Nilsson | |
2018-05-14 | ssh: Use generic_timer for option idle_time | Hans Nilsson | |
2018-05-14 | ssh: Refactor connection_msg handling | Hans Nilsson | |
2018-05-14 | ssh: Unfold function in the single used place | Hans Nilsson | |
2018-05-14 | ssh: idle_timer sends special msg instead of EXIT | Hans Nilsson | |
2018-05-08 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssh: Renegotiation -> renegotiate ssh: Fix DH group exchange server bug for PuTTY and others following draft-draft-00 from 2001 and not the rfc4419 crypto: get_engine_load_cmd_list excluded if no engine support crypto: Fix compilation for LibreSSL 2.7.x crypto: Disable test_engine if engine is disabled crypto: disable engine if OPENSSL_NO_EC* is set If that flag is set, and openssl/engine.h is included, there will be an erro further down in files included by engine.h Conflicts: OTP_VERSION | |||
2018-05-04 | ssh: Renegotiation -> renegotiate | Hans Nilsson | |
2018-05-04 | ssh: Extend rekey_limit to also take an optional time | Hans Nilsson | |
2018-04-27 | ssh: ssh_channel replaced by ssh_client_channel | Hans Nilsson | |
2018-04-27 | Merge branch 'hans/ssh/dbg/OTP-14896' | Hans Nilsson | |
* hans/ssh/dbg/OTP-14896: ssh: Correct a call that re-appeared by misstake | |||
2018-04-25 | ssh: New -spec and -type | Hans Nilsson | |
2018-04-25 | ssh: Correct a call that re-appeared by misstake | Hans Nilsson | |
2018-04-20 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release inets: Fix broken httpc options handling ssh: Fix server crashes for exit-normal signals ssh: Fix ssh_sftpd:handle_op not returning State Conflicts: OTP_VERSION | |||
2018-04-17 | ssh: Fix server crashes for exit-normal signals | Hans Nilsson | |
2018-03-29 | ssh: Use the new ssh_dbg module | Hans Nilsson | |
2018-03-29 | ssh: Add ssh_connection_handler:alg/1 for test purposes | Hans Nilsson | |
2018-03-29 | ssh: Simplify ssh_connection and ssh_connection_handler and their internal ↵ | Hans Nilsson | |
interfaces | |||
2018-03-16 | ssh: Remove deadlock in supervisor tree | Hans Nilsson | |
2018-03-02 | ssh: Fix the bug | Hans Nilsson | |
2018-02-20 | ssh: No error message for signal kill | Hans Nilsson | |
2017-11-20 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: testcases for space trailing Hello msg ssh: Don't remove trailing WS in Hello msg ssh: dialyzer fixes ssh: Fix broken error handling during session setup Remove invalid EINTR loop around close(2) Conflicts: lib/ssh/test/ssh_options_SUITE.erl | |||
2017-11-14 | ssh: dialyzer fixes | Hans Nilsson | |
2017-11-14 | ssh: Fix broken error handling during session setup | Hans Nilsson | |
2017-10-30 | ssh: Server checks host key files at start and at accept | Hans Nilsson | |
2017-09-29 | ssh: fix broken printouts | Hans Nilsson | |
2017-06-02 | ssh: Removed out-commented code | Hans Nilsson | |
2017-05-31 | ssh: Improve 'server-sig-algs' handling in client | Hans Nilsson | |
2017-05-22 | Merge branch 'hans/ssh/trim_state' | Hans Nilsson | |
2017-05-22 | ssh: remove extra options copy from internal state | Hans Nilsson | |
2017-05-22 | ssh: Handle if server-sig-algs and client has empty intersection | Hans Nilsson | |
In case server-sig-algs names only algorithms unknown to the client, the client will try with the ones it knows | |||
2017-05-17 | ssh: Use 'server-sig-algs' for client's selection of algs | Hans Nilsson | |
2017-05-12 | ssh: Option 'auth_methods' available not only in server but also in client | Hans Nilsson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-26 | ssh: Codenomicon/Defensics fixes | Hans Nilsson | |
2017-04-26 | ssh: Implement signature algorithms rsa-sha2-*. draft-ietf-curdle-rsa-sha2 | Hans Nilsson | |
2017-04-26 | ssh: server-sig-algs, client side | Hans Nilsson | |
2017-04-26 | ssh: state machine fixes for calls during re-negotiation | Hans Nilsson | |
2017-04-26 | ssh: Implement ext-info extension. draft-ietf-curdle-ssh-ext-info | Hans Nilsson | |
This is only a draft extension, but it is quite stable and already supported by some implementations. OpenSSH has had it for some year now. | |||
2017-04-18 | ssh: fix dialyzer errors | Hans Nilsson | |
2017-04-13 | Merge branch 'hans/ssh/use_postpone' | Hans Nilsson | |
2017-04-13 | ssh: re-write to use callback init/1 | Hans Nilsson | |
2017-04-12 | ssh: change next_event to postpone | Hans Nilsson | |