Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-11 | Put back ssl:peercert/1 | Ingela Anderton Andin | |
I accidentally removed a little too much, only peercert/2 was deprecated. | |||
2011-10-06 | Merge branch 'ia/ssl/remove-old-ssl/OTP-7048' | Ingela Anderton Andin | |
* ia/ssl/remove-old-ssl/OTP-7048: Remove old ssl implementation and deprecated function ssl:peercert/1 Conflicts: lib/ssl/test/Makefile | |||
2011-10-06 | Merge branch 'ia/ssl/dist-more-tests' | Ingela Anderton Andin | |
* ia/ssl/dist-more-tests: Better option handling Improve code structure Remove ssl_prim calls that are remains from the old ssl distribution Add payload test | |||
2011-10-04 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
2011-10-04 | Better option handling | Ingela Anderton Andin | |
Also cleaned up old gaurds. | |||
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-10-03 | Improve code structure | Ingela Anderton Andin | |
2011-10-03 | Remove ssl_prim calls that are remains from the old ssl distribution | Ingela Anderton Andin | |
2011-10-03 | Add payload test | Ingela Anderton Andin | |
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
* dev: Update copyright years | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-28 | Merge branch 'dev' into major | Ingela Anderton Andin | |
2011-09-28 | Corrected documentation bug | Ingela Anderton Andin | |
2011-09-28 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Both the SSLv3 and TLS 1.0/TLS 1.1 specifications require implementations to ignore data following the ClientHello (i.e., extensions) if they do not understand them. fix unknown ssl extension parsing by changing length from bits to bytes Temporary disable tests on MAC due to issus with the MAC ODBC drivers | |||
2011-09-27 | Both the SSLv3 and TLS 1.0/TLS 1.1 specifications require | Ingela Anderton Andin | |
implementations to ignore data following the ClientHello (i.e., extensions) if they do not understand them. Data not following the protocol format for extensions will be ignored by the last dec_hello_extensions-clause. OTP-8596 | |||
2011-09-27 | fix unknown ssl extension parsing by changing length from bits to bytes | Ben Murphy | |
2011-09-20 | Merge branch 'dev' into major | Henrik Nord | |
Conflicts: erts/aclocal.m4 erts/include/internal/ethread_header_config.h.in | |||
2011-09-20 | Merge branch 'ta/docs-fixes' into dev | Henrik Nord | |
* ta/docs-fixes: Fix misspelling of intermediate Fix typos in erts/preloaded/src Fix more misspellings of compatibility Fix misspelling of kept Fix misspelling of compatibility in ssl_basic_SUITE Fix misspelling of compatibility Fix misspelling of accommodate Fix misspelling of exceed Fix misspelling of accidentally Fix misspelling of erroneous in xmerl_xsd Fix misspelling of erroneous Fix misspelling of successful Fix typos in instrument(3) Fix typos in dbg(3) dialyzer: fix a small typo in list_to_bitstring test Fix typos in cover.erl Fix typos (variable name) in erl_nif(3) Fix typos in mod_esi(3) Fix trivial typos in erlang(3) OTP-9555 | |||
2011-09-16 | Remove old ssl implementation and deprecated function ssl:peercert/1 | Ingela Anderton Andin | |
2011-09-16 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Support explicit use of packet option httph and httph_bin | |||
2011-09-16 | Support explicit use of packet option httph and httph_bin | Ingela Anderton Andin | |
2011-09-15 | Fix more misspellings of compatibility | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of compatibility in ssl_basic_SUITE | Tuncer Ayaz | |
2011-09-13 | Merge branch 'ia/ssl/dist/OTP-7053' into major | Ingela Anderton Andin | |
* ia/ssl/dist/OTP-7053: First fully working version Use ssl instead of being a proxy command Connect from both sides works now | |||
2011-09-09 | First fully working version | Ingela Anderton Andin | |
2011-09-06 | Merge branch 'dev' into major | Ingela Anderton Andin | |
* dev: Corrected faulty dialyzer spec | |||
2011-09-06 | Corrected faulty dialyzer spec | Ingela Anderton Andin | |
2011-09-05 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Corrected spec name errors: ip_adress -> ip_address port_num -> port_number | |||
2011-09-05 | Corrected spec name errors: ip_adress -> ip_address port_num -> port_number | Ingela Anderton Andin | |
2011-09-01 | Use ssl instead of being a proxy command | Dan Gudmundsson | |
2011-09-01 | Connect from both sides works now | Dan Gudmundsson | |
2011-08-31 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Use inet and gen_* dialyzer specs | |||
2011-08-31 | Merge branch 'ia/ssl/use-inet-and-gen-specs' into dev | Ingela Anderton Andin | |
* ia/ssl/use-inet-and-gen-specs: Use inet and gen_* dialyzer specs | |||
2011-08-31 | Use inet and gen_* dialyzer specs | Ingela Anderton Andin | |
2011-08-30 | Merge branch 'dev' into major | Ingela Anderton Andin | |
* dev: Corrected input argument to error_logger:error_report/1 | |||
2011-08-30 | Corrected input argument to error_logger:error_report/1 | Ingela Anderton Andin | |
2011-08-25 | Merge branch 'dev' into major | Henrik Nord | |
2011-08-08 | replace "a ssl" with "an ssl" | Christian von Roques | |
2011-08-08 | Trivial documentation fixes | Christian von Roques | |
2011-08-08 | */c_src/Makefile*: Support parallel make | Björn Gustavsson | |
Create directories first, not within implicit rules. If two 'install' instances runs at the same time attempting to create a directory, one of them may fail with an "File exists" error. I tried to use order-only prerequisites to create the directories, but run into two problems: First, order-only prerequisites are only implemented in Make 3.80 and later. Second, on a computer running Solaris/Intel 2.8 (with Make 3.80), order-only prerequisites seemed to work like ordinary prerequisites, causing targets to be re-built if the timestamp for the directory changed. Therefore, using a shell command to run mkdir seems to be the more portable solution. | |||
2011-07-06 | Merge branch 'ia/ssl/connect-twice' into dev | Ingela Anderton Andin | |
* ia/ssl/connect-twice: Added test case | |||
2011-07-06 | Merge branch 'ia/ssl/improved-test-case' into dev | Ingela Anderton Andin | |
* ia/ssl/improved-test-case: Improved test case so that it will not fail due to last_delay_timer = undefined | |||
2011-07-04 | Added test case | Ingela Anderton Andin | |
2011-06-30 | Improved test case so that it will not fail due to last_delay_timer = undefined | Ingela Anderton Andin | |
2011-06-29 | Removed global name from the certificate tabel | Ingela Anderton Andin | |
We want the certificate table to be handled the same way as the session table and not have a global name, so that we may easier create a separate ssl-manager to handle erlang distribution over ssl. | |||
2011-06-28 | Merge branch 'ia/ssl/use-erlang-send-after-instead-of-timer-send-after' into dev | Ingela Anderton Andin | |
* ia/ssl/use-erlang-send-after-instead-of-timer-send-after: Use erlang:send_after instead of timer:send_after Conflicts: lib/ssl/test/ssl_session_cache_SUITE.erl | |||
2011-06-27 | Use erlang:send_after instead of timer:send_after | Ingela Anderton Andin | |
Also save latest delay cleanup timer ref so that we can use erlang:read_timer to write a more reliable test case. | |||
2011-06-27 | Handle inet:getopts/2 and inet:setopts/2 crashes | Ingela Anderton Andin | |
2011-06-16 | Merge branch 'ia/ssl/longer-timeout-in-testcase' into dev | Ingela Anderton Andin | |
* ia/ssl/longer-timeout-in-testcase: Time out in test case needs to be longer to make sure clean up is properly executed | |||
2011-06-14 | Changed test case so that we do not have to make ets-table named | Ingela Anderton Andin | |