This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
TLS splicing/bumping #57
Merged
ipuustin
merged 35 commits into
intel:release-1.16-intel
from
LuyaoZhong:bumping-integ-intel
Dec 21, 2022
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
225f317
TLS bumping integration
6e62821
Add docs for building TLS bumping
ed842b0
Add docs for testing TLS bumping without CONNECT
c7503ab
Add config for bumping with http connect case (#308)
df331ec
Add config for TLS splicing without HTTP CONNECT case
cb9d087
Add config for TLS splicing with HTTP CONNECT case
ab29125
Add config for TLS splicing/bumping w/wo HTTP CONNECT
81f77b0
Improve doc with testing details (#309)
638f3b5
Expiration time check (#320)
liverbirdkte 4709f58
Update splicing/bumping config to cover more test cases
3fa1750
Fix issues of subject and expiration time (#322)
liverbirdkte de16d66
Update config to cover http2 test case
a588d06
skip duplicate certs check
553755f
Fix doc (#325)
liverbirdkte 00a857a
Fix lacking sni of tls handshake in bumping filter (#329)
liverbirdkte b3f0189
Refactor local certificate provider config (#337)
liverbirdkte 108d402
Add support for different pkey types and sizes (#342)
b3c56d3
tls: SNI-based cert selection during TLS handshake
c17e498
Cache size (#347)
liverbirdkte 6ce4aa3
remove useless files
b6627ab
remove useless docs/notes due to rebase
ea3ed5e
add mocks to pass test compiling
b7ae2b7
code cleanup
b76971b
replace raw pointer with smart pointer
c549f0c
Code cleanup (#349)
liverbirdkte 1bc698c
tls: allow multiple certs with the same SAN
ggreenway b65d4f4
bug fix
bfc4d84
avoid establishing additional connection with upstream
9c130c1
bug fix: add nullptr check for cert
92e25a2
fix format
dccf77d
fix test case
3e47389
Fix active tcp listener test (#351)
liverbirdkte e598dbf
fix code format and fix spelling format
8b3a178
fix clang_tidy warning
b0c8113
add matt to CODEOWNER to pass format check
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
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove code, no need to comment. Version control will track the changes.