-
Notifications
You must be signed in to change notification settings - Fork 616
use OCSP files for stapling responses #3317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mkf-sysangels
wants to merge
62
commits into
bunkerity:dev
Choose a base branch
from
mkf-sysangels:OCSP-SSL-Stappling-#1592
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
6fc701b
feat: add context7 configuration file with URL and public key
TheophileDiot ab24f60
Revert "feat: add context7 configuration file with URL and public key"
TheophileDiot 230f840
use OCSP files for stapling responses
mkf-sysangels 80236ed
Update ssl-certificate-lua.conf
mkf-sysangels 6d75d8a
remove redis integration
mkf-sysangels d444061
fix "end" entry
mkf-sysangels 18b58de
fix tab errors
mkf-sysangels a731fe8
Add a 3 days TTL cache for OCSP responses
mkf-sysangels 05c6926
add customcert processing + refresh TTL
mkf-sysangels f824b41
fix cleanup run, fix job run
mkf-sysangels 3762f36
use python cryptography + add cleanup + SAN fix + fix race condition
mkf-sysangels a4b10af
add checksum checking, cleanup function
mkf-sysangels 55df73d
Trigger OCSP stapling refresh
mkf-sysangels d6ee173
OCSP Response Signature is NOT Cryptographically Verified
mkf-sysangels 6c60a9a
fix multiple vulnerability issues
mkf-sysangels 5fba3f4
def is_safe_url
mkf-sysangels 6b5bef6
Update ocsp-refresh.py
mkf-sysangels 981178e
Update ocsp-refresh.py
mkf-sysangels ffa38d7
add locking, error handling, verification
mkf-sysangels 1321d90
fix tlinter errors
mkf-sysangels 426cc52
add rate limiting
mkf-sysangels 3d259d4
database: batch inserts
mkf-sysangels bfc6869
trigger OCSP update
mkf-sysangels bc2da87
improve caching logic
mkf-sysangels a860bf5
shorter TTL for caching
mkf-sysangels 7f92fea
clean up expired OCSP entries
mkf-sysangels 3857c04
fix linter hints
mkf-sysangels 1fe1087
Merge pull request #3321 from bunkerity/dev
TheophileDiot 1c57d48
fixing _get_cert_checksums errors
mkf-sysangels 7e933c1
optimizing execution time
mkf-sysangels eac3511
fix: Trigger OCSP stapling refresh for newly issued certificates
mkf-sysangels 3a793b5
add wildcard support
mkf-sysangels 1675847
Update ssl-certificate-lua.conf
mkf-sysangels 81fac61
Update ssl-certificate-lua.conf
mkf-sysangels 00aeb9e
Update ocsp-refresh.py
mkf-sysangels 2748e0e
Update ocsp-refresh.py
mkf-sysangels 7ce0e7e
Update ocsp-refresh.py
mkf-sysangels 273279c
fix wildcard error
mkf-sysangels 4e9af34
fix merge issue
mkf-sysangels 7bd3c3f
Merge branch 'dev' into OCSP-SSL-Stappling-#1592
mkf-sysangels 787e8e6
Merge remote-tracking branch 'upstream/master' into OCSP-SSL-Stapplin…
mkf-sysangels 184f7bb
Update ssl-certificate-lua.conf
mkf-sysangels 8b8c546
Potential fix for pull request finding
mkf-sysangels b735de9
Address Copilot review: OCSP timeouts, SSL_USE_OCSP_STAPLING, stats s…
mkf-sysangels 1841a32
Update ssl-certificate-lua.conf
mkf-sysangels bee29ca
fix OCSP certificate verification + optimize log level
mkf-sysangels 3b3ac2f
fallback to tls on error
mkf-sysangels 94c4d52
fix ocsp loading error
mkf-sysangels 7616e4b
fix SN comparison, check OCSP existence early, fallback to native tls…
mkf-sysangels edd608c
add redis backend
mkf-sysangels 2fba405
fix openssl file race condition
mkf-sysangels c196df2
add fail safe
mkf-sysangels eb5fe1f
use safe module loading + implement OCSP-must-stapple + remove redis
mkf-sysangels 4a1b226
add --force-fetch + cleanup
mkf-sysangels c7de21a
optimize lookup mechanism
mkf-sysangels b916f35
code fixes
mkf-sysangels b8814b3
fix path issue
mkf-sysangels 4259817
fix closing section error
mkf-sysangels 1a6aab5
fix key mapping
mkf-sysangels 5309d9b
fix calc of fingerprints
mkf-sysangels 697130a
optimize ocsp validation/lookup+ verbose logging
mkf-sysangels 0e2d186
optimize orphan cleanup + hash colision check
mkf-sysangels File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
1,979 changes: 1,904 additions & 75 deletions
1,979
src/common/confs/server-http/ssl-certificate-lua.conf
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.