Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-04 | crypto: ifdef of EVP for old cryptolibs (< 1.0.0) | Hans Nilsson | |
2017-10-04 | crypto: disable tests of non-working assymetric ciphers | Hans Nilsson | |
ECDSA and DSA (DSS) public/private encryption/decryption does not work | |||
2017-10-04 | crypto: Added pkey_crypt_nif from PR838 | Hans Nilsson | |
Testcases for ECDSA and DSA encrypt/decrypt and some other adaptions | |||
2017-10-03 | ssh: Use cipher=none and mac=none in benchmarks again | Hans Nilsson | |
2017-10-03 | ssh: Put ssh_property_test_SUITE back in test/Makefile | Hans Nilsson | |
2017-10-03 | ssh: ssh_dbg reports cryptolib info | Hans Nilsson | |
2017-10-03 | ssh: enable host key debugging in ssh_dbg | Hans Nilsson | |
2017-10-03 | ssh: Make host key checking more debug friendly | Hans Nilsson | |
2017-10-03 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release Fix zlib merge snafu ssh: fix broken printouts ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | |||
2017-10-02 | Prepare release | Erlang/OTP | |
2017-10-02 | Merge branch 'hans/ssh/printout_crash/OTP-14645' into maint-20 | Erlang/OTP | |
* hans/ssh/printout_crash/OTP-14645: ssh: fix broken printouts | |||
2017-10-02 | Merge branch 'bjorn/erts/match-context/ERL-490/OTP-14640' into maint-20 | Erlang/OTP | |
* bjorn/erts/match-context/ERL-490/OTP-14640: Fix incorrect internal consistency failure for binary matching code | |||
2017-10-02 | Merge branch 'hans/ssh/adjust_for_peers_version/OTP-14638' into maint-20 | Erlang/OTP | |
* hans/ssh/adjust_for_peers_version/OTP-14638: ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | |||
2017-10-02 | ssh: add ecdsa_pass_phrase option in analogy with rsa_pass_phrase | Hans Nilsson | |
2017-10-02 | Merge branch 'maint-20' into maint | John Högberg | |
2017-10-02 | public_key: verify ip (both v4 and v6) | Hans Nilsson | |
2017-10-02 | public_key: Added IP4 address checks to hostname_verification tests | Hans Nilsson | |
2017-10-02 | inets: Fix documentation typo | Ingela Anderton Andin | |
2017-10-02 | Merge branch 'ingela/dtls/renegotiate/OTP-14563' into maint | Ingela Anderton Andin | |
* ingela/dtls/renegotiate/OTP-14563: dtls: Compleate DTLS renegotiate implementation | |||
2017-10-02 | Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint | Rickard Green | |
* rickard/null-char-filenames/ERL-370/OTP-14543: Don't allow null in filenames | |||
2017-10-01 | Merge pull request #1588 from bjorng/bjorn/compiler/fix-match-context/ERL-490 | Björn Gustavsson | |
Fix incorrect internal consistency failure for binary matching code | |||
2017-09-30 | dtls: Compleate DTLS renegotiate implementation | Ingela Anderton Andin | |
2017-09-29 | Fix gunzip/1 of concatenated gzip files | John Högberg | |
Quoting RFC 1952: "A gzip file consists of a series of "members" (compressed data sets). [...] The members simply appear one after another in the file, with no additional information before, between, or after them." | |||
2017-09-29 | Fix minor incompatibilities in inflate behavior | John Högberg | |
When presented with multiple valid but concatenated streams, the old driver returned an empty result once the end of the first stream was reached, and kept doing so even if fed new data. The new driver/NIF returned a data_error instead. zlib:inflateInit/3 has been added to control this behavior, but is not yet ready for public use. | |||
2017-09-29 | ssh: fix broken printouts | Hans Nilsson | |
2017-09-29 | Fix incorrect internal consistency failure for binary matching code | Björn Gustavsson | |
4c31fd0b9665 made the merging of match contexts stricter; in fact, a little bit too strict. Two match contexts with different number of slots would be downgraded to the 'term' type. The correct way is to keep the match context but set the number of slots to the lowest number of slots of the two match contexts. https://bugs.erlang.org/browse/ERL-490 | |||
2017-09-28 | ssh: exclude aes_gcm if peer is OpenSSH 6.2 (known bug) | Hans Nilsson | |
2017-09-28 | Fix grammar in ets:foldl/3 and ets:foldr/3 docs | Ayanda Dube | |
2017-09-27 | Don't allow null in filenames | Rickard Green | |
2017-09-22 | Update release notes | Erlang/OTP | |
2017-09-22 | Update version numbers | Erlang/OTP | |
2017-09-22 | Merge branch 'dgud/stdlib/remove-gs-depr' into maint | Dan Gudmundsson | |
* dgud/stdlib/remove-gs-depr: stdlib: Remove gs removed warning | |||
2017-09-22 | public_key: Add app (ssl) to marker in seelalso tag | Hans Nilsson | |
2017-09-22 | stdlib: Remove gs removed warning | Dan Gudmundsson | |
Caused warnings which could not be suppressed, if old 'gs' application was compiled and used together with otp-20, which is fair usage even if OTP does not support the application anymore. | |||
2017-09-21 | Merge branch 'anders/diameter/doc/OTP-14561' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-14561: Document new(ish) options in diameter_tcp/sctp | |||
2017-09-21 | Merge branch 'anders/diameter/SoC/OTP-10927' into maint | Anders Svensson | |
* anders/diameter/SoC/OTP-10927: Simplify/complete Standards Compliance doc | |||
2017-09-21 | Merge branch 'hasse/tools/fprof_unicode_fix' into maint | Hans Bolinder | |
* hasse/tools/fprof_unicode_fix: fprof: Make sure the receiving file can handle Unicode | |||
2017-09-20 | Simplify/complete Standards Compliance doc | Anders Svensson | |
With a table. Probably no one wants to read a commented RFC, it's been unfinished for some time, and it's difficult to get an overview from it. | |||
2017-09-20 | Document new(ish) options in diameter_tcp/sctp | Anders Svensson | |
See commits d3829525 (unordered), c591056b (packet), eadf4efc (sender), 636a7199 (tcp message_cb), 373cd07c (sctp message_cb) | |||
2017-09-20 | public_key, ssl: Prepare for release | Ingela Anderton Andin | |
OTP-14236 requires ssl runtime dependencies to update to latest public_key. OTP-14181 makes ssl test cases dependent on latest version latest public_key. | |||
2017-09-20 | public_key, ssl: Provide certitifate test data generation function in public_key | Ingela Anderton Andin | |
The ssl application uses the new function in many of its test cases. | |||
2017-09-20 | Merge branch 'dgud/update-runtime-deps' into maint | Dan Gudmundsson | |
* dgud/update-runtime-deps: Update runtime deps to depend on new stdlib functionality | |||
2017-09-20 | erts, stdlib: Fix xmllint warning | Hans Bolinder | |
2017-09-20 | fprof: Make sure the receiving file can handle Unicode | Hans Bolinder | |
It is assumed that I/O devices can handle character codes greater than 255. | |||
2017-09-19 | Merge branch 'siri/cdv/crash-on-large-dump/OTP-14386' into maint | Siri Hansen | |
* siri/cdv/crash-on-large-dump/OTP-14386: observer: Improve debugging code in test suite cdv: Add ~tw as formatting option when expanding a term observer: Remove compiler warnings in test and set warnings_as_errors cdv: Warn about unsafe crashdump cdv: Show progress bar while reading big data cdv: Optimize reading of crashdump with many binaries cdv: Find end of 'Last calls' section cdv: Don't mark process as truncated if truncation is after all proc_heaps cdv: Set ERL_CRASH_DUMP_SECONDS to 0 in cdv scripts | |||
2017-09-19 | Merge branch 'siri/appups-20.1' into maint | Siri Hansen | |
* siri/appups-20.1: Update appup in stdlib and sasl for OTP-20.1 | |||
2017-09-19 | Merge pull request #1564 from goertzenator/ecpkparameter_fix | Ingela Andin | |
fix ERL-481 ecpkParameters representation OTP-14621 | |||
2017-09-19 | Update runtime deps to depend on new stdlib functionality | Dan Gudmundsson | |
~tw and new string functions are new since OTP-20 (stdlib-3.4) | |||
2017-09-18 | Update appup in stdlib and sasl for OTP-20.1 | Siri Hansen | |
2017-09-18 | Merge branch 'anders/diameter/20.1/OTP-14561' into maint | Anders Svensson | |
* anders/diameter/20.1/OTP-14561: Update appup and version for 20.1 |