-
Infer analysis has some heuristics on when to give up. These metrics are somehow time based or otherwise impacted by the load or compute power of a system. As a result, some runs can detect bugs tha…
TomMD updated
4 years ago
-
Update .travis scripts for s2n and openssl forks to use master as the screen install branch.
quend updated
8 years ago
-
**Problem:**
I'm trying to reproduce https://github.com/awslabs/s2n/issues/983 locally and having issues.
One of the issues I'm running into is that the error message `NULL pointer encountered` …
-
### Problem:
A common pattern is:
```
GUARD(s2n_stuffer_skip_write(stuffer, bytes_to_write));
uint8_t* ptr = suffer->blob.data + stuffer->write_cursor - bytes_to_write;
```
which could be …
-
The initial work on the documentation the conversion process is here:
https://github.com/briansmith/mozillapkix-openssl-tutorial/commits/master
git remote add gtest https://github.com/briansmith/goog…
-
See: https://github.com/awslabs/s2n/pull/370
`ispell` and `aspell` both look like good fits for spell checking from the command line during builds.
Steps
1. Install spellchecker tool from `.t…
-
## **Problem:**
When we look at the generated llvm-ir, we see that struct initializers are doing inefficient bitwise operations, instead of pre-computing the correct values at a word level. In godbo…
-
**Problem:**
From Travis Run: https://travis-ci.org/awslabs/s2n/jobs/503833006#L1591
```
Running s2n_x509_validator_test.c ... FAILED test 178
(S2N_CERT_OK) == (s2n_x509_…
-
## **Problem:**
Currently STEKs are provided to `s2n` during configuration phase with `s2n_config_add_ticket_crypto_key` method on per `struct s2n_config` basis.
However, in context of multiple…
-
### Describe the feature
Support logging of SSL/TLS session keys in NSS key log format for crt external communications.
### Use Case
This is an essential feature for auditing and deeper troub…