-
Notifications
You must be signed in to change notification settings - Fork 6
Working towards nginx support #12
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
29 commits
Select commit
Hold shift + click to select a range
e41c355
Implement `SSL_select_next_proto`
ctz 7798fe7
Implement `SSL_CTX_set_alpn_select_cb` and callbacks
ctz 6a02417
Implement `SSL_do_handshake`
ctz 442d12b
Stub out NPN-related functions
ctz 2531945
Implement `SSL_CTX_set_cert_cb`
ctz d5a0643
Implement `SSL_get_servername` and `SSL_get_servername_type`
ctz 5feda71
Implement `SSL_CTX_set_tlsext_servername_callback` and co
ctz d98c8c7
Implement `SSL_set_verify`
ctz 2b0b324
Round trip `SSL_{CTX_,}[sg]et_verify_depth`
ctz 9024b30
Implement `SSL_CTX_get_verify_{callback,mode}`
ctz 715eeae
Implement `SSL_CTX_{get,set}_max_early_data`
ctz d00431b
Stub out `SSL_{read,write}_early_data`
ctz 1ae04f2
Stub out `SSL_CTX_{set,get}_timeout`
ctz 1071fc9
Stub out `SSL_CTX_{get,set}_client_CA_list`
ctz 76579a5
Stub out `SSL_CTX_set_info_callback`
ctz 9f50f3a
Implement `SSL_CTX_load_verify_locations`
ctz 571a9f5
Stub out `SSL_load_client_CA_file`
ctz 22fa9ea
Implement `SSL_set_quiet_shutdown`
ctz 0bd42fb
Implement ex_data functions for SSL and SSL_CTX
ctz f42e077
Allowlist `SSL_CTX_set_cipher_list` for `NGX_DEFAULT_CIPHERS`
ctz 34e0914
Stub out `SSL_check_private_key`
ctz 44ef3dc
Implement `SSL_use_PrivateKey_file`
ctz 2bbbca9
Implement `SSL_get_current_compression`
ctz 8a4a0fc
Stub out `SSL_get_ex_data_X509_STORE_CTX_idx`
ctz 531a397
Implement protocol versions configuration
ctz ce39b95
Match OpenSSL default for TLS1.3 ticket issuance
ctz 0db75bd
Implement `SSL_session_reused`
ctz 141d799
Ignore calls to `SSL_CTX_set_session_id_context`
ctz faff689
Set up nginx integration test
ctz 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
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.