Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-28 | ssl: Update standards compliance | Péter Dimitrov | |
2019-06-13 | ssl: Test ECDSA certificates in TLS 1.3 | Péter Dimitrov | |
2019-06-13 | ssl: Handle ECDSA signatures in TLS 1.3 | Péter Dimitrov | |
2019-06-13 | Merge branch 'maint-22' into maint | John Högberg | |
* maint-22: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets | |||
2019-06-12 | Merge branch 'raimo/incomplete-socket-close/ERIERL-353/OTP-15370' into maint | Raimo Niskanen | |
* raimo/incomplete-socket-close/ERIERL-353/OTP-15370: Copy linger zero flag from listen socket Test linger zero flag from listen socket | |||
2019-06-12 | Merge branch 'raimo/correct-spec-for-gen_sctp-connect/ERL-947/OTP-15344' ↵ | Raimo Niskanen | |
into maint * raimo/correct-spec-for-gen_sctp-connect/ERL-947/OTP-15344: Correct type spec for gen_sctp:connect/4,5 | |||
2019-06-12 | Merge branch 'peterdmv/ssl/dtls-test-fix' into maint | Péter Dimitrov | |
* peterdmv/ssl/dtls-test-fix: ssl: Fix ssl_packet_SUITE | |||
2019-06-12 | Prepare release | Erlang/OTP | |
2019-06-12 | Merge branch 'peterdmv/ssl/dtls-test-fix' into maint-22 | Erlang/OTP | |
* peterdmv/ssl/dtls-test-fix: ssl: Fix ssl_packet_SUITE | |||
2019-06-12 | Merge branch 'hasse/stdlib/chars_limit_bug/OTP-15875/ERL-967' into maint-22 | Erlang/OTP | |
* hasse/stdlib/chars_limit_bug/OTP-15875/ERL-967: stdlib: Fix a bug concerning io_lib option 'chars_limit' # Conflicts: # lib/stdlib/test/io_SUITE.erl | |||
2019-06-12 | Merge branch 'john/compiler/fix-bad-bitstring-type-opt/OTP-15872' into maint-22 | Erlang/OTP | |
* john/compiler/fix-bad-bitstring-type-opt/OTP-15872: beam_ssa_type: Fix incorrect bitstring unit determination | |||
2019-06-12 | Merge branch 'john/erts/fix-bad-get_tuple_element-opt/OTP-15871/ERIERL-374' ↵ | Erlang/OTP | |
into maint-22 * john/erts/fix-bad-get_tuple_element-opt/OTP-15871/ERIERL-374: erts: Fix bad loader optimization of get_tuple_element | |||
2019-06-12 | Merge branch 'ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864' into maint-22 | Erlang/OTP | |
* ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864: ssl: Add missing gen_server return value in DTLS packet demux process | |||
2019-06-12 | Merge branch 'ingela/ssl/ret-ext/ERL-951/OTP-15862' into maint-22 | Erlang/OTP | |
* ingela/ssl/ret-ext/ERL-951/OTP-15862: ssl: Fix broken return value | |||
2019-06-12 | Merge branch 'hasse/dialyzer/fix_string_split/OTP-15861/ERL-953' into maint-22 | Erlang/OTP | |
* hasse/dialyzer/fix_string_split/OTP-15861/ERL-953: dialyzer: Correct indentation of field warnings | |||
2019-06-12 | ssl: Fix ssl_packet_SUITE | Péter Dimitrov | |
Unset internal_active_n when cleaning FT environment. | |||
2019-06-12 | Merge branch 'hasse/stdlib/chars_limit_bug/OTP-15875/ERL-967' into maint | Hans Bolinder | |
* hasse/stdlib/chars_limit_bug/OTP-15875/ERL-967: stdlib: Fix a bug concerning io_lib option 'chars_limit' | |||
2019-06-11 | Merge pull request #2277 from mattludwigs/fix-ssl-passive-flag-default | Ingela Andin | |
Fix SSL cb_info missing underscore in default OTP-15887 | |||
2019-06-11 | Merge branch 'hans/ssh/internal_cleaning/PR-2255/PR-2256/OTP-15876' into maint | Hans Nilsson | |
* hans/ssh/internal_cleaning/PR-2255/PR-2256/OTP-15876: Remove duplication of SSH encoding macros Remove duplicate ssh_userauth.hrl | |||
2019-06-11 | Merge pull request #2276 from peterdmv/ssl/tls13-alpn | Péter Dimitrov | |
Implement ALPN in TLS 1.3 | |||
2019-06-11 | stdlib: Fix a bug concerning io_lib option 'chars_limit' | Hans Bolinder | |
See also https://bugs.erlang.org/browse/ERL-967. | |||
2019-06-11 | Merge branch 'ingela/public_key/PEBS2-AES/ERL-952/OTP-15870' into maint | Ingela Anderton Andin | |
* ingela/public_key/PEBS2-AES/ERL-952/OTP-15870: public_key: Add AES to PBE2 | |||
2019-06-11 | Merge branch 'john/erts/fix-bad-get_tuple_element-opt/OTP-15871/ERIERL-374' ↵ | John Högberg | |
into maint * john/erts/fix-bad-get_tuple_element-opt/OTP-15871/ERIERL-374: erts: Fix bad loader optimization of get_tuple_element | |||
2019-06-11 | Merge branch 'john/compiler/fix-bad-bitstring-type-opt/OTP-15872' into maint | John Högberg | |
* john/compiler/fix-bad-bitstring-type-opt/OTP-15872: beam_ssa_type: Fix incorrect bitstring unit determination | |||
2019-06-10 | erts: Fix bad loader optimization of get_tuple_element | John Högberg | |
The following sequence would be wrongly optimized into a i_get_tuple_element2 instruction, reading an element from the wrong tuple: {get_tuple_element,{x,0},1,{x,0}}. {get_tuple_element,{x,0},2,{x,1}}. | |||
2019-06-10 | beam_ssa_type: Fix incorrect bitstring unit determination | John Högberg | |
The compiler would treat the "Unit" of bs_init instructions as the unit of the result instead of the required unit of the input, causing is_binary checks to be wrongly optimized away. | |||
2019-06-10 | Merge branch 'siri/ct/hook-terminated-not-initiated/ERIERL-370/OTP-15863' ↵ | Siri Hansen | |
into maint * siri/ct/hook-terminated-not-initiated/ERIERL-370/OTP-15863: [ct] Fix bug where Hook:terminate/1 was called before Hook:init/2 | |||
2019-06-10 | public_key: Add AES to PBE2 | Ingela Anderton Andin | |
2019-06-10 | Merge branch 'ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864' into maint | Ingela Anderton Andin | |
* ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864: ssl: Add missing gen_server return value in DTLS packet demux process | |||
2019-06-10 | Testing two PRs | Hans Nilsson | |
Merge commit '508ddd5aaa189ddcf7a06f4342c187b07ec1734a'; commit '5160870a868bfcb29bd8f1a2c12b7b7b7963d946' into hans/ssh/PRs * commit '508ddd5aaa189ddcf7a06f4342c187b07ec1734a': Remove duplication of SSH encoding macros * commit '5160870a868bfcb29bd8f1a2c12b7b7b7963d946': Remove duplicate ssh_userauth.hrl | |||
2019-06-07 | Fix SSL cb_info missing underscore in default | Matt Ludwigs | |
2019-06-07 | ssl: Add missing gen_server return value in DTLS packet demux process | Ingela Anderton Andin | |
2019-06-07 | Correct type spec for gen_sctp:connect/4,5 | Raimo Niskanen | |
2019-06-07 | ssl: Update standards compliance | Péter Dimitrov | |
2019-06-07 | ssl: Fix alert handling (TLS 1.3) | Péter Dimitrov | |
Server and client use different secrets when sending certificate related alerts. This is due to a change to the TLS protocol where clients send their 'certificate' message after they have received the server's 'finished' message. | |||
2019-06-07 | ssl: Add tests for ALPN in TLS 1.3 | Péter Dimitrov | |
2019-06-07 | ssl: Implement ALPN in TLS 1.3 | Péter Dimitrov | |
2019-06-07 | ssl: Add TLS 1.3 test group to ssl_certificate_verify_SUITE | Péter Dimitrov | |
2019-06-07 | ssl: Fix negative tests in ssl_basic_SUITE | Péter Dimitrov | |
2019-06-06 | Remove duplication of SSH encoding macros | Paul Meinhardt | |
2019-06-06 | Remove duplicate ssh_userauth.hrl | Paul Meinhardt | |
The `ssh_userauth.hrl` header file was a duplicate of `ssh_auth.hrl` not used anywhere except for the ssh benchmark suite. | |||
2019-06-05 | Merge branch 'siri/logger/relatve-log-file-path/OTP-15850' into maint | Siri Hansen | |
* siri/logger/relatve-log-file-path/OTP-15850: [logger] Store file name as absolute path in logger_std_h | |||
2019-06-05 | Merge branch 'hasse/dialyzer/fix_string_split/OTP-15861/ERL-953' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_string_split/OTP-15861/ERL-953: dialyzer: Correct indentation of field warnings | |||
2019-06-05 | ssl: Fix broken return value | Ingela Anderton Andin | |
2019-06-04 | ssl: Returned "alert error string" should be same as logged alert string | Ingela Anderton Andin | |
2019-06-04 | Merge branch 'ingela/ssl/PR-2235/OTP-15851' into maint | Ingela Anderton Andin | |
* ingela/ssl/PR-2235/OTP-15851: Export sign_scheme/0 types | |||
2019-06-04 | Merge pull request #2268 from IngelaAndin/ingela/ssl/DTLS-version-check/ERL-920 | Ingela Andin | |
ssl: Change check of DTLS record version OTP-15807 Merged as it is an confirmed improvement, however more work needs to be done on DTLS test framework. | |||
2019-06-04 | [ct] Fix bug where Hook:terminate/1 was called before Hook:init/2 | Siri Hansen | |
This problem was introduced with commit acd87425acf7705328b01aa8f0a804207ffe4790, when the new hook function post_groups/2 and post_all/3 were added. | |||
2019-06-04 | dialyzer: Correct indentation of field warnings | Hans Bolinder | |
See also https://bugs.erlang.org/browse/ERL-953. | |||
2019-06-04 | Merge pull request #2269 from IngelaAndin/ingela/ssl/ret-ext/ERL-951 | Ingela Andin | |
ssl: Fix broken return value OTP-15862 |