summaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide the ability to create an X509_PUBKEY with a libctx/propqMatt Caswell2021-06-051-0/+1
* Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte2021-06-031-2/+2
* Restore all the ? in util/libcrypto.numRichard Levitte2021-06-031-1004/+1004
* util/mknum.pl: Really allow unset ordinals in developmentRichard Levitte2021-06-031-3/+3
* util: update FIPS checksumming script to be more aggressive with whitespacePauli2021-06-031-9/+5
* libcrypto: make XXX_get_number() internalPauli2021-06-021-13/+0
* utils: remove TODOPauli2021-06-021-1/+0
* Fix up bad libcrypto.numJon Spillett2021-06-021-2/+2
* Add NCONF_get_section_names()Tomas Mraz2021-06-021-0/+1
* Add NCONF_get0_libctx()Rich Salz2021-06-021-0/+1
* Add documentation of the old names kept as alias macrosTomas Mraz2021-06-011-0/+34
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-011-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-013-93/+90
* Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett2021-06-012-2/+2
* Document Settable EVP_CIPHER_CTX parameter "use-bits"Shane Lontis2021-06-011-3/+0