Commit History

Author SHA1 Message Date
  David Garske 8984ce03e9 Refactor BIO read/write to use switch. 3 years ago
  David Garske 072e6e010c Handle the BIO want read in BioReceive. 3 years ago
  David Garske 5c762afb94 Fix for BIO with callbacks not called after PR #3824 (was always returning WANT_READ). 3 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  JacobBarthelmeh 4ad1b52108 Merge pull request #3824 from julek-wolfssl/ssl-bio-use-chain 3 years ago
  Juliusz Sosinowicz d7838155e5 WOLFSSL_BIO_SSL BIO should use remaining chain for IO 3 years ago
  TakayukiMatsuo 871933e3e8 Add s comment to wolfSSL_BIO_tell 3 years ago
  TakayukiMatsuo 362d2a2d68 Moved int pos declaration at the top the func 3 years ago
  TakayukiMatsuo 9e4dcfb66c Add wolfSSL_BIO_tell 3 years ago
  Juliusz Sosinowicz 77c730361e Jenkins fixes 3 years ago
  Juliusz Sosinowicz 7df8f2e2bb Internal unit tests 4 years ago
  Juliusz Sosinowicz 753a3babc8 OpenSSL Compat layer 4 years ago
  Juliusz Sosinowicz 4aa30d0bde Add CSR parsing capabilities to ParseCertRelative and wc_GetPubX509 4 years ago
  Juliusz Sosinowicz 1a50d8e028 WIP 4 years ago
  Juliusz Sosinowicz a7ec58003e PKCS7 changes 4 years ago
  Elms 86b2118550 Address some cppcheck issues 4 years ago
  David Garske 6d5731b8e9 Fixes for HMAC_CTX cleanup not being called to free SHA2 resources with `WOLFSSL_SMALL_STACK_CACHE`. Added return code checking and cleanup for `openssl_test`. 4 years ago
  Tesfa Mael 890500c1b1 Fix Coverity 4 years ago
  Eric Blankenhorn 1487917214 Fix EVP_MD_CTX_type to return NID 4 years ago
  Jacob Barthelmeh 51d55ed1c8 account for different peer certificate in test case, g++ build fix, static memory size increase 4 years ago
  Eric Blankenhorn 258382048d Fix test failures 4 years ago
  Jacob Barthelmeh 65732c2269 add bio retry and set close tests 4 years ago
  Jacob Barthelmeh 3137312911 update to implementation of BIO_MD type 4 years ago
  Sean Parkinson 55ea2facdd Changes to clear issues raised by cppcheck 4 years ago
  JacobBarthelmeh 6b4551c012 Merge pull request #2654 from cariepointer/qt-512-513 4 years ago
  Chris Conlon 45c5a2d39c update copyright to 2020 4 years ago
  Eric Blankenhorn b83804cb9d Correct misspellings and typos from codespell tool 4 years ago
  Carie Pointer ee13dfd878 Add Qt 5.12 and 5.13 support 4 years ago
  David Garske 9a4614f6e1 Fix for possible uninitialized `memSz` in bio.c 4 years ago
  David Garske ca5549ae91 Improvements for `XFTELL` return code and `MAX_WOLFSSL_FILE_SIZE` checking. 4 years ago