summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2023-09-20Add documentation for the function SSL_CONF_CTX_finish.Sumitra Sharma
2023-07-09fips: make installations FIPS compliant by defaultPauli
2023-07-02fips: use correct field names when generating fipsmodule.cnfPauli
2023-05-30Update copyright yearTomas Mraz
2023-05-22Update VMS configurationsRichard Levitte
2023-04-21fips: setup the FIPS provider in pendantic mode for testingPauli
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-14check-format.pl: fix statistics on whitespace and nesting issuesDr. David von Oheimb
2023-03-14check-format.pl: fix detection of '#ifdef __cplusplus'Dr. David von Oheimb
2023-03-14check-format.pl: fix detection of function body startDr. David von Oheimb
2023-03-14check-format.pl: improve whitespace reporting on <op>=Dr. David von Oheimb
2023-03-14check-format.pl: further fixes for whitespace reporting within 'for (...)'Dr. David von Oheimb
2023-03-14check-format.pl: report #if and #elif with constant condition; improve checks...Dr. David von Oheimb
2023-03-14check-format.pl: extend checking into macro bodies; small further improvementsDr. David von Oheimb
2023-03-14check-format.pl: improve preprocessor directive handling; re-order state vari...Dr. David von Oheimb
2023-03-14Update copyright yearMatt Caswell
2023-02-06Fix typo in Ordinals.pm from PR #14074Viktor Dukhovni
2023-01-10Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht
2023-01-05BIO_s_dgram: add documentation and hazard warningsHugo Landau
2022-12-21make updateTomas Mraz
2022-12-21Update copyright yearTomas Mraz
2022-12-08Move the description of the core types into their own pagesRichard Levitte
2022-12-08Better sorting of util/other.symsRichard Levitte
2022-12-08Fix treatment of BUILD_METADATARichard Levitte
2022-12-01Update copyright yearTomas Mraz
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
2022-11-23Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23Add BSD-armv4 target based on linux-armv4Piotr Kubaj
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-18Add doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVIDER-FIPS.pod.slontis
2022-11-18ParseC.pm: gracefully handle DOS-style end-of-line in source filesDr. David von Oheimb
2022-11-09Add context dup functions for digests and ciphersPauli
2022-11-09Fix typosDimitris Apostolou
2022-11-09Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj
2022-11-02rand: add set0 calls for the private and public DRBGsPauli
2022-10-19Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb
2022-09-29OpenSSL::config: Fix trivial bugsRichard Levitte
2022-09-29OpenSSL::config: Fix VMS guessesRichard Levitte
2022-09-29OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte
2022-09-26Add documentation for the OPENSSL_gmtime functionsTodd Short
2022-09-16Add documentation and test for EVP_PBE_alg_addDaniel Fiala
2022-09-15util/wrap.pl.in: Use parentheses so `kill` gets all its argumentsRichard Levitte
2022-08-24util/wrap.pl.in: If the subprocess died with a signal, let's re-signal itRichard Levitte
2022-08-18Add some documentation for X509_gmtime_adj()Matt Caswell
2022-07-20check-format.pl: fix detection of missing/extra blank lines in local declsDr. David von Oheimb
2022-07-20check-format.pl: fix false positive on 'for(;; stmt)'Dr. David von Oheimb
2022-07-20check-format.pl: improve wording: 'no' -> 'missing'; further minor improvementsDr. David von Oheimb
2022-07-20check-format.pl: Fix report on space before ';' and allow it after ')'Dr. David von Oheimb
2022-07-20check-format.pl: Fix report on missing space before +/-: allow, e.g., '1e-6'Dr. David von Oheimb