summaryrefslogtreecommitdiff
path: root/util/perl
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the old DEPRECATEDIN macrosRichard Levitte2021-02-051-12/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Util/Pod.pm: Fix uninitialized $podinfo{lastsecttext} on empty inputDr. David von Oheimb2021-01-231-0/+1
* PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte2020-12-051-1/+39
* Correct system guessing for darwin64-arm64 targetTim Hudson2020-12-021-2/+2
* Correct system guessing for solaris64-x86_64-* targetsMatt Caswell2020-11-061-3/+6
* Don't complain about uninitialized values when running ConfigureMatt Caswell2020-11-061-2/+2
* Update copyright yearMatt Caswell2020-10-151-1/+1
* OpenSSL::ParseC: handle OSSL_CORE_MAKE_FUNCRichard Levitte2020-10-121-0/+14
* Add PEM declaration macros that take attributesRichard Levitte2020-10-121-3/+15
* Add ASN1 declaration macros that take attributesRichard Levitte2020-10-121-0/+15
* Make OpenSSL::ParseC and OpenSSL::Ordinals treat deprecation consistentlyRichard Levitte2020-10-122-5/+13
* OpenSSL::Ordinals: Add options for the writing functionsRichard Levitte2020-10-091-3/+18
* Test.pm: Add result_dir and export both result_dir and result_fileDr. David von Oheimb2020-10-061-9/+40
* Configuration: add initial NonStop values in OpenSSL::configRichard Levitte2020-10-031-0/+19
* Test.pm: Some clarifications added to the documentationDr. David von Oheimb2020-09-241-6/+8
* Fix some doc-nits and make update errorsMatt Caswell2020-09-181-1/+1
* Provide basis for fixing lhash codeMatt Caswell2020-09-181-1/+26
* OpenSSL::ParseC: recognise inline function bodiesRichard Levitte2020-09-161-3/+6
* Streamline the safestack generated codeMatt Caswell2020-09-131-28/+1
* Remove some safestack things that are no longer neededMatt Caswell2020-09-131-22/+15
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+16
* Fix safestack issues in ssl.hMatt Caswell2020-09-131-0/+92
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-271-1/+1
* util/perl/OpenSSL/config.pm: Fix /armv[7-9].*-.*-linux2/Richard Levitte2020-07-041-1/+0
* util/perl/OpenSSL/config.pm: move misplaced Windows and VMS entriesRichard Levitte2020-07-041-12/+14
* util/perl/OpenSSL/config.pm: refactor guess_system()Richard Levitte2020-06-281-105/+103
* util/perl/OpenSSL/config.pm: remove expand() and use evalRichard Levitte2020-06-281-10/+3
* util/perl/OpenSSL/config.pm: refactor map_guess()Richard Levitte2020-06-281-382/+400
* util/perl/OpenSSL/config.pm, Configure: move check of target with compilerRichard Levitte2020-06-281-18/+0
* util/perl/OpenSSL/config.pm: Rework determining compiler informationRichard Levitte2020-06-281-70/+183
* Remove OpenSSL::config::main(), it's not necessaryRichard Levitte2020-06-281-81/+0
* util/perl/OpenSSL/config.pm: Prefer POSIX::uname() over piping the commandRichard Levitte2020-06-281-20/+17
* util/perl/OpenSSL/config.pm: Don't detect removed directories inRichard Levitte2020-06-281-13/+0
* Initial rewrite of config as a Perl moduleRich Salz2020-06-281-0/+922
* run_tests.pl: Add options for focussing output on failed (sub-)testsDr. David von Oheimb2020-06-101-0/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* util/perl/OpenSSL/OID.pm: remove the included unit testRichard Levitte2020-05-031-85/+0
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+22
* Update copyright yearMatt Caswell2020-04-233-3/+3
* Rework util/find-doc-nits to distinguish internal documentationRichard Levitte2020-04-111-1/+2
* OpenSSL::OID: Don't use List::UtilRichard Levitte2020-04-091-4/+31
* Add perl support to parse and DER encode ASN.1 OID specsRichard Levitte2020-04-071-0/+365
* TEST: add util/wrap.pl and use itRichard Levitte2020-02-271-6/+24
* TEST: Optionally silence OpenSSL::Test::setup()Richard Levitte2020-02-181-1/+3
* TEST: Create test specific output directoriesRichard Levitte2020-02-181-28/+20
* OpenSSL::Test: bring back the relative pathsRichard Levitte2020-01-271-5/+5
* OpenSSL::Util::extract_pod_info(): Allow invisible namesRichard Levitte2019-12-211-2/+14
* OpenSSL::Util::extract_pod_info(): Read the POD one paragraph at a timeRichard Levitte2019-12-211-3/+17
* perl: OpenSSL::Util::Pod::extract_pod_info() now saves the file contentsRichard Levitte2019-12-211-4/+20