Commit History

Author SHA1 Message Date
  kaleb-himes ffe7b38409 correct logic to allow for static RSA if ECC and no Curves 8 years ago
  kaleb-himes bf4d6454b1 if connection to google.com and using ECC need supported curves 8 years ago
  David Garske 2af9fb91b3 Use += approach to detect "done" in example client for external tests. Cleaner and code is smaller to accomplish same thing. 8 years ago
  kaleb-himes c920e6dd30 Avoid unnecessary assignments in client example 8 years ago
  Jacob Barthelmeh 611e37b3e8 naming for AEAD macros and TLSX with chacha-poly 8 years ago
  Jacob Barthelmeh 7d71d756f3 update ChaCha20-Poly1305 to most recent RFCs 8 years ago
  toddouska 1d473ab7b5 resolve issue #255, no sha284 with wolfssl cert chain and external test 8 years ago
  kaleb-himes 84ae9a9ae5 Also account for 32-bit users 8 years ago
  kaleb-himes a973eca4b8 accounts for assumptions with external ocsp stapling test 8 years ago
  Moisés Guimarães ec9d23a9c3 Merge branch 'csr' 8 years ago
  John Safranek 92cb8eee61 revise the comments about port 0 use in the example client and server 8 years ago
  John Safranek 4b836f8476 added note to client and server regarding port 0 8 years ago
  John Safranek d17549f848 update example client ShowVersions() to not show disabled old-tls versions 8 years ago
  toddouska e503b89ca1 allow sniffer build with -v 0 examples to work 8 years ago
  Takashi Kojo 4217ef5475 fixed mdk4 macro control in example server/client, echoserver/client 8 years ago
  John Safranek 02411ccced add F back into the client command line options scanning 8 years ago
  Moisés Guimarães dccbc1cdd4 fixes ocsp nonce extension decoding; 9 years ago
  toddouska fbd4f8a6ed fix merge conflict 9 years ago
  Moisés Guimarães 21d70636dc Merge branch csr into 'master' 9 years ago
  toddouska e76f95465d Merge pull request #170 from dgarske/master 9 years ago
  lchristina26 723fc3761b Example client/server compatible with VxWorks 9 years ago
  David Garske f977caa492 Cleanup of the test code that looks for the WolfSSL root directory. Now it tries to open the certs/ntru-cert.pem file in each directory up (limited to 5) until it opens it. 9 years ago
  toddouska c93c6c9bf4 add wolfSSL_new() pointer return check on all calls in example client 9 years ago
  David Garske 10eab5047a Fixed compile issues with example server/client. Fixed issue with using XMALLOC/XFREE being used in examples. Fixed issue with "int select_ret" declaration scope. Fixed issue with test.h HAVE_SESSION_TICKET "static rng" name. 9 years ago
  toddouska 74e981093d fix merge conflict misses on alpn example letter change 9 years ago
  David Garske fdab3943be Added throughput benchmarking for client/server examples and added helper script "scripts/benchmark.test". Added example client option: "-B <num>" Benchmarking throughput. Added example server options: "-B <num>" Benchmark throughput, "-e" Echo data, "-i" Loop / Accept multiple connections. Cleanup of the include.am for examples. Cleanup of tcp_connect with DTLS enabled. Cleanup of the valid socket checking. Cleanup trailing whitespace. 9 years ago
  toddouska a0a4386504 fix alpn example client merge command options 9 years ago
  toddouska dfc733a304 switch example client max fragment arg to -F to make -L open on both client and server 9 years ago
  toddouska b1c5f3b299 add show every cipher suite to examples/client 9 years ago
  toddouska a8b5c57dd2 make sure external tests have a valid cipher 9 years ago