Commit History

Author SHA1 Message Date
  David Garske 2bae1d27a1 wolfSSL Compatibility support for OpenVPN 5 years ago
  JacobBarthelmeh c3e99e1394 Merge pull request #2510 from tmael/bio_base64 5 years ago
  Jacob Barthelmeh f2a3da94b6 refactor some openssl extra functions for cryptonly use 5 years ago
  Tesfa Mael ccc500e13f Correct return value from wolfSSL_BIO_BASE64_write() 5 years ago
  Tesfa Mael a84fbeae6b Fix for a memory BIO and handle BIO chains 5 years ago
  David Garske 4c89a21d12 Updates from peer review. Refactor to combine some BIO elements into `ptr`. Revert change to BIO_set_fd. 5 years ago
  David Garske 606b76d06e Fix for WPAS certificate size difference. Fix so BIO_METHOD is compatible. Moved BIO stuff into bio.h. 5 years ago
  David Garske a5f9d38c0d Remove the BIO method custom... its not compat. Fix bio->ptr to be `void*`. 5 years ago
  David Garske 872d222b59 * Adds the following openssl compatibility API's: 5 years ago
  cariepointer 2dafd2102c Add Apache HTTP Server compatibility and --enable-apachehttpd option (#2466) 5 years ago
  David Garske 074e770c98 * Fix to ensure user_settings.h can be included for bio.c and evp.c when IDE or compiler tries to build it directly. Allows for wildcard .c include along with `WOLFSSL_IGNORE_FILE_WARN`. 5 years ago
  John Safranek 246c444b93 Updates for v4.0.0 5 years ago
  David Garske 38303cf27b More spelling fixes. 5 years ago
  Takashi Kojo 4d03b55fef XBADFILE in bio.c 6 years ago
  Go Hosohara fd634141bd wolfSSL_get_rbio,wolfSSL_get_wbio. 6 years ago
  Takashi Kojo e6612b34f7 use XFILE, BADFILE, XFxxxx 6 years ago
  David Garske f23915baa1 Fix for BIO ssl case, which is not supported (for the Boost.Asio project this isn't required either). 6 years ago
  David Garske ff7d2fefdc Fix for DH max size calc not including DH_Pub. 6 years ago
  David Garske eca64717be Fix for `BIO_wpending` to work correctly. 6 years ago
  Eric Blankenhorn 6a6f5d01b4 Fix for zd4060 6 years ago
  Eric Blankenhorn 9bc0e0c4fc Static analysis fixes (#1658) 6 years ago
  Eric Blankenhorn 36b9b0b558 Updates from code review 6 years ago
  Eric Blankenhorn 86767e727c Fixes for CID 185033 185028 185142 185064 185068 185079 185147 6 years ago
  toddouska d5c1cf4fc7 Merge pull request #1327 from dgarske/ignore_file_warn 6 years ago
  David Garske 1276d21d8e Added `WOLFSSL_IGNORE_FILE_WARN` option to ignore warning for `.c` files that do not need to be included. 6 years ago
  Jacob Barthelmeh 676e2f1f63 add comments and remove 2999 bit rsa key test for now 6 years ago
  Jacob Barthelmeh bf57da1914 static analysis fixes, free buffer return in test case, fips build 6 years ago
  Jacob Barthelmeh 19244fc0c9 fix memory management 7 years ago
  Jacob Barthelmeh 248dce258e update dynamic type when freeing bio mem 7 years ago
  Jacob Barthelmeh fcb1a10a3c upadte memory bio read and setting bios in ssl struct 7 years ago