Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-22 | crypto,ssh, netconf, inets: binary_to_integer -> bytes_to_integer | Ingela Anderton Andin | |
2013-05-20 | netconf: Remove use of deprecated crypto functions | Ingela Anderton Andin | |
2013-05-20 | crypto: Documentation fixes from review | Ingela Anderton Andin | |
Conflicts: lib/crypto/doc/src/crypto.xml Conflicts: lib/crypto/doc/src/crypto.xml | |||
2013-05-20 | crypto: Change argument order of crypto:next_iv/3 | Sverker Eriksson | |
to harmonize with next_iv/2 | |||
2013-05-20 | crypto,public_key,ssl: Change return value of crypto:generate_key(ecdh,..) | Sverker Eriksson | |
to conform with the return value of the other types. | |||
2013-05-20 | ssl, public_key, crypto: crypto:algorithms/0 -> crypto:supports/0 | Ingela Anderton Andin | |
2013-05-20 | ssl, public_key & inets: Remove use of deprecated crypto functions from | Ingela Anderton Andin | |
test code | |||
2013-05-20 | ssl: Remove use of deprecated crypto functions | Ingela Anderton Andin | |
2013-05-20 | public_key: Remove use of deprecated crypto functions | Ingela Anderton Andin | |
2013-05-20 | dialyzer: Remove use of deprecated crypto functions | Ingela Anderton Andin | |
2013-05-20 | ssh & crypto: Remove use of deprecated crypto functions from ssh | Ingela Anderton Andin | |
2013-05-20 | Update primary bootstrap | Björn Gustavsson | |
2013-05-20 | common_test: Replace use of deprecated crypto functions | Björn Gustavsson | |
2013-05-20 | beam_lib, compile: Replace use of deprecated crypto functions | Björn Gustavsson | |
Since both the STDLIB and compiler applications turn warnings into errors, we must stop using the old deprecated crypto functions. While we are at it, generalize the format of the key tuple returned by beam_lib:make_crypto_key/2 to facilitate introducing new crypto methods in the future. Change the format to: {Type,Key,IV,BlockSize} where Type, Key, and IV are the first three arguments for either crypto:block_encrypt4/ or crypto:block_decrypt/4, and BlockSize is the block size for the crypto algorithm (it is needed to properly pad the plaintext blocks before encryption). | |||
2013-05-20 | crypto: Correct deprecated information | Ingela Anderton Andin | |
2013-05-17 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: Fix gen_server_SUITE:call_with_huge_message_queue Fix zip_SUITE:borderline test | |||
2013-05-17 | Merge branch 'nm/mnesia_idx_insert_speedup/OTP-11103' into maint | Fredrik Gustafsson | |
* nm/mnesia_idx_insert_speedup/OTP-11103: Fix missing case clause for ordered_set tables Optimize index creation for Mnesia set tables | |||
2013-05-17 | Merge branch 'hb/stdlib/erl_pp_options/OTP-11100' into maint | Hans Bolinder | |
* hb/stdlib/erl_pp_options/OTP-11100: [stdlib] Fix pretty printing of invalid forms | |||
2013-05-16 | Merge branch 'rickard/frmptr' into maint | Rickard Green | |
* rickard/frmptr: Add 'frmptr' emulator type Conflicts: erts/preloaded/ebin/erlang.beam | |||
2013-05-16 | Merge branch 'rickard/nosuspend/OTP-11076' into maint | Rickard Green | |
* rickard/nosuspend/OTP-11076: Only verify not busy for erlang:send(Port, Msg, [nosuspend]) until scheduled | |||
2013-05-16 | Merge branch 'rickard/inet_opts/OTP-11075' into maint | Rickard Green | |
* rickard/inet_opts/OTP-11075: Make high_msgq_watermark and low_msgq_watermark generic inet options Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2013-05-16 | Merge branch 'rickard/inet_db/OTP-11074' into maint | Rickard Green | |
* rickard/inet_db/OTP-11074: Do not treat port_set_data/port_get_data as signals Conflicts: erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam | |||
2013-05-16 | [stdlib] Fix pretty printing of invalid forms | Hans Bolinder | |
Thanks to Tomáš Janoušek. | |||
2013-05-16 | Merge branch 'fredrik/close_socket_ei' into maint | Fredrik Gustafsson | |
* fredrik/close_socket_ei: erl_interface: check if file descriptor is valid before closing | |||
2013-05-16 | Merge branch 'sla/reltool_copy_file_not_owner_fix/OTP-11099' into maint | Fredrik Gustafsson | |
* sla/reltool_copy_file_not_owner_fix/OTP-11099: Fix possibly "not owner" error while file copy with reltool. | |||
2013-05-16 | Merge branch 'lukas/erts/process_memory_crash_dump/OTP-11098' into maint | Lukas Larsson | |
* lukas/erts/process_memory_crash_dump/OTP-11098: Print process memory usage info in crash dump | |||
2013-05-16 | Merge branch 'lukas/erts/nodes_rwlock_contentions/OTP-11097' into maint | Lukas Larsson | |
* lukas/erts/nodes_rwlock_contentions/OTP-11097: Change rwlock to rlock where possible | |||
2013-05-16 | Change rwlock to rlock where possible | Lukas Larsson | |
Having rwlock could cause high unneccesary contention on the dist table when calling erlang:nodes() from many schedulers at the same time. | |||
2013-05-16 | Merge branch 'lukas/erts/win32_io_flush_hangs/OTP-11096' into maint | Lukas Larsson | |
* lukas/erts/win32_io_flush_hangs/OTP-11096: Repeat flush loop at timeout intervals | |||
2013-05-15 | Merge branch 'dgud/mnesia/schema_info_in_table/OTP-11030' into maint | Dan Gudmundsson | |
* dgud/mnesia/schema_info_in_table/OTP-11030: mnesia: Fixed bad data in table | |||
2013-05-13 | Print process memory usage info in crash dump | Lukas Larsson | |
2013-05-08 | erl_interface: check if file descriptor is valid before closing | Fredrik Gustafsson | |
2013-05-08 | Merge branch 'nox/wide-chars/OTP-11088' into maint | Fredrik Gustafsson | |
* nox/wide-chars/OTP-11088: Support wide characters in the shell through wcwidth() Fix bogus DEBUGLOG() incantations in ttsl_drv | |||
2013-05-08 | Merge branch 'ia/ssl/public_key/crypto/elliptic_curve/OTP-11009' into maint | Ingela Anderton Andin | |
* ia/ssl/public_key/crypto/elliptic_curve/OTP-11009: (39 commits) ssl: Fix dialyzer spec crypto: Remove debug printouts ssl: Only send ECC-hello extension if ECC-cipher suites are advertised ssl & public_key: Use standard name ssl & crypto: Generalize the remaining crypto API public_key: Add new API functions to the documentation ssl & public_key: Use new crypto API functions crypto: New API for ciphers crypto: Deprecate functions, update doc and specs ssl: Fix Curve selection ssl, crypto: Eliminate remaining mpint and EC resource key from API ssl, public_key, crypto: General generate_key and compute_key functions crypto: Add generic functions generate_key and compute_key crypto: Change ecdh_compute_key to have 3 arguments ssl: Improve extention handling ssl: test case fix ssl & public_key: API refinement public_key: use new crypto crypto: Fix ec_key resource to be upgradeable crypto: Combine ec_key_new into ecdh_generate_key ... | |||
2013-05-08 | ssl: Fix dialyzer spec | Ingela Anderton Andin | |
2013-05-08 | crypto: Remove debug printouts | Sverker Eriksson | |
2013-05-08 | ssl: Only send ECC-hello extension if ECC-cipher suites are advertised | Ingela Anderton Andin | |
2013-05-08 | ssl & public_key: Use standard name | Ingela Anderton Andin | |
2013-05-08 | ssl & crypto: Generalize the remaining crypto API | Ingela Anderton Andin | |
2013-05-08 | public_key: Add new API functions to the documentation | Ingela Anderton Andin | |
2013-05-08 | ssl & public_key: Use new crypto API functions | Ingela Anderton Andin | |
2013-05-08 | crypto: New API for ciphers | Ingela Anderton Andin | |
2013-05-08 | crypto: Deprecate functions, update doc and specs | Ingela Anderton Andin | |
2013-05-08 | ssl: Fix Curve selection | Ingela Anderton Andin | |
2013-05-08 | ssl, crypto: Eliminate remaining mpint and EC resource key from API | Ingela Anderton Andin | |
2013-05-08 | ssl, public_key, crypto: General generate_key and compute_key functions | Ingela Anderton Andin | |
2013-05-08 | crypto: Add generic functions generate_key and compute_key | Sverker Eriksson | |
and remove corresponding specific functions for srp and ecdh but leave dh_ functions for backward compatibility. | |||
2013-05-08 | crypto: Change ecdh_compute_key to have 3 arguments | Sverker Eriksson | |
2013-05-08 | ssl: Improve extention handling | Ingela Anderton Andin | |
2013-05-08 | ssl: test case fix | Ingela Anderton Andin | |