aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* check-format.pl: Fix report on space before ';' and allow it after ')'Dr. David von Oheimb2022-01-092-1/+3
* check-format.pl: Fix report on missing space before +/-: allow, e.g., '1e-6'Dr. David von Oheimb2022-01-092-2/+7
* check-format.pl: Fix report on constant on LHS of comparison/assignmentDr. David von Oheimb2022-01-092-1/+3
* check_format.pl: Add checks for blank lines within/after local declsDr. David von Oheimb2022-01-093-32/+96
* Fix copyright year issuesBernd Edlinger2022-01-061-2/+2
* Fix typosDimitris Apostolou2022-01-052-5/+5
* check-format.pl: Fix report on constant on LHS of comparison or assignmentDr. David von Oheimb2022-01-041-1/+1
* OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb2021-12-301-0/+2
* Add support for BSD-riscv64 targetPiotr Kubaj2021-12-221-0/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-0/+1
* Teach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_EXTERNRichard Levitte2021-12-101-0/+6
* Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj2021-12-091-2/+3
* Detect arm64-*-*bsd and enable assembly optimizationsAllan Jude2021-11-261-0/+1
* DOC: Add a few previously documented functionsRichard Levitte2021-11-232-8/+0
* EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte2021-10-271-0/+1
* Fix util/mkpod2html.pl to call pod2html with absolute pathsRichard Levitte2021-09-211-0/+9
* OpenSSL::Ordinals::set_version() should only be given the short versionRichard Levitte2021-09-091-2/+0
* Enhance the srctop, bldtop, data and result functions to check the resultRichard Levitte2021-09-091-17/+43
* Use '[option...]' not '[[ options ]]' in textRich Salz2021-09-071-2/+2
* always use the same perl in $PATHa13460542021-09-024-5/+5
* Replace CONFIG_NOWAIT env var with -w optionRich Salz2021-08-201-1/+1
* Set KERNEL_BITS, add CONFIG_NOWAITRich Salz2021-08-191-5/+5
* util/add-depends.pl: Rebuild the build file after reconfigurationRichard Levitte2021-08-191-2/+5
* util/add-depends.pl: Only add dependencies on existing or generated headersRichard Levitte2021-08-191-36/+67
* doc: use the documented =item markersBeat Bolli2021-08-041-2/+2
* make updateMatt Caswell2021-07-291-1022/+1022
* EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte2021-07-261-0/+2
* err: remove ERR_GET_FUNC()Pauli2021-07-061-1/+0
* util: add -fips option to wrap.pl to make using the FIPS provider easierPauli2021-07-061-0/+14
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-301-0/+10
* Ensure ordinals are created during release processMatt Caswell2021-06-291-6/+3
* Update config.pmLĹ‘rinczy, Zsigmond2021-06-271-1/+1
* OpenSSL::Util::fixup_cmd_elements(): Include '!' among the VMS chars to processRichard Levitte2021-06-251-1/+1
* Make util/wrap.pl work better on VMSRichard Levitte2021-06-182-2/+20
* OpenSSL::Test: Move the command line quotifierRichard Levitte2021-06-182-74/+100
* Fix exit code for VMS in util/wrap.pl and test/run_tests.plRichard Levitte2021-06-171-1/+15
* Configuration: Fix incorrect $unified_info{attributes} referencesRichard Levitte2021-06-162-2/+2
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-161-0/+1
* Add documentation for the newly added OBJ up callsMatt Caswell2021-06-161-1/+0
* Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb2021-06-111-1/+1
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-0/+1
* OpenSSL::Test: If __cwd() is to create the directory, do it earlyRichard Levitte2021-06-101-11/+12
* OpenSSL::Test: Treat SRCDATA directory specially, as it might not existRichard Levitte2021-06-101-1/+10
* util: convert SHA* one shots back to being functionsPauli2021-06-102-10/+5
* OpenSSL::Test.pm: Replace all uses of rel2abs() with abs_path()Richard Levitte2021-06-081-15/+30
* doc-nits: support out of source executionPauli2021-06-081-1/+1
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-051-1/+0
* Add documentation for newly added ASN1 functionsMatt Caswell2021-06-052-4/+13
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-051-0/+3
* Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell2021-06-051-0/+1