Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'ingela/ssl/correct-test-groups' into maint | Ingela Anderton Andin | |
* ingela/ssl/correct-test-groups: ssl: Correct groups | |||
2019-07-25 | ssl: Correct groups | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'ingela/ssl/continue-restructure-tests' into maint | Ingela Anderton Andin | |
* ingela/ssl/continue-restructure-tests: ssl: Avoid race in test code ssl: Remove duplicate suite ssl: Continue moving test form basic_SUITE to more appropriate suites ssl: Add ssl_socket_SUITE | |||
2019-07-25 | ssl: Avoid race in test code | Ingela Anderton Andin | |
2019-07-25 | ssl: Remove duplicate suite | Ingela Anderton Andin | |
The suite was renamed tls_1_3_versions_SUITE but apparently not via git, so the old file remained. | |||
2019-07-25 | ssl: Continue moving test form basic_SUITE to more appropriate suites | Ingela Anderton Andin | |
2019-07-25 | ssl: Add ssl_socket_SUITE | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'ingela/ssl/sane-openssl' into maint | Ingela Anderton Andin | |
* ingela/ssl/sane-openssl: ssl: Old OpenSSL implementation does not ignore trailing client hello data | |||
2019-07-24 | ssl: Old OpenSSL implementation does not ignore trailing client hello data | Ingela Anderton Andin | |
Do not test TLS 1.0 with these old versions as we do send hello extensions for those implementations that will use them, and trailing unknown data should be ignored by RFC complient implementations. | |||
2019-07-24 | Merge branch 'maint' | Micael Karlberg | |
2019-07-24 | Merge branch 'bmk/erts/esock/20190717/select_info_clarify/OTP-15731' into maint | Micael Karlberg | |
2019-07-23 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-23 | Merge branch 'ingela/ssl/continue-test-restructure' into maint | Ingela Anderton Andin | |
* ingela/ssl/continue-test-restructure: ssl: Move alert test to own suite ssl: Move der_input and rizzo tests | |||
2019-07-23 | ssl: Move alert test to own suite | Ingela Anderton Andin | |
Also clean up code after previous test moves | |||
2019-07-23 | ssl: Move der_input and rizzo tests | Ingela Anderton Andin | |
Also refactor Rizzo tests to minimize them to only test what actually can be tested. In practice this was already done but a lot of legacy code remained. In the past timing happened to make it look like it was possible to test Rizzo-Dungeon mitigation in more detail, but it was based on false assumptions that can not be applied to streams. | |||
2019-07-22 | Merge branch 'maint' | Rickard Green | |
* maint: Fix etp-ets-tables Fix node refc test for free processes hanging around Enhanced node refc bookkeeping Fix node container refc tests of ETS Fix node refc test of external data Node container refc test for persistent terms Include persistent term storage in node/dist refc check Fix node refc test for system message queue | |||
2019-07-22 | Merge branch 'rickard/node-refc-tests-22' into maint | Rickard Green | |
* rickard/node-refc-tests-22: Fix etp-ets-tables Fix node refc test for free processes hanging around Enhanced node refc bookkeeping Fix node container refc tests of ETS Fix node refc test of external data Node container refc test for persistent terms Include persistent term storage in node/dist refc check Fix node refc test for system message queue | |||
2019-07-22 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Fix handling of ALPN in TLS 1.3 | |||
2019-07-22 | Merge branch 'peterdmv/ssl/fix-tls13-alpn' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-tls13-alpn: ssl: Fix handling of ALPN in TLS 1.3 | |||
2019-07-22 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-22 | Merge branch 'ingela/ssl/restructure-tests' into maint | Ingela Anderton Andin | |
* ingela/ssl/restructure-tests: ssl: Add API suites ssl: Covered by property tests ssl: Correct RSP/PSK and ALPN handling ssl: Better grouping of test | |||
2019-07-22 | Fix etp-ets-tables | Rickard Green | |
2019-07-22 | Fix node refc test for free processes hanging around | Rickard Green | |
2019-07-22 | Enhanced node refc bookkeeping | Rickard Green | |
2019-07-22 | Fix node container refc tests of ETS | Rickard Green | |
2019-07-22 | Fix node refc test of external data | Rickard Green | |
2019-07-22 | Merge branch 'rickard/node-refc-tests-21' into rickard/node-refc-tests-22 | Rickard Green | |
* rickard/node-refc-tests-21: Node container refc test for persistent terms Include persistent term storage in node/dist refc check Fix node refc test for system message queue | |||
2019-07-22 | ssl: Add API suites | Ingela Anderton Andin | |
This is also an effort to group test cases better. More such commits will follow. | |||
2019-07-22 | Node container refc test for persistent terms | Rickard Green | |
2019-07-22 | Include persistent term storage in node/dist refc check | Rickard Green | |
2019-07-22 | Merge branch 'rickard/node-refc-tests-20' into rickard/node-refc-tests-21 | Rickard Green | |
* rickard/node-refc-tests-20: Fix node refc test for system message queue | |||
2019-07-22 | Fix node refc test for system message queue | Rickard Green | |
2019-07-22 | Merge branch 'maint' | Kjell Winblad | |
2019-07-22 | Merge branch 'kjell/stdlib/io_colums_io_rows/OTP-15959/ERL-717' into maint | Kjell Winblad | |
* kjell/stdlib/io_colums_io_rows/OTP-15959/ERL-717: Fix io:columns() and io:rows() are not working from escripts bug | |||
2019-07-18 | ssl: Covered by property tests | Ingela Anderton Andin | |
2019-07-18 | ssl: Correct RSP/PSK and ALPN handling | Ingela Anderton Andin | |
Extention handling need some fixes to work correctly for ALPN and SSL-3.0 only client/servers do not support extensions | |||
2019-07-18 | ssl: Better grouping of test | Ingela Anderton Andin | |
Regroup testes after functionality making it easier to test all variants (all protocols, all cert types etc). Also extend OpenSSL interop | |||
2019-07-18 | Fix io:columns() and io:rows() are not working from escripts bug | Kjell Winblad | |
The functions io:columns() and io:rows() only worked correctly inside interactive erlang shells before this fix. These functions returned {error,enotsup} before this fix even if stdout and stdin were connected to a terminal when they were invoked from an escript or a program started with e.g., `erl -noshell`. This commit fixes issue ERL-717. | |||
2019-07-17 | [esock|doc] *May* require admin capability | Micael Karlberg | |
2019-07-17 | [esock|doc] Clarify select info | Micael Karlberg | |
Clarify select info, used in various functions. OTP-15731 | |||
2019-07-17 | Merge branch 'maint' | Micael Karlberg | |
2019-07-17 | Merge branch 'bmk/erts/esock/20190715/tests_tweaking' into maint | Micael Karlberg | |
2019-07-17 | ssl: Fix handling of ALPN in TLS 1.3 | Péter Dimitrov | |
2019-07-16 | Merge branch 'maint' | Micael Karlberg | |
2019-07-16 | Merge branch 'bmk/erts/esock/20190708/ipv6/OTP-15897' into maint | Micael Karlberg | |
2019-07-16 | Merge branch 'maint' | Raimo Niskanen | |
* maint: Fix leaking SSL node | |||
2019-07-16 | Merge branch 'raimo/test-cuddling' into maint | Raimo Niskanen | |
* raimo/test-cuddling: Fix leaking SSL node |