Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-14 | ssl: Fix test case | Ingela Anderton Andin | |
packet raw is a stream, test code manged it packet oriented in the function active_raw. | |||
2018-12-03 | ssl: Correct test case | Ingela Anderton Andin | |
2018-10-10 | ssl: TLS sender process needs to get updates of the socket option packet | Ingela Anderton Andin | |
If the socket option is set to {packet, 1|2|3|4} sender process needs to add a packet length header. If packet is changed with ssl:setopts/2 this needs to be communicated to tls_sender. | |||
2017-10-17 | ssl: No support for packet option over unreliable transport | Ingela Anderton Andin | |
2017-09-01 | ssl: Make sure test initilization is clean | Ingela Anderton Andin | |
Otherwhise test can be wrongly initialized and will fail as they try to run with a broken setup. | |||
2017-08-24 | ssl: DTLS packet support | Ingela Anderton Andin | |
Test that DTLS handles "high" level packet types as http-packet types. Low level packet type as {packet, 2} we will consider later if they should be relevant to support or not. | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-21 | ssl: Add connection information items | Ingela Anderton Andin | |
Add session_id and remove undocumented ssl:session_info/1 Add client_random, server_random and master_secret, they will not be included in ssl:connection_information/1 as they may affect the connections security if used recklessly. | |||
2016-10-21 | ssl: Change to more modest timeouts | Ingela Anderton Andin | |
This should be fine as timeout problem was due to test case bug that treated a stream as if it was packet oriented. | |||
2016-10-04 | ssl: Correct tests tcp stream handling | Ingela Anderton Andin | |
Data collection function active_once_raw/4 did not handle streamed data correctly (it assumed the stream was "packet oriented"), which could result in that the test case perceived that it did not receive all data even though it did. | |||
2016-09-14 | Merge branch 'ingela/ssl/packet-tests' into maint | Ingela Anderton Andin | |
* ingela/ssl/packet-tests: ssl: Add timetrap scale calls ssl: Add nodelay to packet=0|raw tests | |||
2016-09-13 | ssl: Add timetrap scale calls | Ingela Anderton Andin | |
2016-09-07 | ssl: Make sure tests get a clean start | Ingela Anderton Andin | |
2016-09-05 | ssl: Add nodelay to packet=0|raw tests | Ingela Anderton Andin | |
2016-08-31 | Merge branch 'ingela/ssl/cuddle' into maint | Ingela Anderton Andin | |
* ingela/ssl/cuddle: ssl: Test and test suites shall be independent of each other | |||
2016-08-30 | ssl: Timeout tuning | Ingela Anderton Andin | |
Skip some test on really slow solaris machines | |||
2016-07-08 | ssl: Test and test suites shall be independent of each other | Ingela Anderton Andin | |
Make sure ssl application has a fresh start, so that test do not fail due to that other tests did not clean up properly. | |||
2016-06-15 | ssl: Make diffrent timeouts | Ingela Anderton Andin | |
Some test cases takes really long time on old machines. But normaly all tests are under 15 seconds. Try to avoid long timeouts for all test cases. Although we like to find a better tuning, set timeouts high for now to avoid tests cases failing with timeout. | |||
2016-05-31 | ssl: Increase timeouts due to slow test machines | Ingela Anderton Andin | |
2016-05-20 | ssl: Increase timeout | Ingela Anderton Andin | |
We want to avoid tests timeing out regularly on slow test machines. | |||
2016-05-20 | ssl: Remove use of test_server config macro | Ingela Anderton Andin | |
2016-05-20 | ssl: tests for DTLS | Andreas Schultz | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-23 | Merge branch 'ia/ssl/modern-timetrap' | Ingela Anderton Andin | |
* ia/ssl/modern-timetrap: ssl: Make init functions fail if make_certs:all fails ssl: Avoid sleep ssl: modernize timetrap handling | |||
2015-06-22 | ssl: Make init functions fail if make_certs:all fails | Ingela Anderton Andin | |
2015-06-22 | ssl: modernize timetrap handling | Ingela Anderton Andin | |
Watchdog is legacy test_server use only ct:timetrap/1 | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-15 | ssl: Remove unnecessary suite callback | Ingela Anderton Andin | |
The test cases does not use any hooks and including the ts_install_cth trips up the test case setup on some platforms cuasing the test cases to fail with {error, enoent} | |||
2013-08-08 | ssl: Revert faulty header option fix | Ingela Anderton Andin | |
The code was changed in the belife that it made it inet compatible. However the testing is a bit hairy as the inet option is acctualy broken, now the tests are corrected and the header option should work in the same broken way as inet again, preferably use the bitsyntax instead. | |||
2013-06-07 | public_key & ssl: Add ASN-1 dependency | Ingela Anderton Andin | |
As the ASN-1 application relies on a nif in R16 for decodeing (that was not the case in R15), public_key currently has a runtime dependency on ASN-1. Hopefully we will be able to remove this dependency again in the future. | |||
2013-05-08 | ssl: ct:print -> ct:log and assert port_command | Ingela Anderton Andin | |
2013-02-22 | ssl: Add missing group clause and correct parameters to packet/7 | Ingela Anderton Andin | |
2013-01-11 | ssl: CTify test cases | Ingela Anderton Andin | |
2012-08-22 | ssl: Fix inet header option to behave as in inet | Ingela Anderton Andin | |
This options is useless and should be deprecated. But we behave as inet does for now! | |||
2012-08-22 | ssl: Run relevant tests for all SSL/TLS versions | Ingela Anderton Andin | |
2012-06-12 | ssl: Test case fixes | Ingela Anderton Andin | |
2011-11-23 | Implementation of 1/n-1 splitting countermeasure Rizzo/Duong-Beast | Ingela Anderton Andin | |
The code is refactored and improved to make it easier to insert the 1/n-1 splitting countermeasure Rizzo/Duong-Beast that is really done in one function clause in ssl:record_split_bin/3 | |||
2011-09-16 | Support explicit use of packet option httph and httph_bin | Ingela Anderton Andin | |
2011-03-07 | Workaround for application:start(crypto) inconsistency | Ingela Anderton Andin | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for ssl | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update ssl tests to conform with common_test standard | Lukas Larsson | |
2011-01-24 | Changed crypto start test so that it works as intended | Ingela Anderton Andin | |
2011-01-20 | Skip ssl and public key tests if crypto fails to start | Ingela Anderton Andin | |
2010-09-07 | Add test suite for packet http_error. | Ingela Anderton Andin | |
2010-08-27 | Fix receiving empty packets. | Dan Gudmundsson | |
Empty packets where not delivered from ssl, it incorrectly assumed there was no data. | |||
2010-08-24 | Handling of {mode, list} | Ingela Anderton Andin | |
Fixed handling of the option {mode, list} that was broken for some packet types for instance line. | |||
2010-08-24 | Change packet_line_decode/1 to not only check binary mode | Thomas Lachmann | |
2010-08-23 | Revise the public_key API | Ingela Anderton Andin | |
Cleaned up and documented the public_key API to make it useful for general use. |