Commit Graph

  • 62a071262c move CYASSL_USER_IO back to MICROCHIP_PIC32 Chris Conlon 2013-04-17 10:19:18 -06:00
  • d50b388a33 add wildcard check to domain name match toddouska 2013-04-17 09:07:26 -07:00
  • b806ca3c2f help compiler with fp_div cast to 32bit toddouska 2013-04-16 15:29:03 -07:00
  • fe13b4b6c6 moved and renamed the CBIO error codes so they are publically available John Safranek 2013-04-16 12:32:55 -07:00
  • d279695314 changed ENDIAN_* to *_ENDIAN_ORDER John Safranek 2013-04-16 12:12:49 -07:00
  • 8eee0b1d4c add blake2 headers to dist v2.6.0 toddouska 2013-04-15 13:22:11 -07:00
  • 79432d9017 fix README typos, minor additions toddouska 2013-04-15 11:49:33 -07:00
  • f29da112c6 version.h update for non autoconf toddouska 2013-04-15 11:23:14 -07:00
  • 4da114354b release 2.6.0 README toddouska 2013-04-15 11:20:57 -07:00
  • 7c003c5755 add sanity check on cleanup for possible no init toddouska 2013-04-12 17:07:00 -07:00
  • fe0cd26b1e make clear where options.h came from toddouska 2013-04-12 16:50:16 -07:00
  • 991a9094e6 trying moving options save earlier, autogen sometimes toddouska 2013-04-12 13:18:53 -07:00
  • b90d0d305d add wolfSSL header to configure generated options.h toddouska 2013-04-12 12:56:44 -07:00
  • 3cfb270a4d make sure commit tests don't overwrite options.h toddouska 2013-04-12 12:19:46 -07:00
  • 0b7e18040c generate cyassl/options.h based on ./configure flags/settings for user app use toddouska 2013-04-12 11:21:38 -07:00
  • f6edc37549 change fastmath opt to 2 instead of 3, causes potential confilicts with aesni on non-aesni systems with gcc 4.6.3 toddouska 2013-04-12 09:29:31 -07:00
  • ba3e089596 add USE_ANY_ADDR for bind to any with echoserver toddouska 2013-04-11 21:51:17 -07:00
  • 8a6bd081c4 Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-04-11 15:00:42 -07:00
  • 997d6dccf3 fix windows ipv6 test w/ getaddrinfo toddouska 2013-04-11 14:52:04 -07:00
  • 6d49631170 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-04-11 14:10:32 -07:00
  • a74ac2b22c added case to DerToPem() to add EC header and footer to the PEM output John Safranek 2013-04-11 14:03:18 -07:00
  • 12f00a7acc change ipv6 tests to use getaddrinfo for better scope id % handling, inet_pton doesn't always work depending on system toddouska 2013-04-11 12:30:09 -07:00
  • b5c43d8ad4 don't default to loopback only for ipv6 tests, if inet_pton available allow lookups toddouska 2013-04-11 10:12:15 -07:00
  • 576cb10732 fix port 0 hack for unit tests with ipv6 toddouska 2013-04-10 17:09:53 -07:00
  • a2bd6e786d fix leanpsk NO_SHA build toddouska 2013-04-10 12:42:51 -07:00
  • f535e5428e make sure all tests/examples *.c use settings.h correctly toddouska 2013-04-10 12:17:23 -07:00
  • 97e0ec073f make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config toddouska 2013-04-10 11:04:29 -07:00
  • 185331f007 fix shadow on decl toddouska 2013-04-10 10:24:33 -07:00
  • 1ff98154e5 remove serial-tests and downgrade automake/autoconf version requirements toddouska 2013-04-10 10:21:56 -07:00
  • 27d6c727e0 add MICROCHIP_TCPIP Chris Conlon 2013-04-10 09:16:11 -06:00
  • 0edc19feb2 converting DerToPem, readjust output buffer size to account for size of header and footer when calling Base64_Encode John Safranek 2013-04-09 19:03:21 -07:00
  • e98193000a KEEP_PEER_CERT includes the function CyaSSL_X509_get_subjectCN John Safranek 2013-04-09 09:45:25 -07:00
  • bea9084071 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-04-08 16:03:27 -07:00
  • b0dca8ea69 updated SHOW_SIZES, opionally adds sizes as available, added flag to example client to print sizes John Safranek 2013-04-08 16:01:52 -07:00
  • 9b0ffa0249 brought CYASSL_CALLBACK code up to current standard John Safranek 2013-04-08 15:34:54 -07:00
  • eeb8cdccde s_fp_sub() bug fix Chris Conlon 2013-04-05 13:44:53 -06:00
  • 2dd22938d6 rearranged the HMAC header to tolerate having missing hash types John Safranek 2013-04-03 17:33:50 -07:00
  • bf69de7054 if using SHA-512 but not SHA-384, fix so that HMAC still works John Safranek 2013-04-03 16:41:44 -07:00
  • 786e4d9462 fixed leak of method when ctx malloc fails; implemented get_shutdown John Safranek 2013-04-03 16:35:19 -07:00
  • 217254b533 check CBIOCookie for NULL before trying to call it John Safranek 2013-04-02 16:36:07 -07:00
  • f73585eec8 HP/UX fixes, strsep impl Chris Conlon 2013-04-02 16:27:53 -06:00
  • 0480b2b60e update test crls toddouska 2013-04-01 15:55:03 -07:00
  • 1224d3d907 Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-04-01 15:52:23 -07:00
  • 0005b4cbe4 move pthread flags/libs to autoconf defines so available to library proper and external tests/examples toddouska 2013-04-01 15:50:13 -07:00
  • 13fb56d88e add SHA-384/512 to the full test case John Safranek 2013-04-01 15:42:57 -07:00
  • e9bc868dbb AES-GCM does not require SHA-384, but will use it if enabled in build; reorder some of the requirement checks to regroup some NO_RSA suite checks John Safranek 2013-04-01 14:25:20 -07:00
  • 7004b2eafc certs still use SHA hash for names John Safranek 2013-04-01 13:49:21 -07:00
  • 30553a43ed when disabling arc4, ignores contents of arc4.c John Safranek 2013-04-01 13:42:41 -07:00
  • 9975d1d675 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-04-01 13:39:09 -07:00
  • 44352b5673 don't return closed alert if peer sends fatal alert; respond to closed alert with closed alert John Safranek 2013-04-01 13:37:25 -07:00
  • 4b90474581 move CM VerifyBuffer out of no filesystem toddouska 2013-04-01 11:59:17 -07:00
  • 367429410f Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-03-29 14:07:41 -07:00
  • f8848aaa1b lower example client/server stack buffer sizes toddouska 2013-03-29 14:06:36 -07:00
  • a572967017 when checking for DTLS, only need to compare against major version John Safranek 2013-03-28 13:28:12 -07:00
  • 332fd68347 add lowmem to stacksize build toddouska 2013-03-28 11:38:27 -07:00
  • c5385f902c Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-03-28 11:30:10 -07:00
  • ee0595f543 add --enable-stacksize to print out stack use info with pthreads for example client/server toddouska 2013-03-28 11:28:38 -07:00
  • b6d49c5725 when using clang, dropped a compile flag that was causing errors on link John Safranek 2013-03-28 11:07:43 -07:00
  • 6aaf484b90 add mcapi MPLAB X project files Chris Conlon 2013-03-28 11:12:19 -06:00
  • f396de1191 add DTLS support for alignment toddouska 2013-03-27 16:58:27 -07:00
  • 3db8935093 configure switch to enable_static on if shared off when hardsetting for valgrind or cavium toddouska 2013-03-27 15:17:21 -07:00
  • 8a2936ebd4 Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-03-27 15:12:44 -07:00
  • 82e3c00075 add CYASSL_GENERAL_ALIGNMENT detection and setting for TLS alignment attempt toddouska 2013-03-27 15:11:49 -07:00
  • 4a5a251e80 Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-03-27 13:36:07 -07:00
  • 6d8246e98c fix scan-build 272 warnings toddouska 2013-03-27 12:32:22 -07:00
  • 8732fcddd9 replaced the serial-tests in configure.ac for now John Safranek 2013-03-27 12:12:16 -07:00
  • 2f6636559d Merge branch 'master' of github.com:cyassl/cyassl John Safranek 2013-03-27 10:22:56 -07:00
  • 547872683f adjustments to the example tests for Windows John Safranek 2013-03-27 10:22:50 -07:00
  • 7d287a6ba9 modified test port number to allow concurrent testing John Safranek 2013-03-26 22:00:39 -07:00
  • 7d82bec7fc do rabbit/hc128 alignment at crypto layer for non intel toddouska 2013-03-26 18:16:15 -07:00
  • 14b4bb3b0f change rabbit and hc128 to return values for key and process, will add error rets for alignment issues toddouska 2013-03-26 14:42:09 -07:00
  • f601b7bfda move aesni cbc encrypt align check down to crypto layer toddouska 2013-03-26 14:13:01 -07:00
  • 6bc7ba1592 change AesCBC end/dec to return status, will add failure cases with align checks toddouska 2013-03-26 12:36:39 -07:00
  • 8e53c7a62e fix inline type spot toddouska 2013-03-25 11:50:15 -07:00
  • 72926b1eed make sure blake2 calls denote it's the 'b' version, blake2b toddouska 2013-03-25 11:35:33 -07:00
  • 7279d3bf85 passed the -d and -N flags into the test executor John Safranek 2013-03-25 08:41:44 -07:00
  • 9d77ca744f fix C++ cast problem on make_eap toddouska 2013-03-24 13:06:22 -07:00
  • cb311e5708 explain C aesni asm naming fix in code too toddouska 2013-03-24 12:59:30 -07:00
  • 8a924244c5 change aesni asm function name to explicit asm for ABI underscore conflicts with clang/gcc differences toddouska 2013-03-24 12:53:35 -07:00
  • 80e3c85737 change inline assembly to more generic condition code in clobber list, clang likes it better this way toddouska 2013-03-24 11:09:58 -07:00
  • 75bb1a8fa7 only 1 LT_INIT in configure.ac, pass options there w/ prereq check toddouska 2013-03-23 12:15:02 -07:00
  • 2c452b305f Merge branch 'master' of github.com:cyassl/cyassl toddouska 2013-03-23 12:03:42 -07:00
  • d33f180760 blake2 32bit build warning fix toddouska 2013-03-23 12:02:14 -07:00
  • 436a51a0d7 Merge branch 'ccm' John Safranek 2013-03-22 17:29:30 -07:00
  • d7c01be8bb blake2 ctc api, test vecs toddouska 2013-03-22 13:30:44 -07:00
  • d8b85da693 remove c++ comments, switch to c toddouska 2013-03-22 12:10:53 -07:00
  • f65f86bb88 improvements to CCM, ssn6 John Safranek 2013-03-22 11:30:12 -07:00
  • d6deb690e6 Merge branch 'master' into blake2 toddouska 2013-03-22 10:20:01 -07:00
  • 7522550cbf add plib.h to mcapi test, optimize MPLAB ctaocrypt_test project Chris Conlon 2013-03-22 10:45:19 -06:00
  • ace69d1c77 bump dev branch toddouska 2013-03-21 19:27:29 -07:00
  • 359803fc7d add mcapi test performance tune, chris toddouska 2013-03-21 19:13:49 -07:00
  • 4d5712ca93 add mcapi pointer arg sanity checks toddouska 2013-03-21 13:39:13 -07:00
  • e63fa491aa add mcapi ecc with tests toddouska 2013-03-21 13:20:23 -07:00
  • 4210716c22 add mcapi rsa with test toddouska 2013-03-21 10:28:55 -07:00
  • 965b70c32f add mcapi aes direct with tests toddouska 2013-03-21 08:49:12 -07:00
  • 3ecab06841 add mcapi aes ctr with test toddouska 2013-03-21 08:33:02 -07:00
  • ea9784b32b cast size_t for printf mem output, c99 may not be available toddouska 2013-03-21 07:58:53 -07:00
  • c4714f71db add mcapi aes-cbc toddouska 2013-03-20 19:21:04 -07:00
  • 46442075f4 add mcapi tdes with tests toddouska 2013-03-20 18:35:26 -07:00
  • a6d29aa628 enable mc dbinit for mcapi test, chris toddouska 2013-03-20 15:54:08 -07:00