summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2023-09-20Add documentation for the function SSL_CONF_CTX_finish.Sumitra Sharma
2023-05-30Update copyright yearTomas Mraz
2023-05-22Update VMS configurationsRichard Levitte
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-14util/find-doc-nits: improve error diagnostics on missing man section numbers ...Dr. David von Oheimb
2023-02-07Fix typo in Ordinals.pm from PR #14074Viktor Dukhovni
2023-02-07make updateRichard Levitte
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-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-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb
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-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
2022-07-20check-format.pl: Fix report on constant on LHS of comparison/assignmentDr. David von Oheimb
2022-07-20check_format.pl: Add checks for blank lines within/after local declsDr. David von Oheimb
2022-07-20check_format.pl: Fix typosDimitris Apostolou
2022-07-20check-format.pl: Fix report on constant on LHS of comparison or assignmentDr. David von Oheimb
2022-06-24Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan
2022-06-21Update copyright yearMatt Caswell
2022-05-19mdl: Don't enforce one space after list markersRichard Levitte
2022-05-13mkdef.pl: Add cmd-line flag to differentiate shared libs and DSO.Daniel Fiala
2022-05-05Detect arm64-*-*bsd and enable assembly optimizationsAllan Jude
2022-05-03make updateMatt Caswell
2022-04-27Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-21Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy
2022-04-07Document {SSL|SSL_CTX}_set_{purpose|trust}()Hugo Landau