summaryrefslogtreecommitdiff
path: root/lib/ssl/test
Commit message (Expand)AuthorAgeFilesLines
* Removed function that should not be backmergedIngela Anderton Andin2012-03-201-12/+1
* Add two cherry-picked commits from R15B branch to R14B04 to provideGustav Simonsson2012-03-153-9/+71
* Mitigate Computational DoS attackIngela Anderton Andin2012-03-151-1/+48
* fix unknown ssl extension parsing by changing length from bits to bytesBen Murphy2011-09-272-2/+70
* Merge branch 'ta/docs-fixes' into devHenrik Nord2011-09-201-4/+4
|\
| * Fix misspelling of compatibility in ssl_basic_SUITETuncer Ayaz2011-09-151-4/+4
* | Support explicit use of packet option httph and httph_binIngela Anderton Andin2011-09-161-1/+301
|/
* Merge branch 'ia/ssl/connect-twice' into devIngela Anderton Andin2011-07-061-1/+49
|\
| * Added test caseIngela Anderton Andin2011-07-041-1/+49
* | Improved test case so that it will not fail due to last_delay_timer = undefinedIngela Anderton Andin2011-06-301-5/+16
|/
* Merge branch 'ia/ssl/use-erlang-send-after-instead-of-timer-send-after' into devIngela Anderton Andin2011-06-281-4/+22
|\
| * Use erlang:send_after instead of timer:send_afterIngela Anderton Andin2011-06-271-4/+22
* | Handle inet:getopts/2 and inet:setopts/2 crashesIngela Anderton Andin2011-06-272-4/+217
|/
* Merge branch 'ia/ssl/longer-timeout-in-testcase' into devIngela Anderton Andin2011-06-161-1/+1
|\
| * Time out in test case needs to be longer to make sure clean up isIngela Anderton Andin2011-06-131-1/+1
* | Changed test case so that we do not have to make ets-table namedIngela Anderton Andin2011-06-141-4/+14
|/
* Prevention of denial of service attackIngela Anderton Andin2011-06-072-2/+41
* The clean up of the session table now works as intended.Ingela Anderton Andin2011-06-013-18/+84
* Merge branch 'hw/call-chmod-without-f' into devHenrik Nord2011-03-301-1/+1
|\
| * Call chmod without the "-f" flagHolger Weiß2010-11-151-1/+1
* | Update copyright yearsBjörn-Egil Dahlberg2011-03-118-8/+8
* | Add the option { hibernate_after, int() } to ssl:connect and ssl:listenJeroen Koops2011-03-073-7/+52
* | Workaround for application:start(crypto) inconsistencyIngela Anderton Andin2011-03-077-19/+31
* | Rename Suite Callback to Common Test HookLukas Larsson2011-02-1714-14/+14
* | Update init_per_suite to skip all tests if crypto does not existLukas Larsson2011-02-177-56/+91
* | Update and add cover spec files to work with common_testLukas Larsson2011-02-172-18/+20
* | Update all test specsLukas Larsson2011-02-171-1/+1
* | Fix formatting for sslLukas Larsson2011-02-1714-241/+372
* | Add init_per_suite and end_per_suiteLukas Larsson2011-02-178-8/+56
* | Add ts_install_scb to suite/0Lukas Larsson2011-02-1714-10/+37
* | Update ssl tests to conform with common_test standardLukas Larsson2011-02-1715-250/+307
* | Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-1710-19/+19
* | Changed crypto start test so that it works as intendedIngela Anderton Andin2011-01-245-10/+10
* | Skip ssl and public key tests if crypto fails to startIngela Anderton Andin2011-01-205-56/+73
* | Verification of a critical extended_key_usage-extension correctedIngela Anderton Andin2011-01-171-19/+82
* | Cache invalidation and consistent user closingIngela Anderton Andin2010-12-163-221/+200
* | Cache invaldation first version does not break old test casesIngela Anderton Andin2010-12-162-10/+224
* | Updated tests to avoid test case failure for non interesting reasonsIngela Anderton Andin2010-11-303-4/+7
|/
* Anonymous cipher suitesIngela Anderton Andin2010-10-075-208/+378
* Merge branch 'maint-r14' into devIngela Anderton Andin2010-10-011-1/+5
|\
| * Peer awarnessIngela Anderton Andin2010-09-291-1/+5
* | Handling of DSA key parametersIngela Anderton Andin2010-09-211-2/+2
|/
* Improved certificate extension handlingIngela Anderton Andin2010-09-101-3/+7
* Merge branch 'ia/ssl-http-error-test' into devIngela Anderton Andin2010-09-091-0/+66
|\
| * Add test suite for packet http_error.Ingela Anderton Andin2010-09-071-0/+66
* | Add missed DER dh option.Ingela Anderton Andin2010-09-071-3/+11
|/
* Handling of path validation errors by the applicationIngela Anderton Andin2010-09-061-53/+97
* DER format in APIIngela Anderton Andin2010-09-031-2/+48
* Empty certificate chainIngela Anderton Andin2010-09-013-25/+93
* Add tests for crypto RC4 bugIngela Anderton Andin2010-08-313-15/+48