Commit Verlauf

Autor SHA1 Nachricht Datum
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 vor 2 Jahren
  Daniel Pouzzner ccc5952369 global fixup to check or explicitly ignore return values from failable library/system calls that weren't already being checked; vor 2 Jahren
  David Garske aa8df1af78 Fixes for building without DTLS v1.2 and TLS v1.2. Fixes for explicit cast warnings. vor 2 Jahren
  Daniel Pouzzner c4920021d8 print errors to stderr, not stdout; vor 2 Jahren
  David Garske 3839b0e675 Fixes for building wolfSSL along side openssl. vor 2 Jahren
  Daniel Pouzzner 2955d7339e remove a debugging printf, fix whitespace/indentation, and add a comment re gethostbyname_r buffer size. vor 2 Jahren
  Daniel Pouzzner 6a56d3e131 jumbo patch of fixes for clang-tidy gripes (with some bug fixes). vor 2 Jahren
  Hayden Roche 52754123d9 Call wc_SetSeed_Cb and wolfCrypt_SetPrivateKeyReadEnable_fips in wolfSSL_Init. vor 2 Jahren
  John Safranek 976402e04b RNG Update vor 3 Jahren
  Daniel Pouzzner 768496be4a scan-build LLVM-13 fixes: in examples/echoclient/echoclient.c, remove frivolous "break;", avoiding need to pragma-ignore clang -Wunreachable-code-break. vor 3 Jahren
  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. vor 3 Jahren
  David Garske 2e4e65f518 Asynchronous support for TLS v1.3 TLSX ECC/DH key generation and key agreement vor 3 Jahren
  Sean Parkinson 2c6285ccba cppcheck: fixes from reviewing report vor 3 Jahren
  Jacob Barthelmeh c729318ddd update copyright date vor 3 Jahren
  Sean Parkinson d8b58286d1 TLS 1.3: PSK only vor 4 Jahren
  JacobBarthelmeh bfb10ddfb5 NO_FILESYSTEM build on Windows vor 4 Jahren
  David Garske dffc677561 Fix for TLS v1.3 with `--enable-sniffer`. vor 4 Jahren
  David Garske 3b63e55a68 Fix for TLS v1.3 PSK tests work with additional cipher suites (not just `TLS13-AES128-GCM-SHA256`) and the echo server/client. vor 4 Jahren
  David Garske 8300754ecd Fix for "testsuite" with TLSv1.3 and `--enable-sniffer`. vor 4 Jahren
  Sean Parkinson 411aee6e05 Fixes from cppcheck vor 4 Jahren
  Sean Parkinson 2c6eb7cb39 Add Curve448, X448, Ed448 implementations vor 4 Jahren
  Sean Parkinson 55ea2facdd Changes to clear issues raised by cppcheck vor 4 Jahren
  Chris Conlon 45c5a2d39c update copyright to 2020 vor 4 Jahren
  John Safranek 246c444b93 Updates for v4.0.0 vor 5 Jahren
  Sean Parkinson 6d3e145571 Changes to build with X25519 and Ed25519 only vor 6 Jahren
  Sean Parkinson a03c15e598 Allow NO_WOLFSSL_CLIENT/SERVER to compile and pass tests vor 6 Jahren
  David Garske 6de8348918 Fixes for various build configurations. Added `--enable-enckeys` option to enable support for encrypted PEM private keys using password callback without having to use opensslextra. Moved ASN `CryptKey` function to wc_encrypt.c as `wc_CryptKey`. Fixup some missing heap args on XMALLOC/XFREE in asn.c. vor 6 Jahren
  Takashi Kojo 8c000c05ee refactor MDK options in client/server.c vor 6 Jahren
  David Garske d5cc3ca198 Disable TLS v1.0 by default. Added new `--enable-tlsv10` option to force enable (only works if --enable-oldtls is set, which is on by default). vor 7 Jahren
  toddouska 8a01d725da Merge pull request #1177 from dgarske/certreq_tests vor 7 Jahren