aboutsummaryrefslogtreecommitdiffstats
path: root/util/perl
Commit message (Expand)AuthorAgeFilesLines
* Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte2019-03-111-0/+9
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-20/+40
* OpenSSL::Util::Pod: allow slashes in namesRichard Levitte2019-02-271-1/+1
* Remove unnecessary trailing whitespaceSam Roberts2019-02-055-7/+7
* Fix Invalid Argument return code from IP_Factory in connect_to_server().Matthias Kraft2019-02-041-1/+1
* Add a test for correct handling of the cryptopro bug extensionMatt Caswell2019-01-075-21/+14
* util/perl/OpenSSL/Ordinals.pm: introduce a base versionRichard Levitte2018-12-071-5/+63
* util/perl/OpenSSL/Ordinals.pm: use OpenSSL::Util::cmp_versionsRichard Levitte2018-12-072-26/+91
* util/perl/OpenSSL/Ordinals.pm: shift to dotted versions internallyRichard Levitte2018-12-071-6/+9
* Following the license change, modify the boilerplates in util/, tools/Richard Levitte2018-12-0619-19/+19
* Refactor the computation of API version limitsRichard Levitte2018-12-061-16/+3
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-062-9/+10
* util/mkdef.pl: prepare for DEPRECATEDIN_XRichard Levitte2018-12-061-3/+6
* Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte2018-11-141-1/+1
* Add code to manipulate the items in OpenSSL::OrdinalsRichard Levitte2018-10-041-35/+545
* A perl module to parse through C headersRichard Levitte2018-10-041-0/+1129
* Add a perl module that deals with ordinals filesRichard Levitte2018-10-031-0/+436
* 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