Commit History

Author SHA1 Message Date
  Hideki Miyazaki b4a573ca98 Initial implemented X509_LOOKUP_ctrl L_ADD_DIR 3 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  Hideki Miyazaki 9bae05525c addressed review comments 3 years ago
  Hideki Miyazaki e39477c531 initial implement SSL_get_early_data_status 4 years ago
  toddouska 39cb84de25 Merge pull request #3697 from julek-wolfssl/openvpn-2.5-missing-stuff 3 years ago
  Sean Parkinson 794cb5c7a9 TLS Session Ticket: default encryption callback 3 years ago
  Juliusz Sosinowicz 542e0d79ec Jenkins Fixes 3 years ago
  toddouska 6e0e507dad Merge pull request #3660 from dgarske/sess_ticket_aes_gcm 4 years ago
  Sean Parkinson a84f1c813a TLS Session Ticket: Option to disable for TLS 1.2 and below 4 years ago
  Eric Blankenhorn a3cbcf255f Fix from review 4 years ago
  David Garske 219cbd47eb Added support for AES GCM session ticket encryption. If ChaCha/Poly is disabled it will use AES GCM. Thanks Sean for the code in ZD 11511. 4 years ago
  Eric Blankenhorn 50843b22cd Check method for NULL 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
  toddouska b0979f4225 Merge pull request #3476 from dgarske/sniffer_hrr 4 years ago
  toddouska 9183c35fb8 Merge pull request #3446 from haydenroche5/client_want_write_sim 4 years ago
  toddouska 9bde34ef5b Merge pull request #3438 from douzzer/harmonize-CCM8-cipher-names 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
  John Safranek e996a7d15b Scan-Build Fixes 4 years ago
  David Garske 71d9f1e9bd Static ephemeral refactor to support loading both DHE and ECDHE keys. Added ability to specify key using snifftest input at run-time. Improved snifftest key loading for named keys and static ephemeral. 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
  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
  Daniel Pouzzner 1ba0883f4c introspection tweaks: rename wolfcrypt/src/debug.c to wolfcrypt/src/wc_debug.c; restore BUILD_WC_DEBUG gating for autotools inclusion of wc_debug.o and disable opportunistically when ENABLED_LEANTLS, ENABLED_LEANPSK, or ENABLED_LOWRESOURCE; add HAVE_WC_INTROSPECTION gate for libwolfssl_configure_args() and libwolfssl_global_cflags(). 4 years ago
  Daniel Pouzzner b918e1fd4c examples/: add -@ and -# flags to client and server, printing libwolfssl_configure_args() and libwolfssl_global_cflags() respectively. 4 years ago
  toddouska 7c89d10e53 Merge pull request #3260 from julek-wolfssl/non-blocking-scr 4 years ago
  Jacob Barthelmeh 6aa0eacc62 use correct key buffer for example private key 4 years ago
  JacobBarthelmeh bfb10ddfb5 NO_FILESYSTEM build on Windows 4 years ago
  Juliusz Sosinowicz a7fdfbaf40 Passing scr-app-data in to -i to client sends a message during SCR 4 years ago
  Daniel Pouzzner 10bf7a2086 examples/: fix undersized array lengths in client_usage_msg and server_usage_msg. 4 years ago