Commit History

Author SHA1 Message Date
  John Safranek 2f9c9b9a22 Add cipher suite ECDHE-ECDSA-AES128-CCM 8 years ago
  Jacob Barthelmeh e214086dce tlsx with static memory / account for session certs size 8 years ago
  Jacob Barthelmeh 2feee8856e revise static memory and update heap hint 8 years ago
  Jacob Barthelmeh 104ff12e76 add staticmemory feature 8 years ago
  Ludovic FLAMENT ed4f67058a Merge branch 'master' of https://github.com/wolfssl/wolfssl 8 years ago
  toddouska b8c0802e3c Merge pull request #414 from JacobBarthelmeh/DTLS-MultiCore 8 years ago
  Jacob Barthelmeh 8c45cb1938 add DTLS session export option 8 years ago
  Chris Conlon 8f3e1165a1 add Whitewood netRandom client library support 8 years ago
  Chris Conlon 4b16600011 fix type comparison on 32bit for starttls, zero tmp buffer 8 years ago
  John Safranek f9ab61db5d Merge pull request #402 from cconlon/starttls 8 years ago
  Chris Conlon a94383037c use send/recv instead of write/read with STARTTLS for winsock compatibility 8 years ago
  toddouska 52d6fb575b Merge pull request #395 from cconlon/starttls 8 years ago
  Chris Conlon 46addfb130 move example client STARTTLS into separate funcs 8 years ago
  Chris Conlon 5abeeff919 add STARTTLS support to example client 8 years ago
  Takashi Kojo cab1ebf2d6 move MDK5 current_time to test.h 8 years ago
  Takashi Kojo 35c5353698 fixed current_time argument 8 years ago
  Takashi Kojo cfd5af341b fixed test.c compile error and server.c/client.c/ssl.c warnings with MDK5 compiler. 8 years ago
  kaleb-himes 1b7cd5cb06 consolidate handling of dead assignment warnings 8 years ago
  kaleb-himes c6e9021732 scan-build warnings related to enable-psk, disable-asn,rsa,ecc 8 years ago
  toddouska 63b1282e67 Merge pull request #335 from dgarske/asynccrypt 8 years ago
  David Garske 4472152b18 Added new "wolfSSL_poll" which filters event queue by ssl object pointer. Changed wolfSSL_CTX_poll to support using WOLF_POLL_FLAG_PEEK flag to peek at events and return count. Removed "wolfssl_CTX_poll_peek". Switched the examples (test.h AsyncCryptPoll) to use just the WOLFSSL object and call new wolfSSL_poll. Added warning when using the "--enable-asynccrypt" option to make sure users know they need real async.c/.h files. 8 years ago
  Jacob Barthelmeh 696169634e check return value of wolfSSL_set_fd 8 years ago
  Jacob Barthelmeh e99a5b0483 prepare for release v3.9.0 8 years ago
  David Garske e1787fe160 Added "--enable-asynccrypt" option for enabling asynchronous crypto. This includes a refactor of SendServerKeyExchange and DoClientKeyExchange to support WC_PENDING_E on key generation, signing and verification. Currently uses async simulator (WOLFSSL_ASYNC_CRYPT_TEST) if cavium not enabled. All of the examples have been updated to support WC_PENDING_E on accept and connect. A generic WOLF_EVENT infrastructure has been added to support other types of future events and is enabled using "HAVE_WOLF_EVENT". Refactor the ASN OID type (ex: hashType/sigType) to use a more unique name. The real "async.c" and "async.h" files are in a private repo. 8 years ago
  Jacob Barthelmeh 060e278559 Merge branch 'master' of https://github.com/wolfSSL/wolfssl into Certs 8 years ago
  David Garske 2891939098 Remove NO_CERT and NO_CODING. Enable building of the client with leantls. 8 years ago
  Jacob Barthelmeh 112cf1f0c9 fix example client help print out 8 years ago
  Jacob Barthelmeh d969e2ba11 automated test for trusted peer certs 8 years ago
  Jacob Barthelmeh 05d2cec7c1 addition to api tests and refactor location of trusted peer cert check 8 years ago
  kaleb-himes 46b34c19d0 wolfssl.com and google.com now differ in pre-reqs for external test 8 years ago