Skip to content
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

Implement ssl_min_protocol_version and ssl_max_protocol_version #7

Closed
kevinburke opened this issue Sep 20, 2021 · 2 comments
Closed

Comments

@kevinburke
Copy link
Owner

No description provided.

@kevinburke
Copy link
Owner Author

kevinburke commented Sep 20, 2021

We want to use rustls_client_config_builder_set_versions here.

@kevinburke
Copy link
Owner Author

See rustls/rustls-ffi#146.

kevinburke added a commit to kevinburke/postgres that referenced this issue Sep 21, 2021
kevinburke added a commit to kevinburke/postgres that referenced this issue Oct 29, 2021
fix more warnings

add some free's

more work being done

compressssion support

format an error message

work on error messages

implement min/max TLS versions

fixes kevinburke/rustls-postgres#7.

Makefile: provide better help if TAP tests are not enabled

I previously got stuck at this error message when trying to run the
SSL tests. The error message does not provide a whole lot of context
about how to fix the problem. This provides a little bit more context
with a likely solution.

try enabling SSL tests
kevinburke added a commit to kevinburke/postgres that referenced this issue Oct 29, 2021
fix more warnings

add some free's

more work being done

compressssion support

format an error message

work on error messages

implement min/max TLS versions

fixes kevinburke/rustls-postgres#7.

Makefile: provide better help if TAP tests are not enabled

I previously got stuck at this error message when trying to run the
SSL tests. The error message does not provide a whole lot of context
about how to fix the problem. This provides a little bit more context
with a likely solution.

try enabling SSL tests
kevinburke added a commit to kevinburke/postgres that referenced this issue Nov 23, 2021
fix more warnings

add some free's

more work being done

compressssion support

format an error message

work on error messages

implement min/max TLS versions

fixes kevinburke/rustls-postgres#7.

Makefile: provide better help if TAP tests are not enabled

I previously got stuck at this error message when trying to run the
SSL tests. The error message does not provide a whole lot of context
about how to fix the problem. This provides a little bit more context
with a likely solution.

try enabling SSL tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant