Commit History

Author SHA1 Message Date
  Daniel Pouzzner f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 10 months ago
  Juliusz Sosinowicz 7af1f0cf05 Add additional windows logging for DoMonitor 11 months ago
  Juliusz Sosinowicz 5f65752414 Refactor alerts into one location 1 year ago
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 year ago
  Stefan Eissing 45f9ef5dd9 Improvements in OpenSSL Compat ERR Queue handling. 1 year ago
  JacobBarthelmeh 143dac64a3 account for 'pulled' error nodes 1 year ago
  Daniel Pouzzner dfa603e502 fixes for warnings and defects around QUIC and ALPN -- fixes for clang-diagnostic-gnu-zero-variadic-macro-arguments, clang-analyzer-deadcode.DeadStores, clang-analyzer-core.UndefinedBinaryOperatorResult, clang-analyzer-security.insecureAPI.strcpy, and an overrun prevention assert in wolfSSL_ALPN_GetPeerProtocol(). 1 year ago
  Daniel Pouzzner dcebd0d349 wolfssl/wolfcrypt/logging.h: when !WOLFSSL_VERBOSE_ERRORS, define WOLFSSL_ERROR_VERBOSE(e) as (void)(e) to avert clang-analyzer-deadcode.DeadStores, and avert bare semicolons. 1 year ago
  Juliusz Sosinowicz 126a570a37 Add HAVE_WOLFSSL_MSG_EX define when WOLFSSL_MSG_EX is available 1 year ago
  Hayden Roche 3bf21b5a05 Expand error queue usage with new macro WOLFSSL_ERROR_VERBOSE. 1 year ago
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 1 year ago
  Marco Oliverio 8e3d7fc6f4 wolfcrypt: logging: use do{}while(0) to disable WOLFSSL_MSG* macro 2 years ago
  Juliusz Sosinowicz 4013f83e4f Add some missing logs and implement WOLFSSL_MSG_EX() 2 years ago
  John Safranek 001469589b Old Compiler Warning Cleanup (GCC 4.0.2) 2 years ago
  Juliusz Sosinowicz 017d6cf464 Simplify error queue macros 2 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  Daniel Pouzzner c5e2ccabb1 fix --enable-stacksize-verbose: relocate declarations for HAVE_STACK_SIZE_VERBOSE global variables from wolfssl/test.h to wolfssl/wolfcrypt/logging.h, matching their location in wolfcrypt/src/logging.c. 3 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. 3 years ago
  Eric Blankenhorn 936312f77e Adding ERR_print_errors_cb 4 years ago
  Juliusz Sosinowicz fbedabe601 OpenSSH changes 4 years ago
  Chris Conlon 45c5a2d39c update copyright to 2020 4 years ago
  Jacob Barthelmeh 2e5258fe15 add --disable-errorqueue option 4 years ago
  cariepointer 2dafd2102c Add Apache HTTP Server compatibility and --enable-apachehttpd option (#2466) 4 years ago
  John Safranek 246c444b93 Updates for v4.0.0 5 years ago
  John Safranek d168d60ade Server Side Secure Renegotiation 5 years ago
  Takashi Kojo 3ff8c45aa8 FILE to XFILE 6 years ago
  Sean Parkinson 9600266483 WOLFSSL_FUNC_TIME changes 6 years ago
  Sean Parkinson 0b47811c46 Changes for interop and performance 6 years ago
  David Garske ce6728951f Added a new `--enable-opensslall` option, which ensures all openssl features are enabled. Documented and tested building the various open source defines we support in our build. 6 years ago
  connerwolfssl 841e75afcf Merge branch 'master' of https://github.com/wolfssl/wolfssl 6 years ago