summaryrefslogtreecommitdiffstats
path: root/util/perl
AgeCommit message (Expand)Author
2022-07-30Fix copyright year issuesBernd Edlinger
2021-03-25Update copyright yearMatt Caswell
2021-03-25Teach TLSProxy how to encrypt <= TLSv1.2 ETM recordsMatt Caswell
2020-03-17Update copyright yearMatt Caswell
2020-01-27OpenSSL::Test: bring back the relative pathsRichard Levitte
2019-12-11Fix some typosVeres Lajos
2019-09-10Update copyright yearMatt Caswell
2019-09-06Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell
2019-07-31Fix TyposAntoine Cœur
2019-07-02Adding Test.pm with workaround for Perl abs2rel bugMartin Peylo
2019-02-26Update copyright yearMatt Caswell
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-02-04Fix Invalid Argument return code from IP_Factory in connect_to_server().Matthias Kraft
2019-01-07Add a test for correct handling of the cryptopro bug extensionMatt Caswell
2018-11-14Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-08-15Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell
2018-08-09Add a test for TLSv1.3 fallbackMatt Caswell
2018-08-08Add a test for unencrypted alertMatt Caswell
2018-07-18Add a test for mismatch between key OID and sig algMatt Caswell
2018-07-10Make 'with_fallback' use 'use' instead of 'require'Richard Levitte
2018-06-11export data_dir of Test.pm, which was forgotten in #5928David von Oheimb
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-04-26Wait max. 60 seconds for s_client to connectBernd Edlinger
2018-04-18TLSProxy/Proxy.pm: preclude output intermix.Andy Polyakov
2018-04-18TLSProxy/Record.pm: add is_fatal_alert method.Andy Polyakov
2018-04-18TLSProxy/Proxy.pm: refine NewSessionTicket detection.Andy Polyakov
2018-04-18TLSProxy/Message.pm: refine end-of-conversation detection logic.Andy Polyakov
2018-04-14TLSProxy/Proxy.pm: straighten inner loop termination logic.Andy Polyakov
2018-04-14TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov
2018-04-13Rework partial packet handling once moreBernd Edlinger
2018-04-13TLSProxy/Proxy.pm: handle "impossible" failure to connect to s_server.Andy Polyakov
2018-04-13TLSProxy/Proxy.pm: handle -1 as return value from waitpid.Andy Polyakov
2018-04-11OpenSSL::Test: add data_dir()Richard Levitte
2018-04-08TLSProxy/Record.pm: remove dead condition and improve readability.Andy Polyakov
2018-04-08TLSProxy/Proxy.pm: refine partial packet handling.Andy Polyakov
2018-04-08TLSProxy/Proxy.pm: harmonize inner loop with the way sockets are.Andy Polyakov
2018-04-04TLSProxy/Proxy.pm: switch to dynamic ports and overhaul.Andy Polyakov
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte
2018-03-28Revert "Temporarily disable some tests that hang"Matt Caswell
2018-03-27Temporarily disable some tests that hangMatt Caswell
2018-03-22Handle partial messages in TLSProxyBernd Edlinger
2018-03-19In TLSProxy::Proxy, specify TLSv1.3 as maximum allowable protocolRichard Levitte
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-03-14Update version numbers for TLSv1.3 draft-26Matt Caswell
2018-02-21Remove a spurious TLSProxy byte in TLSv1.3Matt Caswell
2018-02-19OpenSSL::Test::quotify: put quotes around empty argumentsRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short