|
|
|
@b6ce8ad
|
18 months |
fiona.klute |
Release version 0.12.0
mod_gnutls/0.12.0
|
|
|
@7677448
|
18 months |
noreply |
Merge pull request #6 from airtower-luna/log-levels
Adjust log levels …
|
|
|
@272833c
|
18 months |
fiona.klute |
Adjust log level for read error messages
These are most likely caused …
|
|
|
@ac49b95
|
18 months |
fiona.klute |
Avoid log spam if connection is aborted while sending
* Don't try to …
|
|
|
@866273c
|
18 months |
fiona.klute |
CI: Limit workflow permissions
|
|
|
@e809a17a
|
18 months |
noreply |
Merge pull request #5 from airtower-luna/ocsp-get-server-ref
Fix …
|
|
|
@eb21e89
|
18 months |
fiona.klute |
Fix server_rec references in mgs_get_ocsp_response()
During the …
|
|
|
@b762e4e
|
18 months |
fiona.klute |
Test suite: Log outgoing OCSP responses in responder
This makes …
|
|
|
@5168eb0
|
19 months |
fiona.klute |
Merge branch 'python-unittest'
Improved selftest for the test suite
|
|
|
@70cf137
|
19 months |
noreply |
Merge pull request #4 from airtower-luna/ocsp-hash
Fix OCSP response …
|
|
|
@9c4ae9c2
|
19 months |
fiona.klute |
Use the issuer certificate directly to verify OCSP responses
The …
|
|
|
@b8e9e11
|
19 months |
fiona.klute |
Ensure the path part of OCSP URI isn't empty
|
|
|
@c67643b
|
19 months |
fiona.klute |
SHA1 for issuer name hash and issuer key hash in OCSP requests
Some …
|
|
|
@3020716
|
19 months |
fiona.klute |
Use CFLAGS from apr-config, not apxs
Apxs adds flags from the Apache …
|
|
|
@a6b3ae3
|
23 months |
fiona.klute |
Don't run analysis for push events on Dependabot branches
Dependabot …
|
|
|
@caffc86
|
23 months |
fiona.klute |
Fix error text in mock response
|
|
|
@8f5dc4b
|
23 months |
fiona.klute |
Import unittest.mock instead of components for doctest compatibility
|
|
|
@8a63c76
|
23 months |
fiona.klute |
Unittest for mgstest.tests.TestConnection?
|
|
|
@520ab08
|
23 months |
fiona.klute |
Test mgstest.tests.TestRequest? using a mocked connection
|
|
|
@c6d4701
|
23 months |
fiona.klute |
mgstest.tests.TestRequest?: Move tests to unittest
The tests …
|
|
|
@3d7865f
|
2 years |
fiona.klute |
Formatting fix in doctests
|
|
|
@461fd38
|
2 years |
fiona.klute |
Automagically detect test framework modules for doctest
|
|
|
@40e845b
|
2 years |
fiona.klute |
CI: Use temporary merge commit for code analysis in pull requests
…
|
|
|
@bc8970b
|
2 years |
fiona.klute |
Switch Clang analyzer from 10 to the Debian Sid default
Clang 10 is …
|
|
|
@0e22cba
|
2 years |
fiona.klute |
CI: Ensure iproute2 is available on Debian Sid
|
|
|
@5058bee
|
2 years |
fiona.klute |
Run Python instances for tests without output buffering
This reduces …
|
|
|
@319588a
|
2 years |
fiona.klute |
check_test_ips.py: Catch specific exception when trying address
|
|
|
@0fe2130
|
2 years |
fiona.klute |
Simplify lockfile handling
It's much easier to just not enter the …
|
|
|
@514058d
|
2 years |
fiona.klute |
Define service wait times as seconds
Python needs them that way …
|
|
|
@df3d906
|
2 years |
fiona.klute |
CI: Use parallel make
According to documentation the Github runners …
|
|
|
@b1a6403
|
2 years |
fiona.klute |
Use asyncio.gather() when starting services to raise exceptions
With …
|
|
|
@dac1943
|
2 years |
fiona.klute |
TestService?: Remove timeout parameter from wait() and wait_ready()
…
|
|
|
@e15a72f
|
2 years |
fiona.klute |
Handle pidfile completely in ApacheService?
The generic services don't …
|
|
|
@7757e79
|
2 years |
fiona.klute |
Raise specific exception if waiting for service startup times out
|
|
|
@bad8d9d
|
2 years |
fiona.klute |
Update documentation for TestService?.run()
|
|
|
@663f975
|
2 years |
fiona.klute |
Support timeout for waiting for service shutdown again
|
|
|
@5f0e94b
|
2 years |
fiona.klute |
Use pathlib instead of os.path
|
|
|
@9231a4d
|
2 years |
fiona.klute |
Send stop signal to services before leaving their AsyncExitStack?
The …
|
|
|
@12ed912
|
2 years |
fiona.klute |
Support new Bear versions
The latest version in Debian Sid requires a …
|
|
|
@65e66c9
|
2 years |
fiona.klute |
Turn "service ready" check functions into coroutines
This way checks …
asyncio
|
|
|
@7eb4233
|
2 years |
fiona.klute |
Use asyncio to manage test services
This makes it a little easier to …
asyncio
|
|
|
@32e62a3
|
2 years |
fiona.klute |
Fix a flake8 warning
asyncio
|
|
|
@902b064
|
2 years |
fiona.klute |
Update CI build to Fedora 33
asyncio
|
|
|
@756527c
|
2 years |
fiona.klute |
Set airtower-luna/convert-to-sarif action to v0.2.0
asyncio
|
|
|
@09c998a
|
2 years |
fiona.klute |
Make sure git is available for the analysis workflow
The checkout of …
asyncio
|
|
|
@7a07425
|
2 years |
fiona.klute |
Checkout source branch HEAD for analysis on pull requests
By default …
asyncio
|
|
|
@305ea31
|
2 years |
fiona.klute |
Try out CodeQL
asyncio
|
|
|
@3e61371
|
2 years |
fiona.klute |
Merge CppCheck? code scanning
asyncio
|
|
|
@d54572e
|
2 years |
fiona.klute |
Limit variable scopes in gnutls_hooks.c
This fixes issues found using …
asyncio
|
|
|
@d8c4d75
|
2 years |
fiona.klute |
Remove redundant initializations
Found by CppCheck?.
asyncio
|
|
|
@8da0c7e
|
2 years |
fiona.klute |
Limit variable scopes in gnutls_io.c
This fixes issues found using …
asyncio
|
|
|
@6be4dd0
|
2 years |
fiona.klute |
Upload CppCheck? results
asyncio
|
|
|
@ec33c23
|
2 years |
fiona.klute |
Remove shadowing re-declaration
There's no need for a new variable …
asyncio
|
|
|
@90d750d
|
2 years |
fiona.klute |
Fix flake8 warnings in the test OCSP responder script
asyncio
|
|
|
@b0f93c4
|
2 years |
fiona.klute |
Run cppcheck analysis
asyncio
|
|
|
@6cec675
|
2 years |
fiona.klute |
Fix remaining flake8 warnings in mgstest.tests
That's all, minus …
asyncio
|
|
|
@60a415a
|
2 years |
fiona.klute |
Fix simple formatting issues reported by flake8
asyncio
|
|
|
@83b5bf6
|
2 years |
fiona.klute |
Fix flake8 warnings in mgstest.softhsm
asyncio
|
|
|
@5357109
|
2 years |
fiona.klute |
Fix flake8 warnings in test hooks.py
asyncio
|
|
|
@c26a163
|
2 years |
fiona.klute |
Remove unused imports
asyncio
|
|
|
@ad2690b
|
2 years |
fiona.klute |
Fix flake8 warnings in runtest.py
asyncio
|
|
|
@9eda494
|
2 years |
fiona.klute |
Remove pointless assignment reported by clang-analyzer
asyncio
|
|
|
@0514cd7
|
2 years |
fiona.klute |
Set checkout_path during SARIF upload
The absolute path inside the …
asyncio
|
|
|
@51b8964
|
2 years |
fiona.klute |
Use DEBIAN_FRONTEND=noninteractive for package installation
asyncio
|
|
|
@bf8cfb5
|
2 years |
fiona.klute |
Explicitly use clang 10 for scan-build
Somehow Debian Sid still …
asyncio
|
|
|
@7c31078
|
2 years |
fiona.klute |
Don't assume github/codeql-action/upload-sarif works recursively
asyncio
|
|
|
@d496629
|
2 years |
fiona.klute |
Workflow for code scanning using clang analyzer
asyncio
|
|
|
@16e3400
|
2 years |
fiona.klute |
Add issue templates for feature requests and questions
asyncio
|
|
|
@895c9e4
|
2 years |
fiona.klute |
Add a bug report template
asyncio
|
|
|
@59328d0
|
2 years |
fiona.klute |
newtest: Style cleanup
asyncio
|
|
|
@1b07bd1
|
2 years |
fiona.klute |
newtest: Let the user amend the test name if rejected
asyncio
|
|
|
@9d10997
|
2 years |
fiona.klute |
Fill gaps in numbering when creating new tests
asyncio
|
|
|
@801b4f6
|
2 years |
fiona.klute |
Use IP detection for Valgrind tests
This lets the test …
asyncio
|
|
|
@31e25ad
|
2 years |
fiona.klute |
Replace set-env workflow command with writing to $GITHUB_ENV
As …
asyncio
|
|
|
@0f6eceb
|
2 years |
fiona.klute |
Python configuration for Gitpod IDE
asyncio
|
|
|
@96aacff
|
2 years |
fiona.klute |
Ignore generated clangd compile config and cache
asyncio
|
|
|
@7478410
|
2 years |
fiona.klute |
Set up Gitpod environment
asyncio
|
|
|
@0bfe9ca
|
2 years |
fiona.klute |
Fix module reference for subprocess.TimeoutExpired?
asyncio
|
|
|
@9fe353a
|
2 years |
fiona.klute |
Clarify GnuTLSDHFile documentation
Most people shouldn't really be …
asyncio
|
|
|
@c9e720f
|
2 years |
fiona.klute |
Test what happens if the HTTPS server receives plaintext
The new test …
asyncio
|
|
|
@70f9c00
|
2 years |
fiona.klute |
Clean up TLS error handling
The HTTP_BAD_REQUEST case was never …
asyncio
|
|
|
@ae4325e
|
2 years |
fiona.klute |
Update Changelog
asyncio
|
|
|
@3453f93
|
2 years |
fiona.klute |
Integrate 33_vhost_SNI_serveralias_missinghost into 04_name_based_vhosts
asyncio
|
|
|
@9144517
|
2 years |
fiona.klute |
Integrate 32_vhost_SNI_serveralias_mismatch into 04_name_based_vhosts
asyncio
|
|
|
@bfdba17
|
2 years |
fiona.klute |
Fix hostname in test description
asyncio
|
|
|
@a21794d
|
2 years |
fiona.klute |
Integrate 31_vhost_SNI_serveralias_match into 04_name_based_vhosts
asyncio
|
|
|
@af412db
|
2 years |
fiona.klute |
Integrate 29_force_handshake_vhost into 04_name_based_vhosts
asyncio
|
|
|
@747a9c4
|
2 years |
fiona.klute |
Create a new test for handling client-side handshake errors
Prior to …
asyncio
|
|
|
@e27e01f
|
2 years |
fiona.klute |
Integrate basic SNI tests into 04_name_based_vhosts
06_verify_sni_a: …
asyncio
|
|
|
@2495b5a
|
2 years |
fiona.klute |
Create rewrite paths that only work on one virtual host each
This …
asyncio
|
|
|
@65a13b5
|
2 years |
fiona.klute |
Restructure 04_basic_nosni into a test setup for name based vhosts
…
asyncio
|
|
|
@b4dc111
|
2 years |
fiona.klute |
Enable Dependabot for used Actions
asyncio
|
|
|
@f363569
|
2 years |
fiona.klute |
Tests: Replace authority/imposter with a friendly cat identity
The …
asyncio
|
|
|
@be2ad50
|
2 years |
fiona.klute |
Create untrusted, but otherwise good certificate for validation test
…
asyncio
|
|
|
@cbc3477
|
2 years |
fiona.klute |
Skip MSVA test if building without MSVA auth support
Skipping instead …
asyncio
|
|
|
@4b9e34a
|
2 years |
fiona.klute |
Unify tests for CGI variables with and without client certificate
…
asyncio
|
|
|
@9bffdec
|
2 years |
fiona.klute |
Rename unified client authentication test
It tests a lot more than …
asyncio
|
|
|
@3943cd1
|
2 years |
fiona.klute |
Test client auth with untrusted certificate on shared instance
…
asyncio
|
|
|
@2d5cf4e
|
2 years |
fiona.klute |
Test successful and failed client auth with the same server instance
…
asyncio
|
|
|
@d17866f
|
2 years |
fiona.klute |
Remove redundant test 25_Disable_TLS_1.0 (subset of …
asyncio
|
|
|