Historial de Commits

Autor SHA1 Mensaje Fecha
  David Garske 0a26335243 Merge pull request #4446 from ejohnstown/dtls-sizing hace 2 años
  Juliusz Sosinowicz 894303be59 Make the `wolfSSL_GetMaxFragSize` parameter meaning consistent hace 2 años
  David Garske c16f0db1b5 Fixes for handling `WC_PENDING_E` async responses in API unit test and examples. Resolves all issues with `--enable-all --enable-asynccrypt --with-intelqa=`. hace 2 años
  John Safranek 976402e04b RNG Update hace 3 años
  Sean Parkinson 6070981366 Merge pull request #4490 from dgarske/static_mem_unittest hace 2 años
  kaleb-himes 5859779ddf Check-in non-FIPS specific porting changes for OE22 hace 3 años
  David Garske 911d95e5e4 Add CTX static memory API unit tests. Expanded crypto callback TLS tests to older SSL/TLS and DTLS. hace 2 años
  Sean Parkinson f04380d624 Merge pull request #4475 from douzzer/fix-scan-build-UnreachableCode hace 2 años
  David Garske dcb2ebba39 Fix for openssl.test extraction of version and cipher suites. Fix mem tracking to use stderr. Fix client version print to use single printf with newline. hace 2 años
  Daniel Pouzzner 76332069ea examples/client/client.c: remove frivolous `break` to avoid need for PRAGMA_CLANG("clang diagnostic ignored \"-Wunreachable-code-break\""). hace 2 años
  Daniel Pouzzner f621a93081 more scan-build LLVM-13 fixes and expanded coverage: deadcode.DeadStores in client.c and server.c (no functional changes). hace 3 años
  Daniel Pouzzner 62822be6ce scan-build LLVM-13 fixes and expanded coverage: add WC_UNUSED and PRAGMA_CLANG_DIAG_{PUSH,POP} macros; deploy "#ifndef __clang_analyzer__" as needed; fix violations and suppress false positives of -Wunreachable-code-break, -Wunreachable-code-return, and -enable-checker alpha.deadcode.UnreachableCode; expand scan-build clean build scope to --enable-all --enable-sp-math-all. hace 3 años
  David Garske bc97539756 Increase the size of the temp buffer for starttls. Some SMTP servers send larger messages. hace 3 años
  Lealem Amedie 4084928d93 Slight changes to liboqs documentation in INSTALL and example client/server hace 3 años
  Anthony Hu 33cb823148 Remove legacy NTRU and OQS (#4418) hace 3 años
  Anthony Hu 13d4722678 Convert post-quantum algorithm group names hace 3 años
  Anthony Hu fb733b4662 Hybridizing the OQS groups with NIST ECC groups. hace 3 años
  Juliusz Sosinowicz 4a26b53dfc Changes for ED25519 and `HAVE_SECRET_CALLBACK` hace 3 años
  Kareem 9a438ce289 liboqs integration using keyshare/supported_groups extensions in TLS 1.3 hace 3 años
  David Garske 70535f51d5 Fixes for PK callbacks with TLS v1.3. Tested with `./configure --enable-pkcallbacks CFLAGS="-DTEST_PK_PRIVKEY -DDEBUG_PK_CB"`. hace 3 años
  Lealem Amedie 0722fb56d8 Adding README.md to examples dir and links to wolfssl-examples github repo in client/server.c hace 3 años
  Juliusz Sosinowicz 1b6b16c2c3 HaProxy 2.4-dev18 support hace 3 años
  Hideki Miyazaki b0688688c1 addressed review comments hace 3 años
  Hideki Miyazaki d576e3ef96 not send smaller versions than minimum downgradable version as supportedversion ext hace 3 años
  David Garske 716237c5dd Fix minor line length and spelling. hace 3 años
  Daniel Pouzzner 8c75553e08 wolfSentry integration: move rest of recyclable code out of examples and into wolfsentry_setup() in wolfssl/test.h, and implement peer review corrections on error codes and string.h wrapper macros. hace 3 años
  Daniel Pouzzner 93dfb4c7f4 add outbound connection filtering support to libwolfssl, add wolfSentry support to the test client, and add wolfSentry JSON config file support to the test client and server using --wolfsentry-config. hace 3 años
  David Garske 5e6b8e50c8 Fix to set groups for client benchmark test. hace 3 años
  David Garske 2e4e65f518 Asynchronous support for TLS v1.3 TLSX ECC/DH key generation and key agreement hace 3 años
  Sean Parkinson 7e0c372e4c TLS 1.3 PSK: use the hash algorithm to choose cipher suite hace 3 años