summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
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
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
2022-04-07Document SSL_CTX_get_ssl_methodHugo Landau
2022-03-23util/markdownlint.rb: Allow fenced code blocksRichard Levitte
2022-03-15Update copyright yearMatt Caswell
2022-03-15Add documentation of BN_mod_sqrt()Tomas Mraz
2022-03-14Add manpages for SSL_get_certificate, SSL_get_private_keyHugo Landau
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-02-24Undeprecate OPENSSL_VERSION_NUMBER and OpenSSL_version_num()Matt Caswell
2022-02-16Force macOS 10.15 or later to be 64-bitTodd Short
2022-02-02Document purpose and trust setting functionsMatt Caswell
2022-01-06Fix copyright year issuesBernd Edlinger
2021-12-27Add support for BSD-riscv64 targetPiotr Kubaj