summaryrefslogtreecommitdiff
path: root/lib/ssl/test/ssl_packet_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* ssl: Change to more modest timeoutsIngela Anderton Andin2016-10-211-3/+3
* ssl: Correct tests tcp stream handlingIngela Anderton Andin2016-10-041-18/+11
* Merge branch 'ingela/ssl/packet-tests' into maintIngela Anderton Andin2016-09-141-0/+28
|\
| * ssl: Add timetrap scale callsIngela Anderton Andin2016-09-131-0/+3
| * ssl: Add nodelay to packet=0|raw testsIngela Anderton Andin2016-09-051-0/+25
* | ssl: Make sure tests get a clean startIngela Anderton Andin2016-09-071-2/+1
|/
* Merge branch 'ingela/ssl/cuddle' into maintIngela Anderton Andin2016-08-311-0/+2
|\
| * ssl: Test and test suites shall be independent of each otherIngela Anderton Andin2016-07-081-0/+2
* | ssl: Timeout tuningIngela Anderton Andin2016-08-301-1/+1
|/
* ssl: Make diffrent timeoutsIngela Anderton Andin2016-06-151-1/+31
* ssl: Increase timeouts due to slow test machinesIngela Anderton Andin2016-05-311-1/+1
* ssl: Increase timeoutIngela Anderton Andin2016-05-201-1/+1
* ssl: Remove use of test_server config macroIngela Anderton Andin2016-05-201-2/+2
* ssl: tests for DTLSAndreas Schultz2016-05-201-76/+75
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Merge branch 'ia/ssl/modern-timetrap'Ingela Anderton Andin2015-06-231-9/+5
|\
| * ssl: Make init functions fail if make_certs:all failsIngela Anderton Andin2015-06-221-4/+2
| * ssl: modernize timetrap handlingIngela Anderton Andin2015-06-221-5/+3
* | Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|/
* ssl: Remove unnecessary suite callbackIngela Anderton Andin2015-06-151-3/+0
* ssl: Revert faulty header option fixIngela Anderton Andin2013-08-081-10/+14
* public_key & ssl: Add ASN-1 dependencyIngela Anderton Andin2013-06-071-1/+1
* ssl: ct:print -> ct:log and assert port_commandIngela Anderton Andin2013-05-081-2/+2
* ssl: Add missing group clause and correct parameters to packet/7Ingela Anderton Andin2013-02-221-22/+28
* ssl: CTify test casesIngela Anderton Andin2013-01-111-1141/+276
* ssl: Fix inet header option to behave as in inetIngela Anderton Andin2012-08-221-75/+280
* ssl: Run relevant tests for all SSL/TLS versionsIngela Anderton Andin2012-08-221-0/+1
* ssl: Test case fixesIngela Anderton Andin2012-06-121-1/+2
* Implementation of 1/n-1 splitting countermeasure Rizzo/Duong-BeastIngela Anderton Andin2011-11-231-6/+40
* Support explicit use of packet option httph and httph_binIngela Anderton Andin2011-09-161-1/+301
* Workaround for application:start(crypto) inconsistencyIngela Anderton Andin2011-03-071-3/+3
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for sslLukas Larsson2011-02-171-39/+39
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-0/+2
* Update ssl tests to conform with common_test standardLukas Larsson2011-02-171-51/+49
* Changed crypto start test so that it works as intendedIngela Anderton Andin2011-01-241-2/+2
* Skip ssl and public key tests if crypto fails to startIngela Anderton Andin2011-01-201-10/+13
* Add test suite for packet http_error.Ingela Anderton Andin2010-09-071-0/+66
* Fix receiving empty packets.Dan Gudmundsson2010-08-271-10/+30
* Handling of {mode, list}Ingela Anderton Andin2010-08-241-32/+235
* Change packet_line_decode/1 to not only check binary modeThomas Lachmann2010-08-241-3/+3
* Revise the public_key APIIngela Anderton Andin2010-08-231-1/+1
* OTP-8695 New ssl defaultIngela Anderton Andin2010-06-111-0/+1
* OTP-8588 Alert and packet handling improvmentIngela Anderton Andin2010-04-291-66/+521
* Fix ssl to decode http packets in the same way as gen_tcpRory Byrne2010-04-071-1/+173
* OTP-8459 Do a controlled shutdown if a non ssl packet arrives as the firstDan Gudmundsson2010-02-171-1/+68
* prepend packet size bytes in ssl:send() in new_ssl implementationYAMASHINA Hio2010-02-121-230/+251
* Increased timeout for slow virtual machinesDan Gudmundsson2010-01-201-6/+6
* Add test suite for the ssl applicationDan Gudmundsson2010-01-131-0/+1486