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

Cargo: v0.27.0 -> v0.27.1 #270

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Cargo: v0.27.0 -> v0.27.1 #270

merged 1 commit into from
Apr 10, 2024

Conversation

cpu
Copy link
Member

@cpu cpu commented Apr 10, 2024

Proposed Release Notes

Added

  • New ConnectorBuilder::with_server_name_resolver() fn for specifying an implementation of the ResolveServerName trait to dynamically resolve the subject name used when verifying a server's certificate.
  • New fips feature flag for enabling the aws-lc-rs Rustls crypto provider in FIPS mode.

Changed

  • ConnectorBuilder::with_server_name() is now deprecated. Existing usages should be replaced with ConnectorBuilder::with_server_name_resolver() and a FixedServerNameResolver.

@cpu cpu self-assigned this Apr 10, 2024
@cpu cpu requested a review from djc April 10, 2024 16:13
@cpu cpu added this pull request to the merge queue Apr 10, 2024
Merged via the queue into rustls:main with commit cb05f46 Apr 10, 2024
11 checks passed
@cpu cpu deleted the cpu-0.27.1-prep branch April 10, 2024 16:34
@cpu
Copy link
Member Author

cpu commented Apr 10, 2024

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

Successfully merging this pull request may close these issues.

None yet

2 participants