-
Notifications
You must be signed in to change notification settings - Fork 2
feat: support SSL #52
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
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
c9b5917
feat: support SSL
Revolyssup 931d8d0
fix spell
Revolyssup df827ab
fix lint
Revolyssup f7e2ba1
apply suggestion
Revolyssup 0f32b67
add test
Revolyssup 5b6b097
use ginkgo v2
Revolyssup 2efd6c0
apply suggestion
Revolyssup 2062094
fix test
Revolyssup 774fe81
fix test
Revolyssup 516c91a
fix test
Revolyssup 7519014
add assertion
Revolyssup 2368a43
fix protocol
Revolyssup 733c3d0
fix conformance test
Revolyssup 388771b
apply suggestion
Revolyssup 5797240
fix lint
Revolyssup 412762b
fix delete
Revolyssup 94900b5
add empty snis array
Revolyssup c82c3c4
add test case
Revolyssup b32200b
add key assertion in gateway e2e test
Revolyssup edd86dc
remove asserting key
Revolyssup 563b35d
fix tests
Revolyssup a403ff3
add test without hostname
Revolyssup 4efc412
remove unused function
Revolyssup df31832
fix lint
Revolyssup d98d7a1
remove redundant comments
Revolyssup 95d83d5
allow multiple listener referencing same cert
Revolyssup fc7d119
lint fix
Revolyssup ea3d024
fix tests'
Revolyssup 833fa86
add error
Revolyssup c7bb273
add more logs
Revolyssup 9147984
add more logs
Revolyssup a02f378
skip conformance test
Revolyssup bfb68c9
remove logs
Revolyssup c08bc0b
skip conformance test
Revolyssup 4a6589b
fix
Revolyssup 54c9c7d
ignore wildcard sni
Revolyssup 2e438cc
add logs
Revolyssup 581a735
ignore when only * is passed
Revolyssup af36565
fix conversion
Revolyssup aac0559
skip test
Revolyssup 1974988
fix test
Revolyssup 5ef3486
add warn log
Revolyssup fc3cddf
apply suggestions
Revolyssup dcc2213
pass conformance test
Revolyssup 040379a
skip conformance test
Revolyssup 20b8bc4
pass conformance
Revolyssup 589cdb9
throw err
Revolyssup 251bacb
comment secret nil check
Revolyssup fec2dcd
handle errors
Revolyssup c2786f3
not having secret is a listener issue
Revolyssup 6df1c16
fix lint
Revolyssup b3017a4
lint fix
Revolyssup 236de8a
apply suggestion
Revolyssup 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 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.
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.
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.
Need condition
ref.kind == secretThere 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.
added