Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-28 | Merge pull request #1520 from NOMORECOFFEE/fix_array_spec_typo | Raimo Niskanen | |
array: fix spec typo | |||
2017-07-27 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers Fix doc for the 'quiet' option; it defaults to false asn1: Fix missing quotes of external encoding call Add a dedicated close function for TCP ports to prevent issues like ERL-430/448 Close TCP ports properly on send timeout erts: Add missing release note | |||
2017-07-26 | Update release notes | Erlang/OTP | |
2017-07-26 | Update version numbers | Erlang/OTP | |
2017-07-26 | Merge branch 'sverker/asn1/missing-quotes/OTP-14519' into maint-20 | Erlang/OTP | |
* sverker/asn1/missing-quotes/OTP-14519: asn1: Fix missing quotes of external encoding call | |||
2017-07-26 | Merge branch 'john/kernel/fix-disk-log-docs/OTP-14498' into maint-20 | Erlang/OTP | |
* john/kernel/fix-disk-log-docs/OTP-14498: Fix doc for the 'quiet' option; it defaults to false | |||
2017-07-26 | Fix doc for the 'quiet' option; it defaults to false | John Högberg | |
2017-07-24 | Fix array spec typo | Веселов Андрей | |
2017-07-21 | Merge pull request #1513 from nroi/maint | Raimo Niskanen | |
Fix typo in httpc.xml: http -> httpc | |||
2017-07-21 | Merge branch 'raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454' into maint | Raimo Niskanen | |
* raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454: Improve spec and doc for inet:get_rc/0 | |||
2017-07-21 | Merge branch 'raimo/stdlib/stop-deprecated-warn-crypto-rand_bytes-1/ERL-459' ↵ | Raimo Niskanen | |
into maint * raimo/stdlib/stop-deprecated-warn-crypto-rand_bytes-1/ERL-459: Change crypto:rand_bytes/1 deprecated -> removed | |||
2017-07-20 | asn1: Fix missing quotes of external encoding call | Sverker Eriksson | |
introduced by 8e4a9864385242b962ce7446f7daa4f58cfecca5. | |||
2017-07-20 | Improve spec and doc for inet:get_rc/0 | Raimo Niskanen | |
2017-07-20 | Change crypto:rand_bytes/1 deprecated -> removed | Raimo Niskanen | |
2017-07-15 | Fix typo in httpc.xml: http -> httpc | Fabian Muscariello | |
2017-07-12 | crypto: Fix compile errors for make target 'valgrind' | Sverker Eriksson | |
introduced in 03f3ec41f5468413235e3923a542a11cfd631089 | |||
2017-07-10 | Fix typo in rand.xml: superseeded -> superseded | Loïc Hoguin | |
2017-07-10 | Merge branch 'ingela/public_key/ssl/CRL-error-propagation/OTP-14236' into maint | Ingela Anderton Andin | |
* ingela/public_key/ssl/CRL-error-propagation/OTP-14236: ssl: Try to make asn1 decode errors of certificates as specific as possible ssl,public_key: Provide details for CRL check failiures when revokation state can not be determined ssl: Enhance error logging | |||
2017-07-10 | Merge pull request #1504 from vances/issue-erl-443 | Ingela Andin | |
Log actual http status code of response. OTP-14510 | |||
2017-07-07 | ssl: Try to make asn1 decode errors of certificates as specific as possible | Ingela Anderton Andin | |
2017-07-07 | ssl,public_key: Provide details for CRL check failiures when revokation ↵ | Ingela Anderton Andin | |
state can not be determined | |||
2017-07-07 | ssl: Enhance error logging | Ingela Anderton Andin | |
2017-07-07 | crypto: test case for sign/verify ecdsa with sha256 etc | Hans Nilsson | |
2017-07-07 | crypto: test case for sign/verify dss with sha256 etc | Hans Nilsson | |
In OpenSSL version >= 1.0.1 the hash algos sha, sha224, sha256, sha384 and sha512 are supported. In 1.0.0 sha, sha224 and sha256 are supported In 0.9.8 sha is supported | |||
2017-07-07 | public_key: Update for new crypto:sign and crypto:verify from PR838 | Hans Nilsson | |
2017-07-07 | public_key: doc for new sign/4 and verify/5 | Hans Nilsson | |
2017-07-07 | crypto: doc sign/5 and verify/6 | Hans Nilsson | |
2017-07-07 | crypto: tests for rsa sign/verify from PR838 | Hans Nilsson | |
2017-07-07 | crypto: Fix compatibility problems with openssl 1.0.0 cryptolib | Hans Nilsson | |
2017-07-07 | crypto: introduced preproc symbol HAS_EVP_PKEY_CTX | Hans Nilsson | |
2017-07-07 | crypto: pk verify with new function from PR838 | Hans Nilsson | |
Same comment as previous commit applies. | |||
2017-07-07 | crypto: pk sign with new function from PR838 | Hans Nilsson | |
The function pkey_verify_nif handles pk signing with a general approach that is enabled by EVP api in OpenSSL 1.0.0 The rejected PR838 introduced that function and lots of other stuff so far neglected. It also made some different rsa padding methods possible (included). Since the crypto code base has changed significantly, it was an overhelming work to try a git merge. Therefore this commit is a manual move of the source code from the PR into current maint. This commit concentrates to use the new function compatible with the old functions. This includes some #if:s for different versions, compatibility code for 0.9.8. Lacking: test cases, exporting the more general erlang api, documentation... | |||
2017-07-07 | crypto: Made {rsa,dss,ecdsa}_{sign,verify}_nif similar and all with evp api | Hans Nilsson | |
2017-07-07 | Merge pull request #1503 from profil/maint | Hans Nilsson | |
Add support for binary input in ssh_io OTP-14506 | |||
2017-07-07 | Merge branch 'siri/unicode-in-release-handling/OTP-14463' into maint | Siri Hansen | |
* siri/unicode-in-release-handling/OTP-14463: [sasl] Improve handling of unicode strings and atoms [reltool] Improve handling of unicode strings and atoms | |||
2017-07-07 | [sasl] Improve handling of unicode strings and atoms | Siri Hansen | |
2017-07-07 | [reltool] Improve handling of unicode strings and atoms | Siri Hansen | |
2017-07-07 | Merge branch 'hans/crypto/supports_macs/OTP-14504' into maint | Hans Nilsson | |
2017-07-07 | crypto: test suites report openssl version, supports etc | Hans Nilsson | |
2017-07-07 | crypto: added a 'macs' entry to proplist in crypto:supports/0 | Hans Nilsson | |
2017-07-07 | Log actual http status code of response. | Vance Shipley | |
The status code provided by other modules was being ignored and 200 (OK) was logged for all responses. | |||
2017-07-06 | Merge branch 'john/erts/runtime-lcnt' into maint | John Högberg | |
* john/erts/runtime-lcnt: Document rt_mask and add warnings about copy_save Add an emulator test suite for lock counting Break erts_debug:lock_counters/1 into separate BIFs Allow toggling lock counting at runtime Move lock flags to a common header Enable register_SUITE for lcnt builds Enable lcnt smoke test on all builds that have lcnt enabled Make lock counter info independent of the locks being counted OTP-14412 OTP-13170 OTP-14413 | |||
2017-07-06 | Document rt_mask and add warnings about copy_save | John Högberg | |
2017-07-06 | Break erts_debug:lock_counters/1 into separate BIFs | John Högberg | |
2017-07-06 | Enable lcnt smoke test on all builds that have lcnt enabled | John Högberg | |
2017-07-06 | Merge branch 'kenneth/asn1/ERL-437' into maint | Kenneth Lundin | |
* kenneth/asn1/ERL-437: Corrected behavior of option {n2n, EnumTypeName} when EnumTypeName contains a hypen like fore example Cause-Misc. This caused syntax errors when compiling the generated Erlang code. OTP-14495 | |||
2017-07-05 | Add support for binary input in ssh_io | Daniel Pettersson | |
2017-07-04 | Corrected behavior of option {n2n, EnumTypeName} when | Kenneth Lundin | |
EnumTypeName contains a hypen like fore example Cause-Misc. This caused syntax errors when compiling the generated Erlang code. | |||
2017-07-04 | Merge branch 'hasse/stdlib/deprecated_warning/OTP-14378' into maint | Hans Bolinder | |
* hasse/stdlib/deprecated_warning/OTP-14378: stdlib: Accept all nowarn_deprecated_function options | |||
2017-07-04 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Update release notes Update version numbers erts: Fix bug in quick alloc Fix old length usage in string stdlib: Fix bug in proc_lib Support arbitrary crash report in proc_lib. |