summaryrefslogtreecommitdiffstats
path: root/util/perl
AgeCommit message (Expand)Author
2020-10-15Update copyright yearMatt Caswell
2020-10-12OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNCRichard Levitte
2020-10-12Add PEM declaration macros that take attributesRichard Levitte
2020-10-12Add ASN1 declaration macros that take attributesRichard Levitte
2020-10-12Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistentlyRichard Levitte
2020-10-09OpenSSL::Ordinals: Add options for the writing functionsRichard Levitte
2020-10-06Test.pm: Add result_dir and export both result_dir and result_fileDr. David von Oheimb
2020-10-03Configuration: add initial NonStop values in OpenSSL::configRichard Levitte
2020-09-24Test.pm: Some clarifications added to the documentationDr. David von Oheimb
2020-09-18Fix some doc-nits and make update errorsMatt Caswell
2020-09-18Provide basis for fixing lhash codeMatt Caswell
2020-09-16OpenSSL::ParseC: recognise inline function bodiesRichard Levitte
2020-09-13Streamline the safestack generated codeMatt Caswell
2020-09-13Remove some safestack things that are no longer neededMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-07-04util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/Richard Levitte
2020-07-04util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entriesRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: refactor guess_system()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm: remove expand() and use evalRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: refactor map_guess()Richard Levitte
2020-06-28util/perl/OpenSSL/config.pm, Configure: move check of target with compilerRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Rework determining compiler informationRichard Levitte
2020-06-28Remove OpenSSL::config::main(), it's not necessaryRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Prefer POSIX::uname() over piping the commandRichard Levitte
2020-06-28util/perl/OpenSSL/config.pm: Don't detect removed directories inRichard Levitte
2020-06-28Initial rewrite of config as a Perl moduleRich Salz
2020-06-10run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-05-03util/perl/OpenSSL/OID.pm: remove the included unit testRichard Levitte
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-11Rework util/find-doc-nits to distinguish internal documentationRichard Levitte
2020-04-09OpenSSL::OID: Don't use List::UtilRichard Levitte
2020-04-07Add perl support to parse and DER encode ASN.1 OID specsRichard Levitte
2020-02-27TEST: add util/wrap.pl and use itRichard Levitte
2020-02-18TEST: Optionally silence OpenSSL::Test::setup()Richard Levitte
2020-02-18TEST: Create test specific output directoriesRichard Levitte
2020-01-27OpenSSL::Test: bring back the relative pathsRichard Levitte
2019-12-21OpenSSL::Util::extract_pod_info(): Allow invisible namesRichard Levitte
2019-12-21OpenSSL::Util::extract_pod_info(): Read the POD one paragraph at a timeRichard Levitte
2019-12-21perl: OpenSSL::Util::Pod::extract_pod_info() now saves the file contentsRichard Levitte
2019-12-11Fix some typosVeres Lajos
2019-12-10Remove handling of outdated macro'sRich Salz
2019-11-12util/perl/OpenSSL/ParseC.pm: Fix 'extern "C" DEPRECATEDIN_x_y(...)'Richard Levitte
2019-11-07Change the logic and behaviour surrounding '--api' and 'no-deprecated'Richard Levitte
2019-11-05OpenSSL::Ordinals: when validating, collect statistics on unassigned symsRichard Levitte
2019-11-05OpenSSL::Ordinals: add a renumber() function, to assign unassigned symbolsRichard Levitte
2019-11-05OpenSSL::Ordinals: Handle symbols with unassigned ordinal numbersRichard Levitte