s2n-tls icon indicating copy to clipboard operation
s2n-tls copied to clipboard

An implementation of the TLS/SSL protocols

Results 574 s2n-tls issues
Sort by recently updated
recently updated
newest added

### Resolved issues: Clean up of and resolves https://github.com/aws/s2n-tls/pull/3326 ### Description of changes: s2n-tls should buffer multiple records if the application wants to allocate sufficient space for multiple records. ###...

s2n-core

### Resolved issues: resolves https://github.com/aws/s2n-tls/issues/3433 ### Description of changes: If s2n_send blocks after sending at least one record but before sending all the data requested by the application, it returns...

s2n-core

### Description of changes: s2n-tls is built with debugging information in all build modes. This can, unfortunately, add bloat to the final artifact. A lot of the size comes from...

status/stale
s2n-core

### Description of changes: Adds a new security policy with AES256, SHA384 and support for TLS1.3 ### Testing: Verified that we can connect via tls1.3/tls1.2 and rsa/ecdsa ``` # ./build/bin/s2nd...

s2n-core

### Problem: It looks like we only count early data bytes on a complete success: https://github.com/aws/s2n-tls/blob/main/tls/s2n_send.c#L204 I think this will result in not counting bytes on a partial write: https://github.com/aws/s2n-tls/blob/main/tls/s2n_send.c#L189...

### Problem: It looks like although [s2n_recv](https://github.com/aws/s2n-tls/blob/660091ff73029fc91c6578cdb450b85992ff9ef5/tls/s2n_recv.c#L117) has code paths that assume it might read multiple records and need to return previous bytes read if it encounters an error reading...

s2n-core

### Resolved issues: N/A ### Description of changes: Release rust bindings to 0.0.11 By submitting this pull request, I confirm that my contribution is made under the terms of the...

s2n-core
bindings/rust

### Problem: > The Openssl function used to parse signatures off certificates does not differentiate between any rsa_pss signature schemes. The above openssl limitation means we cannot choose a subset...

priority/low
size/medium
s2n-core

### Resolved issues: part of #3130 ### Description of changes: Changes to the Criterion benchmarks allow a criterion to call s2nc or s2nd. ### Call-outs: - This is one of...

s2n-core

### Description of changes: Updates to the usage guide related to record sizes. The biggest change is the dynamic record sizing documentation. The old documentation claimed that it "provides a...

s2n-core