Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-14 | ssl: Print openssl version string | Ingela Anderton Andin | |
2015-12-14 | ssl: Do not use environment variables in openSSL config file | Ingela Anderton Andin | |
LibreSSL does not allow it. | |||
2015-12-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-11 | ssl: fix hibernate_after with instant or near instant timeouts | Andrey Mayorov | |
2015-12-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-11 | ssl: Fix typos | Ingela Anderton Andin | |
2015-12-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-11 | Merge branch 'ia/ssl/windows-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/windows-tests: ssl: Use test case time out instead ssl: Use spawn_executable | |||
2015-12-11 | Merge branch 'ia/ssl/renegotiate-tests' into maint | Ingela Anderton Andin | |
* ia/ssl/renegotiate-tests: ssl: Add renegotiation exception | |||
2015-12-11 | Merge branch 'maint' | Lars Thorsen | |
2015-12-11 | [ssl] Moved description details to man(6) page | Lars Thorsen | |
2015-12-11 | [ssl] Correct the documentation so it follows the DTD | Lars Thorsen | |
2015-12-10 | Report bad options for outgoing TLS distribution | Magnus Henoch | |
If ssl:connect/3 returns an error related to options, let's log that so we have a chance to see it and fix it. | |||
2015-12-10 | Save error reasons for TLS distribution connections | Magnus Henoch | |
When establishing an outbound connection for TLS distribution, let's hold on to the failure reasons and use them as exit reasons. These exit reasons are normally invisible, but they can be seen in the logs after calling net_kernel:verbose(1). While there are trace messages in the code already, those require recompiling the module with a special flag, which is more cumbersome than changing the net_kernel verbosity level at run time. | |||
2015-12-09 | ssl: Use test case time out instead | Ingela Anderton Andin | |
2015-12-09 | ssl: Use spawn_executable | Ingela Anderton Andin | |
2015-12-09 | ssl: Add renegotiation exception | Ingela Anderton Andin | |
2015-12-09 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-09 | Merge branch 'ia/ssl-prepare-release' into maint | Ingela Anderton Andin | |
* ia/ssl-prepare-release: ssl: Correct spec ssl: Prepare for release | |||
2015-12-08 | ssl: Correct spec | Ingela Anderton Andin | |
2015-12-08 | ssl: Prepare for release | Ingela Anderton Andin | |
2015-12-07 | Merge branch 'maint' | Henrik Nord | |
2015-12-07 | Merge branch 'rlipscombe/rl-ssl-options' into maint | Henrik Nord | |
* rlipscombe/rl-ssl-options: Ensure single 'raw' option is handled correctly Pass 'raw' options through OTP-13166 | |||
2015-12-07 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-07 | Merge branch 'ia/ssl/sslv3-completeness' into maint | Ingela Anderton Andin | |
* ia/ssl/sslv3-completeness: ssl: SSLv3 completeness | |||
2015-12-07 | ssl: SSLv3 completeness | Ingela Anderton Andin | |
We are considering removing default support for DES cipher suites. However this cipher suite is currently allowed in TLS and missing from SSL. | |||
2015-12-07 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-07 | Merge branch 'ia/ssl/max-sessions/OTP-12392' into maint | Ingela Anderton Andin | |
* ia/ssl/max-sessions/OTP-12392: ssl: Fix documentation mistakes ssl: Add upper limit for session cache ssl: Measure elapsed time with erlang:monotonic_time | |||
2015-12-07 | ssl: Fix documentation mistakes | Ingela Anderton Andin | |
2015-12-04 | Merge branch 'maint' | Henrik Nord | |
2015-12-04 | Merge branch 'maint-17' into maint | Henrik Nord | |
Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/kernel/doc/src/notes.xml lib/kernel/src/kernel.appup.src lib/kernel/vsn.mk lib/ssl/doc/src/notes.xml lib/ssl/src/ssl.appup.src lib/ssl/src/ssl_cipher.erl lib/ssl/vsn.mk otp_versions.table | |||
2015-12-03 | ssl: Add upper limit for session cache | Ingela Anderton Andin | |
If upper limit is reached invalidate the current cache entries, e.i the session lifetime is the max time a session will be keept, but it may be invalidated earlier if the max limit for the table is reached. This will keep the ssl manager process well behaved, not exhusting memeory. Invalidating the entries will incrementally empty the cache to make room for fresh sessions entries. | |||
2015-12-03 | ssl: Measure elapsed time with erlang:monotonic_time | Ingela Anderton Andin | |
2015-12-03 | Prepare release | Erlang/OTP | |
2015-12-03 | ssl: Prepare for release | Ingela Anderton Andin | |
2015-12-01 | Merge branch 'maint' | Zandra | |
2015-12-01 | Merge branch 'legoscia/tls_dist_options' into maint | Zandra | |
* legoscia/tls_dist_options: Test interface listen option for TLS distribution Test socket listen options for TLS distribution Test port options for TLS distribution TLS Dist: Use inet_dist_ options Conflicts: lib/ssl/src/ssl_tls_dist_proxy.erl lib/ssl/test/ssl_dist_SUITE.erl OTP-12838 | |||
2015-12-01 | Fix typos in ssl.xml | Magnus Henoch | |
2015-11-26 | Merge branch 'maint' | Zandra | |
2015-11-26 | Merge branch 'legoscia/ssl_connection_terminate_crash' into maint | Zandra | |
* legoscia/ssl_connection_terminate_crash: Avoid crash for SSL connections with nonexistent keyfile OTP-13144 | |||
2015-11-26 | Merge branch 'maint' | Zandra | |
2015-11-26 | Merge branch 'legoscia/tls_dist_nodelay' into maint | Zandra | |
* legoscia/tls_dist_nodelay: Add test for dist_nodelay option Honour dist_nodelay socket option in tls_dist proxy OTP-13143 | |||
2015-11-26 | Merge branch 'maint' | Zandra | |
2015-11-26 | Merge branch 'legoscia/ssl-dist-error-handling' into maint | Zandra | |
* legoscia/ssl-dist-error-handling: In ssl_tls_dist_proxy, pass along EPMD registration errors OTP-13142 | |||
2015-11-26 | Merge branch 'maint' | Zandra | |
2015-11-26 | Merge branch 'zandra/fix-24h-macro-in-suite' into maint | Zandra | |
* zandra/fix-24h-macro-in-suite: fix 24h macro in test suite | |||
2015-11-26 | Merge branch 'maint' | Zandra | |
2015-11-26 | Merge branch 'ppikula/fix-24h-macro' into maint | Zandra | |
* ppikula/fix-24h-macro: fix incorrect number of seconds in 24h macro The previous commit - 7b93f5d8a224a0a076a420294c95a666a763ee60 fixed the macro only in one place. OTP-13141 | |||
2015-11-25 | Ensure single 'raw' option is handled correctly | Roger Lipscombe | |
Add a test to ensure that a single 'raw' option can be passed to ssl:listen correctly. Note: multiple raw options are (incorrectly) handled by inet:listen_options. See http://erlang.org/pipermail/erlang-questions/2014-March/078371.html | |||
2015-11-24 | Test interface listen option for TLS distribution | Magnus Henoch | |
Add test that checks that the option inet_dist_use_interface is used when starting a node with TLS distribution. |