aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_basic_SUITE.erl
AgeCommit message (Expand)Author
2013-02-18ssl: Further error handling enhancmentsIngela Anderton Andin
2013-02-12ssl: Generalize cb_info optionIngela Anderton Andin
2013-01-25Merge branch 'ia/ssl/test-case-timeout'Ingela Anderton Andin
2013-01-23ssl: Too short timeout in test caseIngela Anderton Andin
2013-01-22Merge branch 'ia/ssl/incompatible-error-msg/OTP-10451'Ingela Anderton Andin
2013-01-21ssl: Enhance error handlingIngela Anderton Andin
2013-01-17ssl: Certificates and PEM-cache cleaning fixed to avoid memory leakIngela Anderton Andin
2013-01-11ssl: CTify test casesIngela Anderton Andin
2012-12-20ssl: Add test for gen_tcp with reuseaddr as referenceIngela Anderton Andin
2012-12-06Merge branch 'maint'Ingela Anderton Andin
2012-12-06ssl: Fix recv after timeout expiredIngela Anderton Andin
2012-12-06ssl: Timeout handling changed so that the fsm-process will terminate if the s...Ingela Anderton Andin
2012-11-27Merge branch 'ia/ssl/peer-cert-server'Ingela Anderton Andin
2012-11-27ssl: Add and enhance testsIngela Anderton Andin
2012-11-22ssl: Add test case for ssl:peercert with client certificationIngela Anderton Andin
2012-11-12ssl: Adopt test case to not take so longIngela Anderton Andin
2012-10-01ssl: It is now possible to call controlling_process on a listen socket,Ingela Anderton Andin
2012-09-25ssl: Adopt test case to not take so longIngela Anderton Andin
2012-08-22ssl: Test suite adjustmentsIngela Anderton Andin
2012-08-22ssl: Fix rizzo tests to run as intendedIngela Anderton Andin
2012-08-22ssl: Add crypto support check (TLS 1.2 require sha256 support)Ingela Anderton Andin
2012-08-22ssl: Run relevant tests for all SSL/TLS versionsIngela Anderton Andin
2012-08-22ssl: make PRF function selectableAndreas Schultz
2012-06-15ssl: Fix bug in the handling of remote connection closure of {active,false} s...Ingela Anderton Andin
2012-06-12ssl: Test case fixesIngela Anderton Andin
2012-06-08ssl: File handling optimizationIngela Anderton Andin
2012-02-16Merge branch 'rc/spell-registered' into maintHenrik Nord
2012-02-08User defined verify_fun is now called correctlyIngela Anderton Andin
2012-01-03Correct spelling of "registered" in various places in the source codeRichard Carlsson
2011-12-06If if TLS/SSL-close-notify message is not delivered you can get econnabortedIngela Anderton Andin
2011-12-05Added tcp_delivery_workaround to the test case invalid_signature_serverIngela Anderton Andin
2011-12-05Do not do the 1/n-1 split for RC4 as it is not vulnerable to the Rizzo/Duong-...Ingela Anderton Andin
2011-12-02Missed two places in previous fixIngela Anderton Andin
2011-11-30Test cases where failing due to timing issues in test case codeIngela Anderton Andin
2011-11-28If a passive receive was ongoing during a renegotiation the processIngela Anderton Andin
2011-11-28Send ssl_closed notification to active ssl user when a tcp error occursIngela Anderton Andin
2011-11-23Implementation of 1/n-1 splitting countermeasure Rizzo/Duong-BeastIngela Anderton Andin
2011-11-21Mitigate Computational DoS attackIngela Anderton Andin
2011-11-15Adjustment to work with hipeIngela Anderton Andin
2011-11-15Fine tuning of test suitesIngela Anderton Andin
2011-11-01Added PKCS-8 support in sslIngela Anderton Andin
2011-10-11Put back ssl:peercert/1Ingela Anderton Andin
2011-10-06Merge branch 'ia/ssl/remove-old-ssl/OTP-7048'Ingela Anderton Andin
2011-09-16Remove old ssl implementation and deprecated function ssl:peercert/1Ingela Anderton Andin
2011-09-15Fix misspelling of compatibility in ssl_basic_SUITETuncer Ayaz
2011-07-04Added test caseIngela Anderton Andin
2011-06-27Handle inet:getopts/2 and inet:setopts/2 crashesIngela Anderton Andin
2011-06-07Prevention of denial of service attackIngela Anderton Andin
2011-06-01The clean up of the session table now works as intended.Ingela Anderton Andin
2011-03-07Add the option { hibernate_after, int() } to ssl:connect and ssl:listenJeroen Koops