summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2021-06-17Fix exit code for VMS in util/wrap.pl and test/run_tests.plRichard Levitte
2021-06-16Configuration: Fix incorrect $unified_info{attributes} referencesRichard Levitte
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-06-16Add documentation for the newly added OBJ up callsMatt Caswell
2021-06-11Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-10OpenSSL::Test: If __cwd() is to create the directory, do it earlyRichard Levitte
2021-06-10OpenSSL::Test: Treat SRCDATA directory specially, as it might not existRichard Levitte
2021-06-10util: convert SHA* one shots back to being functionsPauli
2021-06-08OpenSSL::Test.pm: Replace all uses of rel2abs() with abs_path()Richard Levitte
2021-06-08doc-nits: support out of source executionPauli
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte
2021-06-05Add documentation for newly added ASN1 functionsMatt Caswell
2021-06-05Teach more of the ASN.1 code about libctx/propqMatt Caswell
2021-06-05Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell
2021-06-05Provide the ability to create an X509_PUBKEY with a libctx/propqMatt Caswell
2021-06-03Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte
2021-06-03Restore all the ? in util/libcrypto.numRichard Levitte
2021-06-03util/mknum.pl: Really allow unset ordinals in developmentRichard Levitte
2021-06-03util: update FIPS checksumming script to be more aggressive with whitespacePauli
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-02utils: remove TODOPauli
2021-06-02Fix up bad libcrypto.numJon Spillett
2021-06-02Add NCONF_get_section_names()Tomas Mraz
2021-06-02Add NCONF_get0_libctx()Rich Salz
2021-06-01Add documentation of the old names kept as alias macrosTomas Mraz
2021-06-01Rename also the OSSL_PROVIDER_name() functionTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Enhance the encoder/decoder tests to allow testing with a non-default library...Jon Spillett
2021-06-01Document Settable EVP_CIPHER_CTX parameter "use-bits"Shane Lontis
2021-05-29Make undef'd counts zero by default.Rich Salz
2021-05-28mkerr: Fix string literal conversionSven Schwermer
2021-05-26Deprecate old style BIO callback callsTomas Mraz
2021-05-26util/fix-doc-nits: Fix link detection in collectnames() to be kinderRichard Levitte
2021-05-26Rework how providers/fipsmodule.cnf is producedRichard Levitte
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-25write-man-symlinks: Write relative symlinks not absoluteTomas Mraz
2021-05-25fix Solaris OS detection in config.pmJan Lana
2021-05-25checksum: include header files in the checksumming outputPauli
2021-05-25mac: add a getter for the MAC block size.Pauli
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-21Cleanup the missing*.txt filesMatt Caswell
2021-05-20Add ordinal numbers to the .num filesMatt Caswell
2021-05-20check-format.pl: Rename '*-cmt' options '*-comment'Dr. David von Oheimb
2021-05-20check-format.pl: Rename 'one-letter' to 'single-letter', do not report 'l'Dr. David von Oheimb
2021-05-20check-format.pl: Allow extra space before end-of-line comments unless -e|--eo...Dr. David von Oheimb
2021-05-20check-format.pl: Replace 'SPC' and 'spc' by 'space' in reports and option namesDr. David von Oheimb
2021-05-20check-format.pl: Fix false positive on struct/union/enum in func return typeDr. David von Oheimb
2021-05-20check-format.pl: Fix false positive "no SPC before binary '*'" for '!*'Dr. David von Oheimb
2021-05-20check-format.pl: Report needless intermediate multiple SPC only on -e or --ex...Dr. David von Oheimb