summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2022-08-18Add some documentation for X509_gmtime_adj()Matt Caswell
2022-07-28Give BIO_s_mem() the ability to support datagramsMatt Caswell
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
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-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-06-28CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-06-24Add initial demo-driven design demosHugo Landau
2022-06-24Added documentation for PEM_X509_INFO_read() and PEM_X509_INFO_read_bio()Allan
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-06-03Add OSSL_QUIC methods to headers and manual pagesTomas Mraz
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-04X509{,_LOOKUP}: Improve distinction between not found and fatal/internal errorDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-04-22Public 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-04-06Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-02CMS sign digestViktor Söderqvist
2022-03-23util/markdownlint.rb: Allow fenced code blocksRichard Levitte
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-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
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-03add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()Phus Lu
2022-01-27Document purpose and trust setting functionsMatt Caswell
2022-01-20Add signed bn2bin and bin2bn functionsRichard Levitte
2022-01-19Add context dup functions for digests and ciphersPauli
2022-01-09check-format.pl: Fix report on space before ';' and allow it after ')'Dr. David von Oheimb
2022-01-09check-format.pl: Fix report on missing space before +/-: allow, e.g., '1e-6'Dr. David von Oheimb
2022-01-09check-format.pl: Fix report on constant on LHS of comparison/assignmentDr. David von Oheimb
2022-01-09check_format.pl: Add checks for blank lines within/after local declsDr. David von Oheimb
2022-01-06Fix copyright year issuesBernd Edlinger
2022-01-05Fix typosDimitris Apostolou
2022-01-04check-format.pl: Fix report on constant on LHS of comparison or assignmentDr. David von Oheimb
2021-12-30OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb
2021-12-22Add support for BSD-riscv64 targetPiotr Kubaj
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-10Teach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_EXTERNRichard Levitte
2021-12-09Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj
2021-11-26Detect arm64-*-*bsd and enable assembly optimizationsAllan Jude
2021-11-23DOC: Add a few previously documented functionsRichard Levitte
2021-10-27EVP: Allow a fallback for operations that work with an EVP_PKEYRichard Levitte
2021-09-21Fix util/mkpod2html.pl to call pod2html with absolute pathsRichard Levitte