Age | Commit message (Expand) | Author |
2011-09-06 | Corrected faulty dialyzer spec | Ingela Anderton Andin |
2011-09-05 | Corrected spec name errors: ip_adress -> ip_address port_num -> port_number | Ingela Anderton Andin |
2011-08-31 | Merge branch 'ia/ssl/use-inet-and-gen-specs' into dev | Ingela Anderton Andin |
2011-08-31 | Use inet and gen_* dialyzer specs | Ingela Anderton Andin |
2011-08-30 | Corrected input argument to error_logger:error_report/1 | Ingela Anderton Andin |
2011-08-08 | replace "a ssl" with "an ssl" | Christian von Roques |
2011-06-29 | Removed global name from the certificate tabel | Ingela Anderton Andin |
2011-06-28 | Merge branch 'ia/ssl/use-erlang-send-after-instead-of-timer-send-after' into dev | Ingela Anderton Andin |
2011-06-27 | Use erlang:send_after instead of timer:send_after | Ingela Anderton Andin |
2011-06-27 | Handle inet:getopts/2 and inet:setopts/2 crashes | Ingela Anderton Andin |
2011-06-14 | Changed test case so that we do not have to make ets-table named | Ingela Anderton Andin |
2011-06-07 | Prevention of denial of service attack | Ingela Anderton Andin |
2011-06-01 | The clean up of the session table now works as intended. | Ingela Anderton Andin |
2011-05-24 | Corrected last argument to timer:apply_after also corrected a dilyzer spec | Ingela Anderton Andin |
2011-05-17 | In TLS 1.1, failure to properly close a connection no longer requires | Ingela Anderton Andin |
2011-05-16 | OTP-9094: [httpc] Add support for upload body streaming (PUT and POST). | Micael Karlberg |
2011-05-13 | Ssl sometimes fails when reusing a session | Ingela Anderton Andin |
2011-05-12 | Calling gen_tcp:connect with option {ip, {127,0,0,1}} results in an exit with | Micael Karlberg |
2011-05-12 | Calling gen_tcp:connect with option {ip, {127,0,0,1}} results in an exit with | Micael Karlberg |
2011-05-05 | Spec corrections | Ingela Anderton Andin |
2011-05-04 | Dialyzer spec fix | Ingela Anderton Andin |
2011-04-29 | Changed iolist() to iodata() | Ingela Anderton Andin |
2011-04-15 | Prepare for release | Ingela Anderton Andin |
2011-03-24 | Merge branch 'ia/public_key/encode-decode-ssh/OTP-9144' into dev | Ingela Anderton Andin |
2011-03-24 | Implemented encode/decode support for ssh public key files | Ingela Anderton Andin |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-03-08 | Merge branch 'ia/ssl/prepare-release' into dev | Ingela Anderton Andin |
2011-03-07 | Prepare for release | Ingela Anderton Andin |
2011-03-07 | Add the option { hibernate_after, int() } to ssl:connect and ssl:listen | Jeroen Koops |
2011-02-22 | Dialyzer does not like old fun syntax | Ingela Anderton Andin |
2011-02-22 | Corrected dialyzer specs | Ingela Anderton Andin |
2011-02-22 | Modernized some dialyzer specs | Ingela Anderton Andin |
2011-02-11 | Added missing return value in dialyzer specs (ssl.erl) | Ingela Anderton Andin |
2011-01-20 | Merge branch 'maint-r14' into dev | Ingela Anderton Andin |
2011-01-17 | Merge branch 'ia/ssl/unknown-extension-handling-verify-none/OTP-9029' into ma... | Erlang/OTP |
2011-01-17 | Prepare for release | Ingela Anderton Andin |
2011-01-17 | Verification of a critical extended_key_usage-extension corrected | Ingela Anderton Andin |
2011-01-13 | Reduce memory footprint | Ingela Anderton Andin |
2011-01-10 | Fixed Dialyzer specs | Ingela Anderton Andin |
2011-01-10 | Corrected handling of data from an ets select. | Ingela Anderton Andin |
2010-12-20 | Merge branch 'maint-r14' into dev | Ingela Anderton Andin |
2010-12-17 | Cleaned up meaningless code discovered thanks to cover | Ingela Anderton Andin |
2010-12-16 | Prepare for release | Ingela Anderton Andin |
2010-12-16 | Cache invalidation and consistent user closing | Ingela Anderton Andin |
2010-12-16 | Cache invaldation first version does not break old test cases | Ingela Anderton Andin |
2010-12-02 | Prepare for release | Ingela Anderton Andin |
2010-11-30 | Fixed guard and test case | Ingela Anderton Andin |
2010-11-18 | Added alert in stream cipher case. | Ingela Anderton Andin |
2010-11-10 | Added "DECRYPTION_FAILED ALERT" for block decipher failure. | Ingela Anderton Andin |
2010-10-21 | Merge branch 'ia/ssl/certificate-verify/wrong-key-method/OTP-8897' into dev | Björn Gustavsson |