Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-30 | ssl: Fix ECDSA key decode clause | Ingela Anderton Andin | |
2018-04-30 | ssl: Avoid hardcoding of cipher suites and fix ECDH suite handling | Ingela Anderton Andin | |
ECDH suite handling did not use the EC parameters form the certs as expected. | |||
2018-04-30 | ssl: Run all test case combinations | Ingela Anderton Andin | |
Fix test case code to use keyAgreement for ECDH_ECDSA | |||
2018-04-28 | ssl: Update tests to reflect sslv3 is not supported by default | Ingela Anderton Andin | |
2018-04-27 | Merge branch 'ingela/dtls/abbreviated' | Ingela Anderton Andin | |
* ingela/dtls/abbreviated: dtls: Trigger resend in abbreviated handshake if change_cipher_spec is received to early. | |||
2018-04-27 | dtls: Trigger resend in abbreviated handshake if change_cipher_spec | Ingela Anderton Andin | |
is received to early. | |||
2018-04-27 | Merge branch 'raimo/better-TLS-distribution/OTP-14969' | Raimo Niskanen | |
* raimo/better-TLS-distribution/OTP-14969: Fix distro CRL test cases short vs long names Allow check for node name Move check ip to before SSL handshake Check client IP from server Parse cert primarily for host names Open for host and node allow list Create plug-in for distro cert nodes Rewrite TLS dist to handle node names in certs Improve node allowed check | |||
2018-04-27 | Merge branch 'ingela/ssl/test-cuddle' | Ingela Anderton Andin | |
* ingela/ssl/test-cuddle: ssl: Handle EXIT messages from test code correctly | |||
2018-04-27 | Fix distro CRL test cases short vs long names | Raimo Niskanen | |
2018-04-26 | ssl: Proper handling of clients that choose to send an empty | Ingela Anderton Andin | |
answer to a certificate request Solves ERL-599 | |||
2018-04-26 | Allow check for node name | Raimo Niskanen | |
2018-04-26 | Move check ip to before SSL handshake | Raimo Niskanen | |
2018-04-26 | Check client IP from server | Raimo Niskanen | |
2018-04-24 | ssl: Add new API functions | Ingela Anderton Andin | |
2018-04-24 | ssl: Prepare to replace ssl:ssl_accept with ssl:handshake | Ingela Anderton Andin | |
2018-04-24 | Parse cert primarily for host names | Raimo Niskanen | |
2018-04-23 | Open for host and node allow list | Raimo Niskanen | |
2018-04-20 | Create plug-in for distro cert nodes | Raimo Niskanen | |
2018-04-19 | Rewrite TLS dist to handle node names in certs | Raimo Niskanen | |
2018-03-27 | ssl: Cleaner test setup to avoid unintentional test case dependencies | Ingela Anderton Andin | |
2018-03-27 | ssl: Correct ECC suite and DTLS ECC handling | Ingela Anderton Andin | |
When test handling was corrected it was obvious that DTLS ECC handling was not compleated. | |||
2018-03-16 | ssl: Handle EXIT messages from test code correctly | Ingela Anderton Andin | |
2018-03-16 | Merge branch 'maint' | Ingela Anderton Andin | |
* maint: Updated OTP version Update release notes ssl: Prepare for release ssl: Remove duplicate release note ssl: Fix filter function to not discard AEAD cipher suites Conflicts: OTP_VERSION | |||
2018-03-15 | Update release notes | Erlang/OTP | |
2018-03-15 | ssl: Prepare for release | Ingela Anderton Andin | |
2018-03-15 | ssl: Remove duplicate release note | Ingela Anderton Andin | |
2018-03-15 | ssl: Fix filter function to not discard AEAD cipher suites | Ingela Anderton Andin | |
2018-03-14 | Merge branch 'maint' | Henrik | |
Conflicts: OTP_VERSION | |||
2018-03-14 | Merge branch 'ingela/ssl/no-sslv2-hello-support/OTP-14824' | Ingela Anderton Andin | |
* ingela/ssl/no-sslv2-hello-support/OTP-14824: ssl: Remove interoperability option v2_hello_compatible | |||
2018-03-13 | Merge branch 'hasse/dialyzer/extra-range/OTP-14970' | Hans Bolinder | |
* hasse/dialyzer/extra-range/OTP-14970: ssl: Correct some specs os_mon: Correct a spec Fix broken spec in beam_asm Dialyzer should not throw away spec information because of overspec | |||
2018-03-13 | ssl: Correct some specs | Hans Bolinder | |
2018-03-09 | Merge branch 'peterdmv/use_uri_string/OTP-14902' | Péter Dimitrov | |
* peterdmv/use_uri_string/OTP-14902: common_test: Use uri_string ssl: Use uri_string public_key: Use uri_string observer: Use uri_string Change-Id: I4beac2289db039cc7d566807727c5aaf7fadf942 | |||
2018-03-09 | Update release notes | Erlang/OTP | |
2018-03-09 | Update version numbers | Erlang/OTP | |
2018-03-09 | ssl: Remove interoperability option v2_hello_compatible | Ingela Anderton Andin | |
2018-03-08 | ssl: Use uri_string | Péter Dimitrov | |
Change-Id: I1249b93b1e4a971cf1af2cb96a65563e23117e2b | |||
2018-03-08 | Merge branch 'ingela/ssl/no-automated-fallback/OTP-14789' | Ingela Anderton Andin | |
2018-03-08 | ssl: Increase security with safer default | Ingela Anderton Andin | |
The interoperability option to fallback to insecure renegotiation now has to be explicitly turned on. | |||
2018-03-06 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-03-06 | ssl: Fix anonymous suites regression and protocol error | Bram Verburg | |
Anonymous cipher suites were broken altogether, and there was an earlier issue where the server would send a signature in the server key exchange if a certificate was configured, even if an anonymous suite was actually negotiated. Backport of PR-1729 | |||
2018-03-06 | Merge branch 'maint' | Anders Svensson | |
2018-03-05 | [ssl] Fix hanging test case on outdated lab machine | Lars Thorsen | |
2018-03-05 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-03-05 | ssl: Correct AEAD handling | Ingela Anderton Andin | |
Cipher suite handling improvments missed to make a few changes for AEAD to be handled correctly see ERL-568 | |||
2018-03-02 | Merge branch 'maint' | Hans Nilsson | |
* maint: Updated OTP version Prepare release ssl: Prepare for release ssl: Backport PR-1709 ssh: Fix cli ssh: Test for disabled shell | |||
2018-03-02 | Merge branch 'maint-19' into maint | Hans Nilsson | |
* maint-19: Updated OTP version Prepare release ssl: Prepare for release ssl: Backport PR-1709 ssh: Fix cli ssh: Test for disabled shell Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.erl lib/ssh/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/vsn.mk otp_versions.table | |||
2018-02-28 | Prepare release | Erlang/OTP | |
2018-02-19 | ssl: Prepare for release | Ingela Anderton Andin | |
2018-02-19 | ssl: Backport PR-1709 | Ingela Anderton Andin | |
2018-02-12 | Merge branch 'maint' | Ingela Anderton Andin | |