Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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 | 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 'raimo/ssl/tls_dist-optimization' into maint | Raimo Niskanen | |
* raimo/ssl/tls_dist-optimization: Tighten dist app data receive | |||
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 | 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-10 | Prepare release | Erlang/OTP | |
2018-12-05 | Rewrite to work for stream connection | Raimo Niskanen | |
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 | |||
2018-12-04 | Merge branch 'ingela/ssl/test-cuddle-ssl_basic_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-cuddle-ssl_basic_SUITE: ssl: Correct test case | |||
2018-12-04 | Handle socket close in state downgrade | Raimo Niskanen | |
2018-12-03 | ssl: Fix error handling in function passive_receive | Ingela Anderton Andin | |
Also avoid code duplication Conflicts: lib/ssl/src/dtls_connection.erl lib/ssl/src/tls_connection.erl | |||
2018-12-03 | ssl: Correct ssl:shutdown | Ingela Anderton Andin | |
When internaly using active N, bugs in shutdown implementation where reveled. | |||
2018-12-03 | ssl: Internaly use {active, N} | Ingela Anderton Andin | |
Make next_record an internal help function to next_event and avoid duplicate calls to tls_socket:setopts for setting the active option. | |||
2018-12-03 | ssl: Correct test case | Ingela Anderton Andin | |
2018-11-30 | Handle dead sender at terminate | Raimo Niskanen | |
2018-11-30 | Handle tls_sender exit properly | Raimo Niskanen | |
2018-11-30 | Improve benchmark | Raimo Niskanen | |
2018-11-30 | Fix compiler warnings | Raimo Niskanen | |
2018-11-30 | crypto: Update test engine with fake rsa support | Hans Nilsson | |
We need to test the Engine interface not only for loading, key retrieval and hashing, so it is complemented with a fake rsa method to check sign/verify also. | |||
2018-11-23 | Optimize split_bin | Raimo Niskanen | |
2018-11-23 | Improve dist send throughput | Raimo Niskanen | |
2018-11-12 | ssl: Handle unicode ~s -> ~ts | Ingela Anderton Andin | |
2018-11-12 | Merge branch 'maint-20' into maint | Ingela Anderton Andin | |
* maint-20: Updated OTP version Prepare release | |||
2018-11-12 | Merge branch 'ingela/ssl/rsa-kex-engine/ERIERL-268/OTP-15420' into maint | Ingela Anderton Andin | |
* ingela/ssl/rsa-kex-engine/ERIERL-268/OTP-15420: ssl: Add engine handling clause to RSA key exchange | |||
2018-11-09 | Prepare release | Erlang/OTP | |