Commit History

Author SHA1 Message Date
  David Garske 4c89a21d12 Updates from peer review. Refactor to combine some BIO elements into `ptr`. Revert change to BIO_set_fd. 5 years ago
  cariepointer 2dafd2102c Add Apache HTTP Server compatibility and --enable-apachehttpd option (#2466) 5 years ago
  Takashi Kojo fd0390430d Give error code resolution to wolfSSL_CertManagerCheckOCSPResponse 5 years ago
  Jacob Barthelmeh af8395b17b revert early free of OCSP buffer after finding it is revoked 5 years ago
  John Safranek 7aa159ca6d Merge pull request #2157 from kojo1/ocsp_staple 5 years ago
  Takashi Kojo 744c247e92 change CheckOCSP_staple to OCSPResponse, move to ssl.h 5 years ago
  John Safranek 246c444b93 Updates for v4.0.0 5 years ago
  Takashi Kojo 9e93bd1000 fix memory leak for multiple status 5 years ago
  Takashi Kojo 5e0a77704b argument check 5 years ago
  Takashi Kojo 801ef2c62c add wolfSSL_CertManagerCheckOCSP_Staple 5 years ago
  Jacob Barthelmeh 6ac384793f memory management with OCSP requests 5 years ago
  Chris Conlon 8a6a9e7620 Merge pull request #1820 from kojo1/portingAid 6 years ago
  John Safranek e730cda550 Validate Date 6 years ago
  Takashi Kojo 08c2d94011 return value check of XFSEEK 6 years ago
  Sean Parkinson 7fbe1d3049 Fix support for OCSP and Nginx 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
  Eric Blankenhorn 86767e727c Fixes for CID 185033 185028 185142 185064 185068 185079 185147 6 years ago
  Takashi Kojo a11e389bc8 EVP_PKEY templates 7 years ago
  David Garske de05c563b6 Fix to handle non-blocking OCSP when `WOLFSSL_NONBLOCK_OCSP` is defined and not using async. OCSP callback should return `OCSP_WANT_READ`. Added ability to simulate non-blocking OCSP using `TEST_NONBLOCK_CERTS`. 6 years ago
  David Garske fa01c41ea9 Build fixes for building without filesystem. 7 years ago
  David Garske 911b6f95f8 Release v3.12.2 (lib 14.0.0). Updated copywright. 7 years ago
  toddouska 6fd53d31c2 Merge pull request #1157 from dgarske/old-names 7 years ago
  David Garske 6021c37ec7 Refactor `WOLF_SSL_` to `WOLFSSL_` (much better). 7 years ago
  David Garske 6707be2b0e Added new `--disable-oldnames` option to allow for using openssl along-side wolfssl headers (without OPENSSL_EXTRA). Add `--enable-opensslcoexist` which makes sure `oldnames` is disabled. Refactor of `SSL_` to `WOLF_SSL_`. Refactor of `SHA`, `MD5`, `SHA224`, `SHA256`, `SHA512` and `SHA384` to `WC_` naming. 7 years ago
  David Garske 280de41515 Improvement to `wolfSSL_SetOCSP_Cb` to set the context per WOLFSSL object (callback functions are same). Adding API unit tests next. 7 years ago
  David Garske c55575665f Cleanup to use `WANT_READ` instead of async `WC_PENDING_E` for non-blocking OCSP and CRL. 7 years ago
  David Garske b3a85bc2c7 Fixes for OCSP and CRL with non-blocking sockets. Fix for OCSP and CRL file descriptor check to allow 0. 7 years ago
  David Garske 9491027c85 Fixes for coverity scan (part 2). 7 years ago
  toddouska 1a0b408658 Merge pull request #883 from dgarske/fixes_coverity 7 years ago
  Jacob Barthelmeh 450ff55d83 fix warnings and errors with FreeBSD PowerPC 7 years ago