Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-13 | ssh: Use exported crypto types | Hans Nilsson | |
2018-09-13 | public_key: Generate refman from types and specs | Hans Nilsson | |
2018-09-13 | public_key: Rework -type and -spec | Hans Nilsson | |
Check existing specs with code and documentation and adjust. Prepare for doc generation | |||
2018-09-13 | public_key: Setup for doc generation | Hans Nilsson | |
2018-09-13 | public_key: Remove special type signature for one test | Hans Nilsson | |
2018-09-13 | crypto: Add missing documentation for enable_fips_mode/1 | Hans Nilsson | |
2018-09-13 | crypto: Generate refman from types and specs | Hans Nilsson | |
and fix links in engine chapter for generated crypto module refman | |||
2018-09-13 | crypto: Rework -type and -spec | Hans Nilsson | |
Check code and documentation and write -type/-spec or adjust existing. Prepare for doc generation | |||
2018-09-13 | crypto: Setup for doc generation | Hans Nilsson | |
2018-09-13 | crypto: A user's guide chapter on algorithm details | Hans Nilsson | |
Such as keylengths, blocksizes and IV lengths are hard to find otherwise Conflicts: lib/crypto/doc/src/crypto.xml | |||
2018-09-12 | crypto: Fix valgrind error | Hans Nilsson | |
2018-09-12 | Merge branch 'anders/diameter/21.1/OTP-15202' into maint | Anders Svensson | |
* anders/diameter/21.1/OTP-15202: vsn -> 2.1.6 Update appup for 21.1 | |||
2018-09-12 | Merge branch 'anders/diameter/dpr/OTP-15198' into maint | Anders Svensson | |
* anders/diameter/dpr/OTP-15198: Fix function_clause when sending a request after an outgoing DPA | |||
2018-09-11 | Merge branch 'hans/crypto/x25519_x448/OTP-15240' into maint | Hans Nilsson | |
* hans/crypto/x25519_x448/OTP-15240: crypto: Remove 'experimental' comments for ecdh | |||
2018-09-11 | ssl: Correct handling of all PSK cipher suites | Ingela Anderton Andin | |
Before only some PSK suites would be correctly negotiated and most PSK ciphers suites would fail the connection. PSK cipher suites are anonymous in the sense that they do not use certificates except for rsa_psk. | |||
2018-09-10 | Merge pull request #1942 from velimir0xff/fix-erlang-mode-align | Dan Gudmundsson | |
erlang-mode: fix void variable align-rules-list error | |||
2018-09-10 | crypto: Remove 'experimental' comments for ecdh | Hans Nilsson | |
2018-09-10 | Merge branch 'raimo/improve-doc-indexing/ERL-666' into maint | Raimo Niskanen | |
* raimo/improve-doc-indexing/ERL-666: Correct doc markers Improve indexing of cref docs | |||
2018-09-10 | vsn -> 2.1.6 | Anders Svensson | |
2018-09-10 | Update appup for 21.1 | Anders Svensson | |
OTP-15198 Fix function_clause when sending a request after outgoing DPA | |||
2018-09-10 | Merge branch 'siri/supervisor/warn-shutdown-race/ERL-724' into maint | Siri Hansen | |
* siri/supervisor/warn-shutdown-race/ERL-724: [supervisor] Add warning about race condition | |||
2018-09-10 | Merge branch 'siri/cuddle' into maint | Siri Hansen | |
* siri/cuddle: [sasl] Flush logger handlers to file before terminating node | |||
2018-09-07 | Improve indexing of cref docs | Raimo Niskanen | |
2018-09-07 | Merge branch 'hans/public_key/DSAPrivateKey_in_verify/OTP-15284' into maint | Hans Nilsson | |
* hans/public_key/DSAPrivateKey_in_verify/OTP-15284: public_key: Remove strange and unused(?) DSAPrivateKey from verify/5 | |||
2018-09-07 | public_key: Remove strange and unused(?) DSAPrivateKey from verify/5 | Hans Nilsson | |
2018-09-07 | crypto: Bug fix - crypto:next_iv regarding aes_ige256 | Hans Nilsson | |
2018-09-07 | crypto: Bug fix - blowfish_cbc allowed in crypto:next_iv | Hans Nilsson | |
2018-09-07 | [supervisor] Add warning about race condition | Siri Hansen | |
ERL-724: "During a 'gentle' shutdown, supervisors unlink from their children before sending shutdown signals to them. This can lead to a race condition in supervision trees, when the timeout for gentle shutdown of a parent supervisor expires and it kills a child supervisor that has just unlinked from a child of its own, leaving the child supervisor's own child still running after its supervisor is killed." This commit adds a warning about this in the documentation. | |||
2018-09-06 | Merge branch 'rickard/pcre-8.42/OTP-15217' into maint | Rickard Green | |
* rickard/pcre-8.42/OTP-15217: Update PCRE from version 8.41 to version 8.42 | |||
2018-09-06 | Merge branch 'maint-21' into maint | Rickard Green | |
* maint-21: Updated OTP version Update release notes Update version numbers kernel: Fix missing abort_connection in net_kernel Prevent inconsistent node lists Fix an endless rescheduling loop when a process is executing process_info(self(), ...) | |||
2018-09-06 | Merge pull request #1951 from lasseebert/fix_ssl_typespec | Ingela Andin | |
Correct dialyzer spec for key option OTP-15281 | |||
2018-09-05 | Update release notes | Erlang/OTP | |
2018-09-05 | Update version numbers | Erlang/OTP | |
2018-09-05 | kernel: Fix missing abort_connection in net_kernel | Sverker Eriksson | |
2018-09-05 | Merge branch 'sverker/erts/ets-memstat-false-leak/ERL-720/OTP-15278' into maint | Sverker Eriksson | |
* sverker/erts/ets-memstat-false-leak/ERL-720/OTP-15278: erts: Refactor ets FixedDeletion allocations erts: Fix ets memstat false leak of FixedDeletion | |||
2018-09-04 | Merge PR-1929 from dotsimon/erl_compare_ext_lists_bug OTP-15277 | Sverker Eriksson | |
Erl compare ext lists bug (ERL-705) | |||
2018-09-04 | Fixed ssl_options typespec for key | Lasse Skindstad Ebert | |
2018-09-04 | [sasl] Flush logger handlers to file before terminating node | Siri Hansen | |
2018-09-04 | Merge pull request #1945 from gomoripeti/ms_transform_spec | Hans Bolinder | |
Fix type spec of ms_transform:parse_trans/2 | |||
2018-09-03 | erts: Fix ets memstat false leak of FixedDeletion | Sverker Eriksson | |
causing erlang:memory to report too much ets memory. | |||
2018-08-31 | Merge branch 'hans/crypto/init_test_engine_fix' into maint | Hans Nilsson | |
* hans/crypto/init_test_engine_fix: crypto: Let otp_test_engine only add what is needed OpenSSL_add_all_algorithms hangs on some test machines | |||
2018-08-31 | Merge branch 'hasse/dialyzer/improve_guards/OTP-15268/ERL-680' into maint | Hans Bolinder | |
* hasse/dialyzer/improve_guards/OTP-15268/ERL-680: dialyzer: Improve handling of complex guards | |||
2018-08-31 | Fix type spec of ms_transform:parse_trans/2 | Péter Gömöri | |
It can also return errors and warnings. | |||
2018-08-30 | Merge branch 'ingela/ssl/send-recv-dead-lock/ERL-622' into maint | Ingela Anderton Andin | |
* ingela/ssl/send-recv-dead-lock/ERL-622: ssl: Improve close handling ssl: Adopt distribution over TLS to use new sender process ssl: Add new sender process for TLS state machine | |||
2018-08-30 | crypto: Let otp_test_engine only add what is needed | Hans Nilsson | |
OpenSSL_add_all_algorithms hangs on some test machines | |||
2018-08-28 | Merge branch 'maint-20' into maint | Péter Dimitrov | |
* maint-20: Updated OTP version Update release notes Change-Id: I78586395e5784dc76b8a803a25f8054a251e1fd8 | |||
2018-08-28 | Merge pull request #1936 from tarabit190/logger_level_default | Siri Hansen | |
Fix kernel_app doc logger_level default from info to notice | |||
2018-08-28 | erlang-mode: fix void variable align-rules-list error | Grigory Starinkin | |
erlang-mode crashes with the following error: Symbol’s value as variable is void: align-rules-list caused by #1728 | |||
2018-08-28 | Update release notes | Erlang/OTP | |
2018-08-28 | Merge pull request #1940 from ↵ | Hans Bolinder | |
uabboli/hb/stdlib/fix_dets_file_name/OTP-15253/ERL-555 stdlib: Let dets:open_file() crash when given raw file name |