summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-23Testsuite: output changes resultingJeremy Harris
2022-11-22Testsuite: regularize client_anytls OCSP trace outputJeremy Harris
2022-11-22OpenSSL: fix double-expansion of tls_verify_certificatesJeremy Harris
2022-11-22OpenSSL: when preloading creds do the server certs before the OCSP proofs so ↵Jeremy Harris
that the latter can ve verified before loading
2022-11-22Lose duplicated cert in ocsp responseJeremy Harris
2022-11-22Testsuite: regenerate OCSP proofs with proof-signer certsJeremy Harris
2022-11-17Docs: lose extra quotesJeremy Harris
2022-11-12tidy segv stacktrace loggingJeremy Harris
2022-11-12Fix regex substring capture - commentary. Bug 2933Jeremy Harris
Broken-by (corrected): 22ed7a5295f1
2022-11-11Testsuite: fix poor choice of localpartJeremy Harris
2022-11-11Fix regex substring capture variables for null matches (again). Bug 2933Jeremy Harris
Broken-by: 59d66fdc13f0
2022-11-11Fix regext substring capture variables for null matches. Bug 2933Jeremy Harris
broken-by: 59d66fdc13f0
2022-11-10Testsuite: certs output dependenciesJeremy Harris
2022-11-05typo: code comment signture -> signatureTim Gates
There is a small typo in src/src/globals.h. Should read `signature` rather than `signture`.
2022-11-05typo: error message referenced wrong optionMehmet Suslu
Fix typo, -oMas -> -oMai (cherry picked from commit 330ab60ef29c01fb472b6ce14e935ccb93e905ac)
2022-11-05docs: typoHeiko Schlittermann (HS12-RIPE)
2022-11-05docs: typoNaim Addad
2022-11-03Testsuite: fix munge of timestamp with timezone nameJeremy Harris
2022-11-03Testsuite: regenerate certificates treeJeremy Harris
The OCSP proofs had become out-of-date
2022-11-03Testsuite: Automation for TLDA regenJeremy Harris
2022-11-03Testsuite: library version variancesJeremy Harris
2022-11-03Fix $reccipients after ${run...}. Bug 2929Ruben Jenster
Broken-by: cfe6acff2d
2022-11-03Fix daemon startup. Bug 2930Jeremy Harris
Broken-by: 7d5055276a
2022-11-01doc: typoNaim Addad
2022-10-31Release process: permit minor version numbers after 99Jeremy Harris
2022-10-31Testsuite: clarify OCSP testsJeremy Harris
2022-10-31Docs: fix description for hosts_request_ocsp default under DANEJeremy Harris
2022-10-18DMARC: fix use-after-free in dmarc_dns_lookupLorenz Brun
This fixes a use-after-free in dmarc_dns_lookup where the result of dns_lookup in dnsa is freed before the required data is copied out. Fixes: 9258363 ("DNS: explicit alloc/free of workspace")
2022-10-16Fix: Build with libopendmarc 1.4.x (fixes 2728)Heiko Schlittermann (HS12-RIPE)
2022-10-04Unbreak FreeBSD buildJeremy Harris
Broken-by: 96751ae76e
2022-10-04Quieten clang buildJeremy Harris
2022-10-04Fix build with older OpenSSL.Jeremy Harris
Broken-by: 96751ae76e
2022-10-04OpenSSL: fix configuration of older TLS protocol versionsJeremy Harris
2022-09-30GnuTLS: fix for clients offering no TLS extensionsJasen Betts
2022-09-25docs internal noteJeremy Harris
2022-09-22Fix ${filter } for conditions modifying $valueJeremy Harris
2022-09-22Docs: more indexingJeremy Harris
2022-09-02EXPERIMENTAL_DCC: make build without WITH_CONTENT_SCAN failJeremy Harris
rather than auto-include the support
2022-09-01Fix non-WITH_CONTENT_SCAN build (3)Jeremy Harris
Broken-by: d8ecc7bf97
2022-08-31Fix non-WITH_CONTENT_SCAN build (2)Jeremy Harris
Broken-by: d8ecc7bf97
2022-08-31Fix non-WITH_CONTENT_SCAN build.Jeremy Harris
Broken-by: 4e9ed49f8f
2022-08-31Fix $regex<n> use-after-free. Bug 2915Jeremy Harris
2022-08-23OpenSSL: fix non-OCSP buildJeremy Harris
Broken-by: 9641b6648d
2022-08-20OpenSSL: fix reload of changed OCSP proofJeremy Harris
2022-08-18OpenSSL: unbreak build with older library versionJeremy Harris
Broken-by: 4e3a01c260
2022-08-18GSASL: use tls-exporter for SCRAM*PLUS methods under TLSv1.3Jeremy Harris
2022-08-16Testsuite: platform variationsJeremy Harris
2022-08-15Testsuite: OpenSSL version variancesJeremy Harris
2022-08-15OpenSSL: strip spaces & newlines from cert signature expansionJeremy Harris
2022-08-15Fix symlink-following. Bug 2909Ulrich Landgraf
Broken-by: ef57b25bfa