Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-15 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-08-15 | Merge pull request #1532 from ↵ | Ingela Andin | |
angelhof/public_key/generate_key-rsa-inconsistency-fix public_key:generate_key/1 RSA key generation inconsistency OTP-14534 | |||
2017-08-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-08-14 | Merge branch 'ingela/ssl/timeout-cuddle' into maint | Ingela Anderton Andin | |
* ingela/ssl/timeout-cuddle: ssl: Longer timeouts for test cases that do many handshakes | |||
2017-08-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-08-14 | Merge pull request #1527 from fenollp/gen_fsm-depre-20 | Ingela Andin | |
Correct arity an function names for compiler deprecation warnings | |||
2017-08-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-08-11 | Merge pull request #1509 from vances/issue-erl-398 | Ingela Andin | |
HTTP server truncates existing logs OTP-14530 | |||
2017-08-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-08-11 | Merge branch 'ingela/ssl/cert-handling' into maint | Ingela Anderton Andin | |
* ingela/ssl/cert-handling: ssl: Correct cipher suite handling ssl: Modernize DSA cert chain generation ssl: Clean ssl: Remove test of OpenSSL ssl: Use new cert generation | |||
2017-08-10 | Merge branch 'maint' | Björn Gustavsson | |
* maint: sys_core_fold: Fix unsafe optimization of non-variable apply Correct type specification in ssl:prf/5 | |||
2017-08-10 | Merge pull request #1526 from bjorng/bjorn/compiler/non-variable-apply | Björn Gustavsson | |
sys_core_fold: Fix unsafe optimization of non-variable apply OTP-14526 | |||
2017-08-10 | Merge pull request #1507 from vances/issue-erl-442 | Ingela Andin | |
Correct type specification in ssl:prf/5 | |||
2017-08-10 | ssl: Longer timeouts for test cases that do many handshakes | Ingela Anderton Andin | |
2017-08-10 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-08-10 | Merge branch 'ingela/dtls/cuddle' into maint | Ingela Anderton Andin | |
* ingela/dtls/cuddle: ssl: Handle OpenSSL output correctly | |||
2017-08-10 | ssl: Correct cipher suite handling | Ingela Anderton Andin | |
This is mainly fixing the test suites so that they test the intended cipher suites, issue reported in ERL-460. Also ssl_cipher:anonymous_suites was corrected for DTLS. | |||
2017-08-09 | ssl: Modernize DSA cert chain generation | Ingela Anderton Andin | |
2017-08-09 | Merge branch 'maint' | Anders Svensson | |
2017-08-09 | Merge branch 'anders/diameter/message_cb/OTP-14486' into maint | Anders Svensson | |
* anders/diameter/message_cb/OTP-14486: Add simple message_cb to example server Fix inappropriate message callbacks | |||
2017-08-09 | Merge branch 'anders/diameter/20.0/shared_transport/OTP-14011' into maint | Anders Svensson | |
* anders/diameter/20.0/shared_transport/OTP-14011: Don't assume nodes are eternally connected when sharing transport | |||
2017-08-09 | Merge branch 'anders/diameter/transport/ERL-332' into maint | Anders Svensson | |
* anders/diameter/transport/ERL-332: Remove irrelevant comment Add missing setopts after deferred diameter_{tcp,sctp} actions | |||
2017-08-08 | gen_fsm-depre-20: fix some more redirections to unexisting functions | Pierre Fenoll | |
2017-08-08 | gen_fsm-depre-20: fix gen_fsm deprecation recommendations after 20.0 | Pierre Fenoll | |
2017-08-08 | ssl: Handle OpenSSL output correctly | Ingela Anderton Andin | |
Adjust to handle output from OpenSSL in a more general way, so that "unknown option" should be caught for all cases and the test case skipped if that is the case and other data form OpenSSL should be ignored. | |||
2017-08-08 | ssl: Clean | Ingela Anderton Andin | |
This code was not used and we already have mixed chains ECDH_RSA tests | |||
2017-08-08 | ssl: Remove test of OpenSSL | Ingela Anderton Andin | |
We are not testing OpenSSL. We want to test interoperability with OpenSSL | |||
2017-08-08 | ssl: Use new cert generation | Ingela Anderton Andin | |
2017-08-07 | sys_core_fold: Fix unsafe optimization of non-variable apply | Björn Gustavsson | |
The sys_core_fold pass would do an unsafe "optimization" when an apply operation did not have a variable in the function position as in the following example: > cat test1.core module 'test1' ['test1'/2] attributes [] 'i'/1 = fun (_f) -> _f 'test1'/2 = fun (_f, _x) -> apply apply 'i'/1 (_f) (_x) end > erlc test1.core no_file: Warning: invalid function call Reported-by: Mikael Pettersson | |||
2017-08-03 | Add simple message_cb to example server | Anders Svensson | |
2017-07-28 | Merge pull request #1519 from erszcz/fix-typo-listner-to-listener | Raimo Niskanen | |
Fix a proliferated typo in ssl | |||
2017-07-28 | Merge branch 'maint' | Raimo Niskanen | |
2017-07-28 | Merge pull request #1520 from NOMORECOFFEE/fix_array_spec_typo | Raimo Niskanen | |
array: fix spec typo | |||
2017-07-28 | Change version of hardcoded RSA test records | Konstantinos Kallas | |
2017-07-27 | Merge branch 'maint' | John Högberg | |
* maint: Updated OTP version Update release notes Update version numbers Fix doc for the 'quiet' option; it defaults to false asn1: Fix missing quotes of external encoding call Add a dedicated close function for TCP ports to prevent issues like ERL-430/448 Close TCP ports properly on send timeout erts: Add missing release note | |||
2017-07-27 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers Fix doc for the 'quiet' option; it defaults to false asn1: Fix missing quotes of external encoding call Add a dedicated close function for TCP ports to prevent issues like ERL-430/448 Close TCP ports properly on send timeout erts: Add missing release note | |||
2017-07-26 | Update release notes | Erlang/OTP | |
2017-07-26 | Update version numbers | Erlang/OTP | |
2017-07-26 | Merge branch 'sverker/asn1/missing-quotes/OTP-14519' into maint-20 | Erlang/OTP | |
* sverker/asn1/missing-quotes/OTP-14519: asn1: Fix missing quotes of external encoding call | |||
2017-07-26 | Merge branch 'john/kernel/fix-disk-log-docs/OTP-14498' into maint-20 | Erlang/OTP | |
* john/kernel/fix-disk-log-docs/OTP-14498: Fix doc for the 'quiet' option; it defaults to false | |||
2017-07-26 | Fix doc for the 'quiet' option; it defaults to false | John Högberg | |
2017-07-25 | RSAPrivateKey version is set to 'two-prime', as stated in documentation, and ↵ | Konstantinos Kallas | |
not 0 | |||
2017-07-24 | Fix array spec typo | Веселов Андрей | |
2017-07-24 | Fix a proliferated typo | Radek Szymczyszyn | |
2017-07-21 | Merge branch 'maint' | Raimo Niskanen | |
2017-07-21 | Merge pull request #1513 from nroi/maint | Raimo Niskanen | |
Fix typo in httpc.xml: http -> httpc | |||
2017-07-21 | Merge branch 'maint' | Raimo Niskanen | |
2017-07-21 | Merge branch 'raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454' into maint | Raimo Niskanen | |
* raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454: Improve spec and doc for inet:get_rc/0 | |||
2017-07-21 | Merge branch 'maint' | Raimo Niskanen | |
2017-07-21 | Merge branch 'raimo/stdlib/stop-deprecated-warn-crypto-rand_bytes-1/ERL-459' ↵ | Raimo Niskanen | |
into maint * raimo/stdlib/stop-deprecated-warn-crypto-rand_bytes-1/ERL-459: Change crypto:rand_bytes/1 deprecated -> removed |