summaryrefslogtreecommitdiffstats
path: root/util/perl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-09-112-2/+2
* Update code for the final RFC version of TLSv1.3 (RFC8446)Matt Caswell2018-08-153-7/+3
* Add a test for TLSv1.3 fallbackMatt Caswell2018-08-091-0/+2
* Add a test for unencrypted alertMatt Caswell2018-08-083-1/+69
* Add a test for mismatch between key OID and sig algMatt Caswell2018-07-181-3/+6
* Make 'with_fallback' use 'use' instead of 'require'Richard Levitte2018-07-101-2/+4
* export data_dir of Test.pm, which was forgotten in #5928David von Oheimb2018-06-111-1/+1
* Change the default number of NewSessionTickets we send to 2Matt Caswell2018-05-171-0/+6
* Suport TLSv1.3 draft 28Matt Caswell2018-05-151-1/+1
* Wait max. 60 seconds for s_client to connectBernd Edlinger2018-04-261-1/+1
* TLSProxy/Proxy.pm: preclude output intermix.Andy Polyakov2018-04-181-1/+1
* TLSProxy/Record.pm: add is_fatal_alert method.Andy Polyakov2018-04-181-7/+15
* TLSProxy/Proxy.pm: refine NewSessionTicket detection.Andy Polyakov2018-04-181-5/+14
* TLSProxy/Message.pm: refine end-of-conversation detection logic.Andy Polyakov2018-04-181-2/+5
* TLSProxy/Proxy.pm: straighten inner loop termination logic.Andy Polyakov2018-04-141-5/+7
* TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov2018-04-141-54/+60
* Rework partial packet handling once moreBernd Edlinger2018-04-132-2/+3
* TLSProxy/Proxy.pm: handle "impossible" failure to connect to s_server.Andy Polyakov2018-04-131-4/+10
* TLSProxy/Proxy.pm: handle -1 as return value from waitpid.Andy Polyakov2018-04-131-6/+15
* OpenSSL::Test: add data_dir()Richard Levitte2018-04-111-0/+23
* TLSProxy/Record.pm: remove dead condition and improve readability.Andy Polyakov2018-04-081-57/+45
* TLSProxy/Proxy.pm: refine partial packet handling.Andy Polyakov2018-04-081-2/+3
* TLSProxy/Proxy.pm: harmonize inner loop with the way sockets are.Andy Polyakov2018-04-081-9/+20
* TLSProxy/Proxy.pm: switch to dynamic ports and overhaul.Andy Polyakov2018-04-041-139/+179
* Refuse to run test_cipherlist unless shared library matches buildRichard Levitte2018-03-311-1/+28
* Revert "Temporarily disable some tests that hang"Matt Caswell2018-03-281-5/+0
* Temporarily disable some tests that hangMatt Caswell2018-03-271-0/+5
* Handle partial messages in TLSProxyBernd Edlinger2018-03-222-13/+30
* In TLSProxy::Proxy, specify TLSv1.3 as maximum allowable protocolRichard Levitte2018-03-191-2/+2
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-2/+28
* Update version numbers for TLSv1.3 draft-26Matt Caswell2018-03-141-1/+1
* Remove a spurious TLSProxy byte in TLSv1.3Matt Caswell2018-02-211-7/+1
* OpenSSL::Test::quotify: put quotes around empty argumentsRichard Levitte2018-02-191-3/+4
* Update copyright yearMatt Caswell2018-02-133-3/+3
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-012-1/+3
* Make sure that apps/openssl prefixes its output with '# ' during testsRichard Levitte2018-02-011-1/+3
* Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk2018-01-251-0/+1
* Renumber TLSEXT_TYPE_key_share for draft-23Benjamin Kaduk2018-01-251-1/+1
* Bump TLS1_3_VERSION_DRAFT for draft-23Benjamin Kaduk2018-01-251-1/+1
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* Create one permanent proxy socket per TLSProxy::Proxy instanceRichard Levitte2018-01-191-32/+33
* TLSProxy::Proxy: Don't use ReuseAddr on WindowsRichard Levitte2018-01-181-3/+5
* TLSProxy::Proxy: don't waste time redirecting STDOUT and STDERRRichard Levitte2018-01-171-15/+0
* TLSProxy::Proxy: If we don't support IPv6, force IPv4Richard Levitte2018-01-171-0/+6
* Extend timeout for TLSProxyMatt Caswell2018-01-161-1/+1
* Catch SIGPIPE in TLSProxy::Proxy::clientstartBernd Edlinger2018-01-131-0/+1
* Send supported_versions in an HRRMatt Caswell2017-12-141-3/+4
* Update TLSProxy to know about new HRR styleMatt Caswell2017-12-143-15/+23
* Merge HRR into ServerHelloMatt Caswell2017-12-144-173/+57
* Send a CCS from the client in a non-early_data handshakeMatt Caswell2017-12-141-11/+13