Commit Graph

  • 4a7e56442a bump dev version v2.4.2 toddouska 2012-11-14 17:57:27 -08:00
  • 3130f0da28 allow ecc.c to read settings toddouska 2012-11-14 17:55:20 -08:00
  • 5767db4cb5 minor warnings fixes toddouska 2012-11-13 18:32:13 -08:00
  • 54a7740cfe substitue posix.h for errno.h in MQX build Chris Conlon 2012-11-12 14:25:59 -07:00
  • 53c14bdf1f fix XMALLOC_USER typos toddouska 2012-11-07 17:10:34 -08:00
  • d6c4b37112 Merge branch 'nopb' John Safranek 2012-11-06 14:33:56 -08:00
  • d4c99ae663 added the rabbit and null cipher test configs to the dist build John Safranek 2012-11-06 14:30:52 -08:00
  • 557c2ae469 add CodeWarrior MQX example projects Chris Conlon 2012-11-05 15:55:08 -07:00
  • 21768d9626 test cert tmp fix toddouska 2012-11-05 14:15:38 -08:00
  • 4a007a2fa0 make MAX_CHAIN_DEPTH a build time define and default to 9 toddouska 2012-11-05 10:40:06 -08:00
  • b8c9247769 for lean-psk build: remove big int math, MD4, error strings John Safranek 2012-11-02 16:49:31 -07:00
  • 11c8e5afb8 add support for Kinetis K70 HW RNGA Chris Conlon 2012-11-02 17:49:30 -06:00
  • 917bc83c60 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2012-11-01 16:52:26 -07:00
  • e2ac17deb6 added ctaocrypt error.c to Windows projects John Safranek 2012-11-01 16:49:12 -07:00
  • a8c0351fe4 added pragma to new errors.c to hush a warning in Windows build John Safranek 2012-11-01 16:40:59 -07:00
  • b21bf90e1b update CTaoCrypt test for MQX example Chris Conlon 2012-11-01 17:08:07 -06:00
  • 5e48dcbeeb fixed build warning with Fortress build John Safranek 2012-11-01 15:59:13 -07:00
  • 9aa8b71525 Merge branch 'nocerts' John Safranek 2012-11-01 15:47:02 -07:00
  • 90e6a4dd8c linux build warnings fix John Safranek 2012-11-01 15:27:05 -07:00
  • 134c6b8b1b cleaning warnings in OCSP build John Safranek 2012-11-01 15:03:29 -07:00
  • ae905d70c4 crl warning fixes toddouska 2012-11-01 14:14:40 -07:00
  • 85e8f1988a leanpsk build removes cert code, moved ctaocrypt error strings to own file John Safranek 2012-11-01 12:36:47 -07:00
  • 0e2c236e77 fix x64 windows warnings, make sure word is 64bit toddouska 2012-11-01 12:21:47 -07:00
  • dc83cc6a0e fix VS2008 asn.c warning, CTaoCrypt RSA test Chris Conlon 2012-11-01 11:29:11 -06:00
  • f6304ae37a add support for Freescale MQX Chris Conlon 2012-11-01 11:23:42 -06:00
  • a4220120ba remove memset for setcokopt uninit toddouska 2012-10-31 15:43:08 -07:00
  • d732a2ef07 make suite test file name input arg longer toddouska 2012-10-31 15:25:39 -07:00
  • 6348f3f2c7 fix valgrind uninit warning on dtls setsockopt toddouska 2012-10-31 13:26:03 -07:00
  • 905cf9c018 fix valgrind warnings from yesterday changes toddouska 2012-10-31 12:54:56 -07:00
  • 01138a5c53 fix stack-check warnings for newer versions but fastmath still has some so take away warning for now toddouska 2012-10-30 17:35:12 -07:00
  • f175bd302d bump dev version toddouska 2012-10-30 16:23:59 -07:00
  • a6b201c051 added the PSK Null cipher test script to the release build John Safranek 2012-10-30 15:09:31 -07:00
  • 9871b13480 build test covers leanpsk John Safranek 2012-10-30 12:51:14 -07:00
  • 174618ebfb added build option for leanPSK John Safranek 2012-10-29 15:39:42 -07:00
  • cf1f1f3ae7 turn jobserver back on toddouska 2012-10-26 15:38:37 -07:00
  • 335de43333 Merge https://github.com/BrianAker/cyassl toddouska 2012-10-26 15:29:36 -07:00
  • ce297f67af Add in missing files for JOBSERVER. Brian Aker 2012-10-26 15:10:42 -07:00
  • 35b4f08049 add CyaSSL_send()/recv() with flags parameter toddouska 2012-10-26 15:09:58 -07:00
  • 91f075a5cf Add in m4/ax_print_to_file.m4 Brian Aker 2012-10-26 15:20:44 -04:00
  • a1e8cd532d disable jobserver for now, is broken on some systems toddouska 2012-10-26 10:36:20 -07:00
  • 994fc1f8e3 This add the generic structure required to have pkgconfig work. Brian Aker 2012-10-26 02:06:06 -04:00
  • 767b452d61 This dramatically speeds up the time taken to compile cyassl (assuming you have multiple cores...). Brian Aker 2012-10-26 00:35:52 -04:00
  • 60f28f322e Fixes install issue with rpm (I didn't notice that I got the install wrong until I tried to use it...). Brian Aker 2012-10-25 23:53:21 -04:00
  • d4d5243f4d add user ability to set IO read/write flags toddouska 2012-10-25 14:17:11 -07:00
  • 01ae0696af shorten64 fixes for key-gen/cert-gen toddouska 2012-10-25 12:31:11 -07:00
  • 0bbbea20be switch sniffer buffers to dynamic, reduce holding memory if large number of sessions cached toddouska 2012-10-24 17:37:57 -07:00
  • 3e7619c785 make sure sniffer frees handhsake resources early toddouska 2012-10-24 14:51:04 -07:00
  • f969bc3645 if sniffer sees ACK for missing packet(s) set to error, can't recover toddouska 2012-10-24 13:33:11 -07:00
  • bb5280d0e4 remove mktime check since takes forever on some systems toddouska 2012-10-24 12:09:53 -07:00
  • 0b4ed2c633 change to C_EXTRA_FLAGS for user addtions to CFLAGS since CFLAGS may contain -g -O2 even if user doesn't override, no way to tell toddouska 2012-10-24 12:01:11 -07:00
  • 6737f5beb9 Brian changes toddouska 2012-10-24 11:53:33 -07:00
  • ba2a7f2627 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2012-10-24 11:27:05 -07:00
  • 936d0ff7a9 fixed off-by-one dtls cookie size check. fixed some warnings when disabling features John Safranek 2012-10-24 11:05:50 -07:00
  • 2885d66b17 remove fatal sniffer error sessions right away toddouska 2012-10-23 16:32:47 -07:00
  • 1cb2f28308 align rabbit test keys and ivs toddouska 2012-10-23 13:48:16 -07:00
  • 57c6d46ea7 add more features output to end of configure toddouska 2012-10-22 17:39:50 -07:00
  • 4d719897a5 Merge branch 'master' of github.com:cyassl/cyassl toddouska 2012-10-22 17:29:19 -07:00
  • aef97af361 make rabbit optional with configure option toddouska 2012-10-22 17:28:46 -07:00
  • 5a421c04e7 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2012-10-22 14:50:02 -07:00
  • d78770c1e5 change null cipher to allow different buffers John Safranek 2012-10-22 14:48:27 -07:00
  • 3461c12083 Brian's c++/clang fixes, minor adjustments toddouska 2012-10-22 11:37:46 -07:00
  • cb08eb672e Merge branch 'master' of https://github.com/BrianAker/cyassl toddouska 2012-10-22 10:56:53 -07:00
  • 10306013bb Merge branch 'master' of github.com:cyassl/cyassl toddouska 2012-10-22 10:37:58 -07:00
  • b09d902ef4 add in ecc impl toddouska 2012-10-22 10:37:40 -07:00
  • ac998a0f7c Remove version (it is a generated file), also updated how visibility is done. Brian Aker 2012-10-20 21:24:28 -04:00
  • db8bd91488 Fix for some platforms that didn't want to insert the harden LIB in some cases. Brian Aker 2012-10-20 20:07:30 -04:00
  • 1be873533e This adds support for "make rpm" Brian Aker 2012-10-20 04:42:34 -04:00
  • a92b639155 add optional null cipher support for RSA John Safranek 2012-10-19 20:52:22 -07:00
  • f3b14343a5 Add support for correctly compiling on darwin12 Brian Aker 2012-10-19 20:21:35 -07:00
  • b883cc55a4 Fix rules around pthread usage to fix clang warning. Brian Aker 2012-10-19 20:09:17 -07:00
  • 1bc0dc53f9 Fixes for hardening flags. Brian Aker 2012-10-19 22:00:17 -04:00
  • a5d7a3ea8f fix opensslExtra with psk server example, add psk to commit tests toddouska 2012-10-19 12:54:15 -07:00
  • c974d77213 add shorten 64 to 32 warnings back on with fixes toddouska 2012-10-19 12:44:23 -07:00
  • ba4d058ba7 commit Brian Aker configure stuff plus remove old debug.m4 and switch -g to only debug and turn off -O2 without since we use -Os and -O3 instead toddouska 2012-10-19 11:44:16 -07:00
  • 218ae522c6 Merge https://github.com/BrianAker/cyassl toddouska 2012-10-19 11:17:42 -07:00
  • 114436e587 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2012-10-19 10:40:59 -07:00
  • 346a52a58c add optional null cipher support for PSK John Safranek 2012-10-19 10:37:21 -07:00
  • a89ec1ac91 show server read/write block message in server example toddouska 2012-10-19 10:14:26 -07:00
  • afe043ee6c This should fix the issue around compiling cyassl with a C++ compiler. Brian Aker 2012-10-19 00:30:21 -04:00
  • 32dd1ab006 fix example/client non-blocking usage flag to big N toddouska 2012-10-17 14:06:50 -07:00
  • e3f54f332e Merge branch 'master' of github.com:cyassl/cyassl toddouska 2012-10-17 13:38:58 -07:00
  • cc0c89b02d psk test warning fixes toddouska 2012-10-17 13:38:49 -07:00
  • 454bfa4abd Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2012-10-17 13:14:34 -07:00
  • fe632a3f77 added non-blocking and session resume as example server and client command line options John Safranek 2012-10-17 13:13:58 -07:00
  • ef47f1a25e fix with libz dynamic type toddouska 2012-10-17 10:09:28 -07:00
  • c11620f9b4 Merge branch 'master' of github.com:cyassl/cyassl toddouska 2012-10-17 10:05:05 -07:00
  • dc708f4f5b turn on webserver build for some settings toddouska 2012-10-17 10:04:44 -07:00
  • d99c5d8e06 fixed aes-ctr test case v2.4.0 John Safranek 2012-10-10 14:07:10 -07:00
  • 8760e6ac3e fixed build warnings & aes-gcm/ni conflict John Safranek 2012-10-10 12:15:13 -07:00
  • a503f13321 update readme and version number John Safranek 2012-10-10 08:55:53 -07:00
  • 6c0d473027 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2012-10-09 16:20:53 -07:00
  • e673b1852a fixed windows build warnings John Safranek 2012-10-09 16:13:05 -07:00
  • 6abadd2f2a fix ecc warnings toddouska 2012-10-09 14:04:27 -07:00
  • b76c42da7b fix bump test warnings toddouska 2012-10-09 11:33:09 -07:00
  • 400b1f1ae6 test client and server use select in non-blocking mode John Safranek 2012-10-08 15:49:30 -07:00
  • 4a739f6bc7 sniffer handshake state fix for sanity checks toddouska 2012-10-05 13:39:11 -07:00
  • 57e7e28d6d Merge branch 'master' of github.com:cyassl/cyassl toddouska 2012-10-03 17:10:05 -07:00
  • 9ca07d1f4d dtls may have different first handshake message toddouska 2012-10-03 17:09:45 -07:00
  • 0d80343073 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2012-10-03 16:53:55 -07:00
  • 257d10a69f sanity check for out of order handshake messages toddouska 2012-10-03 16:44:08 -07:00