Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-08 | Merge pull request #2070 from essen/fix-ssl-shutdown-crash | Ingela Andin | |
ssl: Fix two invalid gen_statem returns OTP-15505 | |||
2019-01-08 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-01-08 | Merge pull request #2076 from IngelaAndin/ingela/ssl/active-once/ERL-371 | Ingela Andin | |
ssl: Guarantee active once data delivery OTP-15504 | |||
2019-01-07 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/ssl_handshake.erl | |||
2019-01-07 | Merge branch 'ingela/ssl/error-handling-should-be-throw/OTP-15502' into maint | Ingela Anderton Andin | |
* ingela/ssl/error-handling-should-be-throw/OTP-15502: ssl: Clean up extension handling | |||
2018-12-27 | ssl: Gurantee active once data delivery | Ingela Anderton Andin | |
New internal active N changed timing, and new check is needed. | |||
2018-12-22 | ssl: Fix two invalid gen_statem returns | Loïc Hoguin | |
2018-12-21 | ssl: Clean up extension handling | Ingela Anderton Andin | |
Use throw stratgy for erro handling in extension handling. Makes code consistent and easier to refactor. Also fixes bug that an incorrect return value for gen_statem could be created when alert was a result of handling renegotiation info extension. | |||
2018-12-21 | Merge branch 'maint' | Ingela Anderton Andin | |
* maint: Updated OTP version Prepare release | |||
2018-12-21 | Merge branch 'maint-21' into maint | Ingela Anderton Andin | |
* maint-21: Updated OTP version Prepare release | |||
2018-12-20 | Prepare release | Erlang/OTP | |
2018-12-20 | ssl: Fix renegotiation with new TLS sender | Ingela Anderton Andin | |
Wtite connection state was not synchronized when peer initiated renegotiation | |||
2018-12-20 | ssl: Add renegotiate test case | Ingela Anderton Andin | |
2018-12-20 | ssl: Remove no longer needed functions | Ingela Anderton Andin | |
As the stop wrapper functions are no longer needed after tls_sender that altered the behaviour of the TLS distribution code. | |||
2018-12-20 | ssl: Fix downgrade | Ingela Anderton Andin | |
Both test case and code needed updates to work as intended. Code needed update due to new tls_sender process and the test case gave false positive reusult erarlier probably due to beeing to sloopy in order to avoid timeouts. | |||
2018-12-20 | ssl: Remove checks and conversions not needed | Ingela Anderton Andin | |
2018-12-20 | ssl: Use binary:copy/2 to avoid list overhead | Ingela Anderton Andin | |
2018-12-20 | ssl: Remove unnecessary internal event | Ingela Anderton Andin | |
2018-12-20 | ssl: Clean code | Ingela Anderton Andin | |
Rename Connection:handle_common_event Connection:handle_protocol_record removing use of unnecessary argument and making code easier to understand. | |||
2018-12-20 | ssl: Add static_env record | Ingela Anderton Andin | |
State values created at init | |||
2018-12-20 | ssl: Correct number of arguments in master | Ingela Anderton Andin | |
2018-12-20 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/tls_connection.erl | |||
2018-12-19 | ssl: Fix renegotiation with new TLS sender | Ingela Anderton Andin | |
Wtite connection state was not synchronized when peer initiated renegotiation | |||
2018-12-19 | ssl: Add renegotiate test case | Ingela Anderton Andin | |
2018-12-19 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-12-19 | ssl: Cuddle test cases | Ingela Anderton Andin | |
Cipher test case also needed updating to handle streams correctly We should not rizzo test chacha20_poly1305 Conflicts: lib/ssl/test/ssl_basic_SUITE.erl | |||
2018-12-14 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: lib/ssl/src/ssl_connection.hrl lib/ssl/src/tls_connection.erl | |||
2018-12-14 | Merge branch 'raimo/ssl/tls_dist-optimization' into maint | Raimo Niskanen | |
* raimo/ssl/tls_dist-optimization: Tighten dist app data receive | |||
2018-12-14 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/dtls_connection.erl lib/ssl/src/ssl_connection.erl lib/ssl/src/ssl_connection.hrl lib/ssl/src/tls_connection.erl lib/ssl/src/tls_record.erl | |||
2018-12-14 | Merge branch 'ingela/ssl/optimize/OTP-15445' into maint | Ingela Anderton Andin | |
* ingela/ssl/optimize/OTP-15445: ssl: Fix test case ssl: Remove no longer needed functions ssl: Fix downgrade ssl: Remove checks and conversions not needed ssl: Use binary:copy/2 to avoid list overhead ssl: Remove unnecessary internal event ssl: Clean code ssl: Add static_env record | |||
2018-12-14 | ssl: Fix test case | Ingela Anderton Andin | |
packet raw is a stream, test code manged it packet oriented in the function active_raw. | |||
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-13 | Tighten dist app data receive | Raimo Niskanen | |
2018-12-13 | ssl: Remove no longer needed functions | Ingela Anderton Andin | |
As the stop wrapper functions are no longer needed after tls_sender that altered the behaviour of the TLS distribution code. | |||
2018-12-13 | ssl: Fix downgrade | Ingela Anderton Andin | |
Both test case and code needed updates to work as intended. Code needed update due to new tls_sender process and the test case gave false positive reusult erarlier probably due to beeing to sloopy in order to avoid timeouts. | |||
2018-12-12 | ssl: Remove checks and conversions not needed | Ingela Anderton Andin | |
2018-12-12 | ssl: Use binary:copy/2 to avoid list overhead | Ingela Anderton Andin | |
2018-12-12 | ssl: Remove unnecessary internal event | Ingela Anderton Andin | |
2018-12-12 | ssl: Clean code | Ingela Anderton Andin | |
Rename Connection:handle_common_event Connection:handle_protocol_record removing use of unnecessary argument and making code easier to understand. | |||
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-12 | ssl: Add static_env record | Ingela Anderton Andin | |
State values created at init | |||
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-11 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-12-06 | Merge branch 'maint' | Raimo Niskanen | |
2018-12-05 | Rewrite to work for stream connection | Raimo Niskanen | |
2018-12-04 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: lib/ssl/test/ssl_dist_bench_SUITE.erl | |||
2018-12-04 | Merge branch 'raimo/ssl/tls_dist-optimization' into maint | Raimo Niskanen | |
* raimo/ssl/tls_dist-optimization: Handle socket close in state downgrade Handle dead sender at terminate Handle tls_sender exit properly Optimize split_bin Improve dist send throughput | |||
2018-12-04 | Merge branch 'raimo/ssl/tls_dist-profiling' into maint | Raimo Niskanen | |
* raimo/ssl/tls_dist-profiling: Improve benchmark Implement print on other node Fix compiler warnings |