Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05 | ssh: announce dh-group-exchange | Hans Nilsson | |
2015-08-05 | ssh: document new options in doc/ssh.xml | 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 test group | 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-16 | inets: cancel for handler with no requests | Kirilll Zaborsky | |
httpc_handler should react properly to cancel requests even when the request to be cancelled was already finished but httpc_manager did not get notified about that yet | |||
2015-07-09 | Fix small typo | Constantin Rack | |
2015-07-09 | Merge branch 'redvers/public_key_docfix' into maint | Zandra Hird | |
* redvers/public_key_docfix: Updated documentation to match implementation | |||
2015-07-08 | Merge branch 'maint-18' into maint | Rickard Green | |
* maint-18: Updated OTP version Prepare release Fix calculation of end time Prefer monotonic time that stop during suspend Avoid unnecessary copying of data when retrieving corrected monotonic time Add the --enable-gettimeofday-as-os-system-time configure switch | |||
2015-07-08 | Prepare release | Erlang/OTP | |
2015-07-08 | Merge branch 'rickard/trace-file-eintr-bug/OTP-12890' into maint-18 | Erlang/OTP | |
* rickard/trace-file-eintr-bug/OTP-12890: Handle EINTR in trace_file_drv | |||
2015-07-08 | Merge branch 'dgud/wx/send-asserts-to-erl' into maint | Dan Gudmundsson | |
* dgud/wx/send-asserts-to-erl: wx: Add event callback fastpath wx: Event callbacks could hang wx application temporary wx: Make wxLANGUAGE_ variable wx: Send wxWdigets assert to error logger wx: Add mouse_capture_lost event wx: Fix code generator | |||
2015-07-07 | Merge branch 'maint-17' into maint | Zandra Hird | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/runtime_tools/doc/src/notes.xml lib/runtime_tools/vsn.mk otp_versions.table | |||
2015-07-07 | wx: Add event callback fastpath | Dan Gudmundsson | |
Avoids spawn but can deadlock | |||
2015-07-06 | Prepare release | Erlang/OTP | |
2015-07-06 | Handle EINTR in trace_file_drv | Rickard Green | |
2015-07-04 | ssh: be more generous about disconnect expects | Hans Nilsson | |
2015-07-04 | ssh: add disjunction to ssh_trpt_test_lib:match | Hans Nilsson | |
2015-07-03 | Merge branch 'egil/update-gitgnore' into maint | Björn-Egil Dahlberg | |
2015-07-03 | mnesia: Update gitignore | Björn-Egil Dahlberg | |
2015-07-03 | Merge branch 'hans/ssh/no_common_algs/OTP-11531' into maint | Hans Nilsson | |
* hans/ssh/no_common_algs/OTP-11531: ssh: testcases for no common algorithms in key exchange | |||
2015-07-03 | Merge branch 'hans/ssh/trpt_test_lib/OTP-12858' into maint | Hans Nilsson | |
2015-07-03 | Merge branch 'ia/ssl/tune-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/tune-tests: ssl: Exclude broken OpenSSL version from ECC test ssl: Tune timeouts | |||
2015-07-02 | wx: Event callbacks could hang wx application temporary | Dan Gudmundsson | |
After applying a command make sure that it didn't recurse to a callback invocation, then we must re-start from the saved command queue. | |||
2015-07-02 | ssl: Exclude broken OpenSSL version from ECC test | Ingela Anderton Andin | |
2015-07-02 | ssl: Tune timeouts | Ingela Anderton Andin | |
2015-07-02 | ssh: testcases for no common algorithms in key exchange | Hans Nilsson | |
2015-07-02 | ssh: Initial ssh_tprt_test_lib.erl and ssh_protocol_SUITE | Hans Nilsson | |
This test lib is intended for deeper testing of the SSH application. It makes it possible to do exact steps in the message exchange to test "corner cases" | |||
2015-07-01 | wx: Make wxLANGUAGE_ variable | Dan Gudmundsson | |
So they work on both wxWidgets-2.8 and 3.0 | |||
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-30 | ssh: new unicode tests | Hans Nilsson | |
2015-06-30 | ssh: delete ssh_unicode_SUITE | Hans Nilsson | |
The tests now have supersets in ssh_basic_SUITE and ssh_sftp_SUITE. | |||
2015-06-30 | wx: Send wxWdigets assert to error logger | Dan Gudmundsson | |
Instead of popping up an annoying msgbox | |||
2015-06-30 | wx: Add mouse_capture_lost event | Dan Gudmundsson | |
Needed to avoid asserts when capturing mouse on Windows. | |||
2015-06-30 | wx: Fix code generator | Dan Gudmundsson | |
I had changed the (generatade) code without updating the code generator in commit 38cb91a9. Fixed now, and also fixed a typo in the generated licence code. | |||
2015-06-28 | Updated documentation to match implementation | Red | |
Line number references are with respect to sources in public_key.erl Changes: - pkix_sign replaced public with private (L510) (Certificates are signed by private keys) - pki_asn1_type() added 'CertificateList' (L73) - pkix_sign_types added ecdsa (L404) - pkix_verify added ec_public_key() (L530) - pkix_is_issuer added 'CertificateList' (L569) | |||
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-23 | Merge branch 'ia/ssl/modern-timetrap' | Ingela Anderton Andin | |
* ia/ssl/modern-timetrap: ssl: Make init functions fail if make_certs:all fails ssl: Avoid sleep ssl: modernize timetrap handling | |||
2015-06-22 | ssl: Make init functions fail if make_certs:all fails | Ingela Anderton Andin | |
2015-06-22 | ssl: Avoid sleep | Ingela Anderton Andin | |
When possible avoid sleep in test cases. | |||
2015-06-22 | ssl: modernize timetrap handling | Ingela Anderton Andin | |
Watchdog is legacy test_server use only ct:timetrap/1 |