Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | Merge branch 'hans/ssh/eddsa/OTP-15094' into maint | Hans Nilsson | |
* hans/ssh/eddsa/OTP-15094: ssh: Add Edward curves to the documentation ssh: Update test cases for eddsa ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448' | |||
2018-11-19 | ssh: Generalize unpublished test support option | Hans Nilsson | |
Also rename the corresponding testcase in ssh_options_SUITE and add logging. | |||
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-19 | ssh: Add public keys 'ssh-ed25519' and 'ssh-ed448' | Hans Nilsson | |
Requires OpenSSL-1.1.1 https://tools.ietf.org/html/draft-ietf-curdle-ssh-ed25519-ed448-00 | |||
2018-11-09 | ssh: Fix documentation for public key in ext_info | Hans Nilsson | |
2018-11-08 | ssh: Fix doc error in daemon 'exec' option | Hans Nilsson | |
2018-10-24 | ssh: Move some option's documentation to ssh_file | Hans Nilsson | |
user_dir user_dir_fun (missing previously) *_passphrase system_dir | |||
2018-09-13 | ssh: Use exported crypto types | Hans Nilsson | |
2018-08-23 | Merge branch 'hans/ssh/x25519_x448/OTP-15133' into maint | Hans Nilsson | |
* hans/ssh/x25519_x448/OTP-15133: ssh: Doc updates ssh: spec curve25519 & curve448 ssh: Fix non-conforming key generation in kex for x25519 and x448 ssh: Enable curve448-sha512 and curve25519-sha256 ssh: Remove the term 'eddh' | |||
2018-08-23 | ssh: spec curve25519 & curve448 | Hans Nilsson | |
2018-08-23 | ssh: -spec | Hans Nilsson | |
2018-08-13 | ssh: Circular trace buffer primitives | Hans Nilsson | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-09 | ssh: Add infinity as values to rekey_limit | Hans Nilsson | |
Zero is removed from the Minutes in the new tuple value to remove a loop possibility. The zero is kept for bytes since that is not dangerous and a removal would be an unnecssary incompatibility. | |||
2018-05-04 | ssh: Extend rekey_limit to also take an optional time | Hans Nilsson | |
2018-04-25 | ssh: New -spec and -type | Hans Nilsson | |
2018-03-29 | ssh: Use the new ssh_dbg module | Hans Nilsson | |
2018-03-29 | ssh: New ssh_dbg module | Hans Nilsson | |
2018-03-29 | ssh: Unused fields #ssh.hkey and #ssh.kex removed | Hans Nilsson | |
2018-03-20 | ssh: Fix bad spec for double_algs() in ssh.hrl | Hans Nilsson | |
2018-02-27 | ssh: Disable exec for non-default shell | Hans Nilsson | |
2017-11-16 | Merge branch 'maint-18' into maint | Hans Nilsson | |
* maint-18: Updated OTP version Prepare release ssh: Unicode encoding fix ssh: testcases for space trailing Hello msg Remove unused test include file from test suites eldap: Repair Makefile ssh: Don't remove trailing WS in Hello msg Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/compiler/doc/src/notes.xml lib/compiler/vsn.mk lib/crypto/test/blowfish_SUITE.erl lib/eldap/doc/src/notes.xml lib/eldap/vsn.mk lib/inets/test/httpd_load.erl lib/inets/test/httpd_mod.erl lib/inets/test/old_httpd_SUITE.erl lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk lib/stdlib/test/zip_SUITE.erl otp_versions.table | |||
2017-11-15 | ssh: Unicode encoding fix | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_connection_handler.erl | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-26 | ssh: server-sig-algs, client side | 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-26 | ssh: Correction of misspelled type | Hans Nilsson | |
2017-04-07 | ssh: Lazy default in get options macro | Hans Nilsson | |
2017-04-07 | ssh: -type and -spec adjustments | Hans Nilsson | |
2017-04-07 | ssh: Make an internal option delete function | Hans Nilsson | |
2017-03-02 | ssh: Types and spec fixes to conform to the ref manual | Hans Nilsson | |
2017-03-02 | ssh: Initial commit of option handling changes | Hans Nilsson | |
2016-08-29 | ssh: reduce random padding to 15 bytes | Hans Nilsson | |
This is to get rid of some warnings in Codenomicon/Defensics. It also speeds up the communications. | |||
2016-04-27 | ssh: Begin -spec for ssh_connection_handler | Hans Nilsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-12-03 | ssh: client pub key opt implemented | Hans Nilsson | |
2015-11-23 | ssh: AEAD_AES_(128|256)_GCM and aes(128|256)[email protected] crypto | Hans Nilsson | |
Note that the rfc5647 is ambigous so this implementation of AEAD_AES_(128|256)_GCM may or may not be compatible with others. They are note enabled by default but may be enabled by the user. See the Reference Manual, Application SSH for details of how we interpret the rfc. To be safe, use [email protected] or [email protected] instead. | |||
2015-11-04 | ssh: pwdfun/4 and simple tests | Hans Nilsson | |
Also solves OTP-13053 | |||
2015-10-16 | ssh, public_key: Change EC Public Key representation to what was intended | Hans Nilsson | |
2015-09-24 | ssh: remove unused filed #ssh.kb_data | 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-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-09 | ssh save keybard-interactive data in #ssh{} | Hans Nilsson | |
2015-06-03 | ssh: Add profile option | Ingela Anderton Andin | |
To enable the ssh daemon to run in a virtualized environment, where there can be more that one server that has the same ip-address and port, we add a new option profile. The profile name will be used in concatenation with ip-address and port to identify the ssh daemon instance. The name profile was chosen as there is a similar concept in the HTTP client in inets where profile names can be used to instantiate client configurations. Also the same type of option has been added to the HTTP server in inets. | |||
2014-01-21 | ssh: Adds unicode | Hans Nilsson | |
2013-11-13 | ssh: Merge connection_manager and connection_handler processes | Ingela Anderton Andin | |
Also start adding dialyzer specs and removing dead code | |||
2013-06-20 | Add openssh_zlib compression type to ssh_transport | Louis-Philippe Gauthier | |
http://www.openssh.org/txt/draft-miller-secsh-compression-delayed-00.txt | |||
2012-02-10 | Ssh daemon handles RSA host keys | Ingela Anderton Andin | |
Solves OTP-7677 | |||
2012-02-10 | Removed no longer needed code | Ingela Anderton Andin | |