summaryrefslogtreecommitdiffstats
path: root/util/perl/TLSProxy
AgeCommit message (Expand)Author
2024-04-10Fix typos found by codespellDimitri Papadopoulos
2024-04-09Copyright year updatesRichard Levitte
2024-02-09Remove obsolete comment.Frederik Wedel-Heinen
2024-02-09Merge dtls and tls records testsFrederik Wedel-Heinen
2024-02-09chomp does not work on windows.Frederik Wedel-Heinen
2024-02-09Handle DTLS 1.2 in CertificateVerify messagesFrederik Wedel-Heinen
2024-02-09Use open2 instead of open for s_server instanceFrederik Wedel-Heinen
2024-02-09Support DTLS in TLS::Proxy.Frederik Wedel-Heinen
2023-09-07Copyright year updatesMatt Caswell
2023-03-28RFC7250 (RPK) supportTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2021-04-08Update copyright yearMatt Caswell
2021-03-25Teach TLSProxy how to encrypt <= TLSv1.2 ETM recordsMatt Caswell
2019-12-11Fix some typosVeres Lajos
2019-09-06Teach TLSProxy how to parse CertificateRequest messagesMatt 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-12-06Following the license change, modify the boilerplates in util/, tools/Richard 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-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-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-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-13Update copyright yearMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-25Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk