Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-03 | crypto: add support for ChaCha20/Policy1305 AEAD cipher | Andreas Schultz | |
2014-09-03 | ssl: fix OpenSSL name filter in ssl tests | Andreas Schultz | |
The OpenSSL name filter would fail for cipher suites that do not have an offcial OpenSSL name yet. | |||
2014-09-03 | ssl: add PSK-GCM suites | Andreas Schultz | |
2014-09-03 | ssl: implement AES128-GCM suites | Andreas Schultz | |
2014-09-03 | crypto: add AES128-GCM cipher support | Andreas Schultz | |
2014-09-03 | Merge branch 'maint' | Marcus Arendt | |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt | |
* arekinath/ssh/aes-ctr: ssh: check if ssh client supports newer cipher- and MAC-algorithms SSH: only enable ciphers/MACs when they are available in crypto SSH: add ssh_to_openssh test for ciphers and macs SSH: documentation update for new algos SSH: add support for aes128-ctr and hmac-sha2-256 | |||
2014-09-03 | Merge branch 'maint' | Hans Nilsson | |
2014-09-03 | ssh: update vsn.mk | Hans Nilsson | |
2014-09-03 | inets: update vsn.mk | Hans Nilsson | |
2014-09-03 | common_test: update vsn.mk | Hans Nilsson | |
2014-09-02 | Merge branch 'maint' | Hans Nilsson | |
2014-09-02 | ssh: Add simple experimental property test suites | Hans Nilsson | |
2014-09-02 | inets: Add simple experimental property test suite | Hans Nilsson | |
2014-09-02 | common_test: Add experimental module ct_property_test | Hans Nilsson | |
This module may change without warning... | |||
2014-09-02 | ssh: check if ssh client supports newer cipher- and MAC-algorithms | Marcus Arendt | |
2014-09-01 | Update primary bootstrap | Björn Gustavsson | |
2014-09-01 | Merge branch 'bjorn/compiler/fix-scope-bug/OTP-12132' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-scope-bug/OTP-12132: sys_core_fold: Eliminate name capture bug | |||
2014-09-01 | sys_core_fold: Eliminate name capture bug | Björn Gustavsson | |
The scope is supposed to contain all variables that are currently live. We need this information for certain optimizations to avoid capturing a name (a name that is in the scope must be renamed; for an example, see move_let_into_expr/2 or any function that calls sub_subst_scope/1). We also use the scope to optimize sub_del_var/2 and sub_is_val/2. When optimizing case expressions, the scope could be reset to an empty list (because sub_new/0 was called instead of sub_new/1). That could cause name capture if inlining was turned on. As simple way to force this bug is to uncomment the "-define(DEBUG, 1)." near the beginning of the file. Without this correction, most files in the test suite fail to compile. | |||
2014-09-01 | Merge branch 'maint' | Marcus Arendt | |
2014-09-01 | Merge branch 'nox/erl_scan-fix-column-tracking' into maint | Marcus Arendt | |
* nox/erl_scan-fix-column-tracking: Properly track column numbers in erl_scan | |||
2014-09-01 | Merge branch 'maint' | Siri Hansen | |
2014-09-01 | Merge branch 'siri/ct-runtime-deps/OTP-12037' into maint | Siri Hansen | |
* siri/ct-runtime-deps/OTP-12037: [ct] Update runtime dependencies towards test_server | |||
2014-09-01 | Merge branch 'maint' | Marcus Arendt | |
2014-09-01 | Merge branch 'maint-17' into maint | Marcus Arendt | |
Conflicts: OTP_VERSION | |||
2014-08-29 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-08-29 | Merge branch 'ia/public_key/dialyzer' into maint | Ingela Anderton Andin | |
* ia/public_key/dialyzer: public_key: Fix spec and documentation for pkix_crls_validate public_key: Fix spec and documentation for PBES | |||
2014-08-29 | Prepare release | Erlang/OTP | |
2014-08-28 | Merge branch 'maint' | Dan Gudmundsson | |
2014-08-28 | Merge branch 'dgud/stdlib/format_status_terminate/OTP-11967' into maint | Dan Gudmundsson | |
* dgud/stdlib/format_status_terminate/OTP-11967: stdlib: Call format_status even if terminate callback crashes | |||
2014-08-28 | Merge branch 'maint' | Marcus Arendt | |
2014-08-28 | Merge branch 'michaelkschmidt/ssh_bug_fix' into maint | Marcus Arendt | |
* michaelkschmidt/ssh_bug_fix: Test Other Clauses of start_shell Fix SSH CLI when using custom "shell" option | |||
2014-08-28 | Merge branch 'maint' | Marcus Arendt | |
2014-08-28 | Merge branch 'tuncer/misspelled-another' into maint | Marcus Arendt | |
* tuncer/misspelled-another: Fix misspellings of 'another' | |||
2014-08-28 | Avoid timing issue in schema transaction when node is stopping | Dan Gudmundsson | |
By doing an abort, the create_table can be restarted if a node go down during the transaction. {badarg, [{erlang,link,[undefined],[]}, {mnesia_controller, wait_for_schema_commit_lock,0, [{file,"mnesia_controller.erl"}, {line,303}]}, {mnesia_schema,prepare_commit,3, [{file,"mnesia_schema.erl"}, {line,1838}]}, {mnesia_tm,commit_participant,6, [{file,"mnesia_tm.erl"}, {line,1669}]}]}}}, | |||
2014-08-28 | SSH: only enable ciphers/MACs when they are available in crypto | Alex Wilson | |
Also adjusts tests to only expect a positive outcome when crypto supports the relevant base ciphers/MACs. | |||
2014-08-27 | public_key: Fix spec and documentation for pkix_crls_validate | Ingela Anderton Andin | |
2014-08-27 | public_key: Fix spec and documentation for PBES | Ingela Anderton Andin | |
2014-08-27 | Merge branch 'maint' | Bruce Yinhe | |
2014-08-27 | Merge branch 'lpgauth/fix_httpc_doc_typo' into maint | Bruce Yinhe | |
* lpgauth/fix_httpc_doc_typo: Fix typo in documentation /header_as_is/headers_as_is/ | |||
2014-08-27 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-08-27 | Merge branch 'ia/odbc/win-test' into maint | Ingela Anderton Andin | |
* ia/odbc/win-test: odbc: Condition test case to avoid permission issues in Vista | |||
2014-08-26 | odbc: Condition test case to avoid permission issues in Vista | Ingela Anderton Andin | |
2014-08-26 | Merge branch 'maint' | Marcus Arendt | |
2014-08-26 | Merge branch 'kittee/maps_only' into maint | Marcus Arendt | |
* kittee/maps_only: maps:only/2 -> maps:with/2 add maps:only/2 | |||
2014-08-26 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-08-26 | Merge branch 'ia/public_key/PBES2/OTP-11915' into maint | Ingela Anderton Andin | |
* ia/public_key/PBES2/OTP-11915: public_key: Add encodeing functionality for PBES1 and PBES2 public_key: Add PBES1 decoding support | |||
2014-08-25 | Merge branch 'maint' | Bruce Yinhe | |
2014-08-25 | Merge branch 'vladdu/jinterface_fun_equals' into maint | Bruce Yinhe | |
OTP-12121 * vladdu/jinterface_fun_equals: jinterface: fix bug in equality for OtpErlangFun | |||
2014-08-25 | Fix misspellings of 'another' | Tuncer Ayaz | |