Commit History

Author SHA1 Message Date
  kaleb-himes 5859779ddf Check-in non-FIPS specific porting changes for OE22 3 years ago
  David Garske f17187aad9 Fixes for static memory testing. Fix clang memory sanitizer warnings. 2 years ago
  David Garske 911d95e5e4 Add CTX static memory API unit tests. Expanded crypto callback TLS tests to older SSL/TLS and DTLS. 2 years ago
  David Garske 37a976b4bf Fix example server to support option 7 (which exists). Fix static mem size required with session cert (matches client now). 2 years ago
  Daniel Pouzzner f621a93081 more scan-build LLVM-13 fixes and expanded coverage: deadcode.DeadStores in client.c and server.c (no functional changes). 2 years ago
  Lealem Amedie 4084928d93 Slight changes to liboqs documentation in INSTALL and example client/server 3 years ago
  Anthony Hu 33cb823148 Remove legacy NTRU and OQS (#4418) 3 years ago
  Anthony Hu 13d4722678 Convert post-quantum algorithm group names 3 years ago
  Anthony Hu fb733b4662 Hybridizing the OQS groups with NIST ECC groups. 3 years ago
  Juliusz Sosinowicz 4a26b53dfc Changes for ED25519 and `HAVE_SECRET_CALLBACK` 3 years ago
  David Garske 9b6cf56a6e Expanded support for Curve25519/Curve448 and TLS v1.3 sniffer (#4335) 3 years ago
  Kareem 9a438ce289 liboqs integration using keyshare/supported_groups extensions in TLS 1.3 3 years ago
  David Garske 70535f51d5 Fixes for PK callbacks with TLS v1.3. Tested with `./configure --enable-pkcallbacks CFLAGS="-DTEST_PK_PRIVKEY -DDEBUG_PK_CB"`. 3 years ago
  Lealem Amedie 0722fb56d8 Adding README.md to examples dir and links to wolfssl-examples github repo in client/server.c 3 years ago
  Juliusz Sosinowicz 1b6b16c2c3 HaProxy 2.4-dev18 support 3 years ago
  JacobBarthelmeh 45486ac904 Merge pull request #4166 from miyazakh/supportedversion_ex_mindowngrade 3 years ago
  Hideki Miyazaki b0688688c1 addressed review comments 3 years ago
  Hideki Miyazaki d576e3ef96 not send smaller versions than minimum downgradable version as supportedversion ext 3 years ago
  Sean Parkinson 8592053856 Regression test fixes 3 years ago
  David Garske 716237c5dd Fix minor line length and spelling. 3 years ago
  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. 3 years ago
  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. 3 years ago
  David Garske 2e4e65f518 Asynchronous support for TLS v1.3 TLSX ECC/DH key generation and key agreement 3 years ago
  Sean Parkinson 7e0c372e4c TLS 1.3 PSK: use the hash algorithm to choose cipher suite 3 years ago
  David Garske c88afdef87 Fixes for building with `WOLFSSL_USER_IO` (with no built-in socket support). Related to issue #3998. 3 years ago
  toddouska 40fe746710 Merge pull request #3942 from dgarske/get_static_ephemeral 3 years ago
  Daniel Pouzzner 9c7ee3fa64 examples/server/server.c: when TEST_IPV6, set the remote address to IPv6 localhost for wolfsentry_route_insert_static(). 3 years ago
  Daniel Pouzzner 0cf9bacf1b WOLFSSL_WOLFSENTRY_HOOKS/HAVE_EX_DATA*: refactor wolfSSL_CRYPTO_cleanup_ex_data() to take only one arg (the WOLFSSL_CRYPTO_EX_DATA *); fix preprocessor gates on wolfSSL_set_ex_data() and wolfSSL_X509_get_ex_new_index(); fix line lengths. 3 years ago
  Daniel Pouzzner 660e64cdff examples/server/server.c: clean up wolfsentry printfs. 3 years ago
  Daniel Pouzzner cb976db02b server.c: update for wolfSentry API changes. 3 years ago