Commit History

Author SHA1 Message Date
  Hideki Miyazaki 0e40293798 added psk session callback 3 years ago
  Tesfa Mael 0c16ef4b29 Check for TLS downgrade 3 years ago
  Juliusz Sosinowicz 70a3857ae8 Fragmentation for ServerKeyExchange and CeriticateVerify 3 years ago
  David Garske a22defec50 Fix for availability of `wolfSSL_SESSION_print`. 3 years ago
  David Garske 95ff75c43d Fix for `wolfSSL_SESSION_print` 3 years ago
  David Garske f65e1f1f09 Expose functions to get client/server random when `HAVE_SECRET_CALLBACK` is defined. 3 years ago
  JacobBarthelmeh 13d81f1fb9 Merge pull request #3902 from dgarske/snicb 3 years ago
  David Garske 9313d59479 Fix for SNI callback 3 years ago
  Hideki Miyazaki 4650aaf4fb addressed review comments part 1 3 years ago
  Hideki Miyazaki b4a573ca98 Initial implemented X509_LOOKUP_ctrl L_ADD_DIR 3 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  Eric Blankenhorn 5e953d5968 Typo in client example 3 years ago
  Hideki Miyazaki 9bae05525c addressed review comments 3 years ago
  Hideki Miyazaki 141d07e21b addressed pre-review comments 4 years ago
  Hideki Miyazaki e39477c531 initial implement SSL_get_early_data_status 4 years ago
  Eric Blankenhorn a3cbcf255f Fix from review 4 years ago
  Eric Blankenhorn 50843b22cd Check method for NULL 4 years ago
  Daniel Pouzzner 764b3cf09d examples/client/client.c: add missing !defined(NO_SESSION_CACHE) gate around wolfSSL_get_session() for "print out session" code. 4 years ago
  Chris Conlon 16ce8e077a only call wolfSSL_UseKeyShare() in example client with TLS 1.3 4 years ago
  Sean Parkinson 75c062a298 cppcheck: fixes 4 years ago
  toddouska 367f28b917 Merge pull request #3443 from SparkiDev/tls13_psk_no_dhe 4 years ago
  Hayden Roche 5fdc4cf6e1 Fix RX/TX throughput reporting in example server. 4 years ago
  Sean Parkinson 91d23d3f5a Implement all relevant mp functions in sp_int 5 years ago
  toddouska 9183c35fb8 Merge pull request #3446 from haydenroche5/client_want_write_sim 4 years ago
  Sean Parkinson d8b58286d1 TLS 1.3: PSK only 4 years ago
  Hayden Roche 2fc594d319 Modify example server to be resilient to WANT_WRITE errors. 4 years ago
  Hayden Roche e035eb8f8a Add an option to the example client to simulate WANT_WRITE errors. 4 years ago
  Daniel Pouzzner 7850d71ccb add wolfSSL_get_cipher_suite_from_name(); add flags arg to GetCipherSuiteFromName(); fix GetCipherSuiteFromName() to prevent spurious substring matching; add SUITE_ALIAS() macros for use defining CipherSuiteInfo, and add CipherSuiteInfo.flags slot and associated logic, to allow alternative cipher names to be recognized; add "CCM8" cipher name variants wherever applicable, including the unit.test conf files, to recognize and test the OpenSSL variants; add tests in client_test() and server_test() to confirm correct forward and backward mapping of cipher names/aliases. 4 years ago
  Glenn Strauss 92c3296e13 preprocessor -DNO_BIO to omit OpenSSL BIO API 4 years ago
  Daniel Pouzzner fda84576b0 name the new introspection routines wolfSSL_configure_args() and wolfSSL_global_cflags() for consistency, and move the prototypes to logging.h. 4 years ago