Commit History

Author SHA1 Message Date
  Sean Parkinson 343e8bccdd ssl.c: move TXT and CONF APIs out into conf.c 2 years ago
  David Garske 3a5f78b55a Merge pull request #4919 from julek-wolfssl/ZD13737 2 years ago
  Juliusz Sosinowicz bdb7399398 Reported in ZD13737 2 years ago
  Juliusz Sosinowicz c7c3ee00bb Address code review 2 years ago
  Sean Parkinson d33b787993 BIO: move APIs out of ssl.c 2 years ago
  Juliusz Sosinowicz e78f7f734e Add Apache 2.4.51 support 2 years ago
  Daniel Pouzzner 0b4f34d62a typographic cleanup: fix whitespace, remove unneeded UTF-8, convert C++ comment constructs to C. 2 years ago
  Sean Parkinson 69d5405e91 Merge pull request #4350 from cconlon/pythonCompatD 2 years ago
  David Garske 847b8f9a1f Reduce openssl verbosity in BIO due to `PEM_X509_INFO_read_bio` reading 1 byte at a time. Remove duplicate `PEM_X509_INFO_read_bio` macro. (#4428) 2 years ago
  Chris Conlon 9e4ab9b638 Add BIO_up_ref(), PEM_read_DHparam(), EVP_MD_nid() (#4348) 2 years ago
  Chris Conlon 82a3d79c2f unnecessary variable init, else formatting in bio.c 2 years ago
  Hayden Roche ec0335cdb3 Use WOLFSSL_SUCCESS instead of 1. 2 years ago
  Jacob Barthelmeh 3f534e7e07 return macro and macro guards 2 years ago
  Chris Conlon f6b91f04ed BIO_set_nbio() should always return 1, check input bio for NULL before using 2 years ago
  TakayukiMatsuo c8bcfe4763 Add implementation to make wolfSSL_BIO_flush work for WOLFSSL_BIO_FILE (#4395) 2 years ago
  Eric Blankenhorn 649aa9c95f Add error handling to wolfSSL_BIO_get_len (#4385) 2 years ago
  Hayden Roche 7ff1351971 Make changes to support libimobiledevice. 2 years ago
  John Safranek 2c62880fd2 flags update 2 years ago
  David Garske c6c7dfd5db Merge pull request #4053 from SparkiDev/cppcheck_fixes_6 3 years ago
  Sean Parkinson c6646ae9c8 Merge pull request #4044 from julek-wolfssl/ZD12270 3 years ago
  Sean Parkinson 2c6285ccba cppcheck: fixes from reviewing report 3 years ago
  Juliusz Sosinowicz 58e7d5388a Check for XREAD when XFREAD fails 3 years ago
  David Garske c88afdef87 Fixes for building with `WOLFSSL_USER_IO` (with no built-in socket support). Related to issue #3998. 3 years ago
  Juliusz Sosinowicz beff4daf7e Refactor wolfSSL_BIO_BASE64_write to simplify its logic 3 years ago
  David Garske f298bb9f22 Peer review feedback. 3 years ago
  David Garske 4747ba9ccb Fix for BIO base64 write valgrind issue. 3 years ago
  David Garske 5ebe5d071f Fixes for `wolfSSL_BIO_BASE64_write` changes. 3 years ago
  Juliusz Sosinowicz 1a9d59c185 `front` may be unused and generate a warning 3 years ago
  Juliusz Sosinowicz d257cf5003 Return error when using not compiled in BIO 3 years ago
  David Garske 5b751d9eaa Fix for possible unused label "exit_chain". 3 years ago