Skip to content

Conversation

@jmayclin
Copy link
Contributor

Description of changes:

Our previous README was very sparse. This new readme mentions some of the features, and calls out the libcrypto configuration.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Comment on lines +11 to +12
- TLS 1.3 stateless session resumption
- Early Data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we actually have bindings for early data?

Comment on lines +6 to +8

## Features
- SSLv3 - TLS 1.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're listing SSLv3... should we list renegotiation too? 😬

Comment on lines +6 to +7

## Features
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might not be perfect about updating this, and it's probably not exhaustive now. So maybe instead:

Suggested change
## Features
## Features
Available features include:


## Cryptography Provider

By default, the s2n-tls bindings will rely on [aws-lc-rs](https://crates.io/crates/aws-lc-rs) for cryptography. To use a FIPS validated libcrypto, customers can enable the `fips` feature flag in `s2n-tls`. This enables the `fips` feature in the underlying AWS-LC libcrypto.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also mention that technically you can make it build with a different libcrypto if you really try?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we allow building with a different libcrypto, can we also include documentation about how to do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants