Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | public_key: RSA key gen documentation | Hans Nilsson | |
2017-03-09 | public_key: Make test suites use the new RSA key generation function | Hans Nilsson | |
2017-03-09 | public_key: New -spec for public_key:generate_key/1 | Hans Nilsson | |
2017-03-09 | public_key: Add RSA to public_key:generate_key/1 | Hans Nilsson | |
2017-03-09 | crypto: Document exceptions thrown in crypto:generate_key | Hans Nilsson | |
2017-03-09 | crypto: Uppdate crypto.app.src for dirty_scheduler dependency in ERTS | Hans Nilsson | |
2017-03-09 | crypto: removed error function from PR and added error handling in crypto.erl | Hans Nilsson | |
2017-01-18 | Minor punctuation fixes in the crypto documentation. | Wim Lewis | |
2017-01-18 | Update the documentation for RSA key generation | Wim Lewis | |
to reflect that dirty schedulers are no longer considered "experimental", per a comment from sverker. | |||
2017-01-17 | Remove the RSA-1024 test case. | Wim Lewis | |
If the underlying library is in FIPS mode, it'll refuse to generate keys shorter than 2048 bits. | |||
2017-01-08 | Add RSA key generation | Wim Lewis | |
Support RSA key generation using generate_key(rsa, {bits, e}). This depends on the currently-experimental "dirty scheduler" support because key generation is a potentially lengthy process. | |||
2017-01-05 | Merge branch 'egil/stdlib/gen_event-start-2/OTP-14123' | Björn-Egil Dahlberg | |
* egil/stdlib/gen_event-start-2/OTP-14123: stdlib: Document gen_event start options stdlib: Test gen_event options stdlib: Refactor gen_event_SUITE stdlib: Remove whitespace error in gen_event_SUITE stdlib: Add start options to gen_event stdlib: Remove whitespace errors in gen_event | |||
2017-01-04 | stdlib: Document gen_event start options | Björn-Egil Dahlberg | |
2016-12-29 | crypto: algo_ciper was too small after cipher additions | Hans Nilsson | |
2016-12-29 | stdlib: Test gen_event options | Björn-Egil Dahlberg | |
2016-12-29 | Merge pull request #1291 from mururu/chacha20_poly1305 | Hans Nilsson | |
crypto: Support chacha20_poly1305 OTP-14092 | |||
2016-12-29 | stdlib: Refactor gen_event_SUITE | Björn-Egil Dahlberg | |
2016-12-21 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-12-21 | inets: httpc - Prevent hanging user process | Ingela Anderton Andin | |
Input should be checked and httpc_handler process shall terminate gracefully on errors so that user process will in hang in gen_server:call. | |||
2016-12-21 | inets: httpc - clean code | Ingela Anderton Andin | |
Remove dead code and redundant debug macros. Better to use tracing for debugging. | |||
2016-12-21 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-12-21 | Merge branch 'ingela/inets/httpc-stream/ERL-116/OTP-13571' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-stream/ERL-116/OTP-13571: inets: httpc - Chunk size decoding could fail | |||
2016-12-20 | stdlib: Remove whitespace error in gen_event_SUITE | Björn-Egil Dahlberg | |
2016-12-20 | Merge branch 'egil/ssh/use-maps-instead-of-dict/OTP-14117' | Björn-Egil Dahlberg | |
* egil/ssh/use-maps-instead-of-dict/OTP-14117: ssh: Use maps instead of dict in ssh_sftp ssh: Remove whitespace errors in ssh_sftp.erl | |||
2016-12-20 | crypto: Support chacha20_poly1305 | Yuki Ito | |
This commit reactivates chacha20_poly1305 and fixes the imprementation for the released OpenSSL 1.1.0 or later. | |||
2016-12-20 | inets: httpc - Chunk size decoding could fail | Ingela Anderton Andin | |
Correct chunk decoding by adding missing argument to match. The symptom was that chunk decoding sometimes failed depending on stream data arrival timing. | |||
2016-12-20 | Merge branch 'maint' | Siri Hansen | |
2016-12-20 | Merge branch 'siri/cdv/multi-line-slogan/ERL-318/OTP-14093' into maint | Siri Hansen | |
* siri/cdv/multi-line-slogan/ERL-318/OTP-14093: [crashdump_viewer] Allow multiple lines in Slogan | |||
2016-12-20 | Merge branch 'siri/etop/cpu-per-interval/OTP-14090' into maint | Siri Hansen | |
* siri/etop/cpu-per-interval/OTP-14090: [etop] Show CPU utilization for last interval only | |||
2016-12-19 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-12-19 | Merge branch 'legoscia/remove-watchdog-vestiges/PR-1255/OTP-14112' into maint | Björn-Egil Dahlberg | |
* legoscia/remove-watchdog-vestiges/PR-1255/OTP-14112: Remove vestiges of watchdog support in heart | |||
2016-12-19 | Merge branch 'egil/public_key/use-maps-instead-of-dict/OTP-14111' | Björn-Egil Dahlberg | |
2016-12-19 | Merge branch 'maint' | Rickard Green | |
* maint: Remove faulty release note for these fixes New test cases testing stacktrace from apply on erlang:error() Fix stactrace for apply on error/[1,2], exit/1, or throw/1 Fix stack-trace generated by a traced process Conflicts: erts/emulator/beam/beam_emu.c erts/etc/unix/etp-commands.in | |||
2016-12-19 | Merge branch 'rickard/stacktrace-bugs' into maint | Rickard Green | |
OTP-14055 * rickard/stacktrace-bugs: Remove faulty release note for these fixes New test cases testing stacktrace from apply on erlang:error() Fix stactrace for apply on error/[1,2], exit/1, or throw/1 Fix stack-trace generated by a traced process | |||
2016-12-19 | Fix stactrace for apply on error/[1,2], exit/1, or throw/1 | Rickard Green | |
2016-12-19 | Merge pull request #1288 from bjorng/bjorn/compiler/use-less-memory | Björn Gustavsson | |
Reduce memory consumption during compilation | |||
2016-12-19 | Merge pull request #1290 from bjorng/bjorn/stdlib/take | Björn Gustavsson | |
Add take/2 to all dictionary modules OTP-14102 | |||
2016-12-19 | Add take/2 to all dictionary modules | Björn Gustavsson | |
Similar to maps:take/2, add take/2 to the other dictionary modules in STDLIB: orddict:take(Key, Dict) -> {Val,NewDict} | 'error'. dict:take(Key, Dict) -> {Val,NewDict} | 'error'. gb_trees:take(Key, Dict) -> {Val,NewDict}. For gb_trees also add: gb_trees:take_any(Key, Dict) -> {Val,NewDict} | 'error'. gb_trees already has delete() and delete_any(), so we will follow that design pattern. Suggested by Boris Bochkaryov in https://github.com/erlang/otp/pull/1209. | |||
2016-12-19 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-12-19 | Merge branch 'ingela/ssl/terminate/OTP-14100' into maint | Ingela Anderton Andin | |
* ingela/ssl/terminate/OTP-14100: ssl: Correct terminate behaviour | |||
2016-12-19 | ssl: Correct terminate behaviour | Ingela Anderton Andin | |
When the terminate function is called explicitly, to make guarantees that for instance the reuseaddr option works as expected, we must make sure that the clean up code is not run again when gen_statem calls terminate. This check was broken in the rewrite from gen_fsm to gen_statem. Caused PEM cache errors, that in some cases would cause unexpected connection failures. | |||
2016-12-16 | ssh: Use maps instead of dict in ssh_sftp | Björn-Egil Dahlberg | |
2016-12-16 | ssh: Remove whitespace errors in ssh_sftp.erl | Björn-Egil Dahlberg | |
2016-12-16 | public_key: Use maps instead of dict | Björn-Egil Dahlberg | |
2016-12-16 | stdlib: Add start options to gen_event | Björn-Egil Dahlberg | |
* New gen_event:start/2 and gen_event:start_link/2 * Extend gen_event:start/1 and gen_event:start_link/1 to handle an option list as input. The options to gen_event are the same as to gen_server. | |||
2016-12-16 | stdlib: Remove whitespace errors in gen_event | Björn-Egil Dahlberg | |
2016-12-16 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-16 | Merge pull request #1270 from kostis/hipe-test | Sverker Eriksson | |
hipe: one more test file and some cleanups | |||
2016-12-16 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Allow escripts with only two lines Add project-wide Emacs settings file | |||
2016-12-16 | Merge pull request #1275 from pjhades/fix/escript | Björn Gustavsson | |
Allow escripts with only two lines OTP-14098 |