summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL::config: Fix trivial bugsRichard Levitte2022-09-291-2/+6
* OpenSSL::config: Fix VMS guessesRichard Levitte2022-09-291-6/+10
* OpenSSL::config: determine the MSVC target architecture by asking clRichard Levitte2022-09-291-3/+44
* Add documentation for the OPENSSL_gmtime functionsTodd Short2022-09-261-3/+0
* Add documentation and test for EVP_PBE_alg_addDaniel Fiala2022-09-161-2/+0
* util/wrap.pl.in: Use parentheses so `kill` gets all its argumentsRichard Levitte2022-09-151-1/+1
* util/wrap.pl.in: If the subprocess died with a signal, let's re-signal itRichard Levitte2022-08-241-1/+4
* Add some documentation for X509_gmtime_adj()Matt Caswell2022-08-181-1/+0
* check-format.pl: fix detection of missing/extra blank lines in local declsDr. David von Oheimb2022-07-203-15/+64
* check-format.pl: fix false positive on 'for(;; stmt)'Dr. David von Oheimb2022-07-202-0/+5
* check-format.pl: improve wording: 'no' -> 'missing'; further minor improvementsDr. David von Oheimb2022-07-201-27/+28
* check-format.pl: Fix report on space before ';' and allow it after ')'Dr. David von Oheimb2022-07-202-1/+3
* check-format.pl: Fix report on missing space before +/-: allow, e.g., '1e-6'Dr. David von Oheimb2022-07-202-2/+7
* check-format.pl: Fix report on constant on LHS of comparison/assignmentDr. David von Oheimb2022-07-202-1/+3
* check_format.pl: Add checks for blank lines within/after local declsDr. David von Oheimb2022-07-203-32/+96
* check_format.pl: Fix typosDimitris Apostolou2022-07-201-4/+4
* check-format.pl: Fix report on constant on LHS of comparison or assignmentDr. David von Oheimb2022-07-201-1/+1
* Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan2022-06-241-2/+0
* Update copyright yearMatt Caswell2022-06-211-1/+1
* mdl: Don't enforce one space after list markersRichard Levitte2022-05-191-0/+1
* mkdef.pl: Add cmd-line flag to differentiate shared libs and DSO.Daniel Fiala2022-05-131-1/+5
* Detect arm64-*-*bsd and enable assembly optimizationsAllan Jude2022-05-051-0/+1
* make updateMatt Caswell2022-05-031-2/+2
* Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau2022-04-271-0/+4
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-211-0/+2
* Document {SSL|SSL_CTX}_set_{purpose|trust}()Hugo Landau2022-04-071-4/+0
* Document SSL_CTX_get_ssl_methodHugo Landau2022-04-071-1/+0
* util/markdownlint.rb: Allow fenced code blocksRichard Levitte2022-03-231-2/+3
* Update copyright yearMatt Caswell2022-03-152-2/+2
* Add documentation of BN_mod_sqrt()Tomas Mraz2022-03-151-1/+0
* Add manpages for SSL_get_certificate, SSL_get_private_keyHugo Landau2022-03-141-2/+0
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-141-0/+1
* Undeprecate OPENSSL_VERSION_NUMBER and OpenSSL_version_num()Matt Caswell2022-02-241-1/+1
* Force macOS 10.15 or later to be 64-bitTodd Short2022-02-161-0/+8
* Document purpose and trust setting functionsMatt Caswell2022-02-021-3/+0
* Fix copyright year issuesBernd Edlinger2022-01-061-2/+2
* Add support for BSD-riscv64 targetPiotr Kubaj2021-12-271-0/+1
* Update copyright yearMatt Caswell2021-12-141-1/+1
* Teach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_EXTERNRichard Levitte2021-12-101-0/+6
* DOC: Add a few previously documented functionsRichard Levitte2021-11-232-8/+0
* EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte2021-10-271-0/+1
* 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
* 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