Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-06-11 | OTP-8695 New ssl default | Ingela Anderton Andin | |
Ssl has now switched default implementation and removed deprecated certificate handling. All certificate handling is done by the public_key application. | |||
2010-04-29 | OTP-8588 Alert and packet handling improvment | Ingela Anderton Andin | |
Alert handling has been improved to better handle unexpected but valid messages and the implementation is also changed to avoid timing related issues that could cause different error messages depending on network latency. Packet handling was sort of broken but would mostly work as expected when socket was in binary mode. This has now been fixed. | |||
2010-04-07 | Fix ssl to decode http packets in the same way as gen_tcp | Rory Byrne | |
When gen_tcp is configured with the {packet,http} option, it automatically switches to expect HTTP Headers after a HTTP Request/Response line has been received. This update fixes ssl to behave in the same way. | |||
2010-02-17 | OTP-8459 Do a controlled shutdown if a non ssl packet arrives as the first | Dan Gudmundsson | |
packet. | |||
2010-02-12 | prepend packet size bytes in ssl:send() in new_ssl implementation | YAMASHINA Hio | |
With the {ssl_imp,new} option enabled, {packet,PacketType} only works when receiving. When sending, {packet,0} is always used. | |||
2010-01-20 | Increased timeout for slow virtual machines | Dan Gudmundsson | |
2010-01-13 | Add test suite for the ssl application | Dan Gudmundsson | |