Commit Graph

121 Commits

Author SHA1 Message Date
toddouska 6773287895 add --enable-des3 and build, no strnstr in tests 2013-03-12 09:46:15 -07:00
toddouska 1628b6f83f add --enable-sha and build, disables examples for now since certs still use sha, when add --disable-certs add more thorough check 2013-03-11 17:53:38 -07:00
toddouska 7914938e60 --enable-md5 and build, needs NO_OLD_TLS, suite test version check 2013-03-11 17:37:08 -07:00
toddouska 894a35a0f2 add --enable-arc4 and build 2013-03-11 17:13:24 -07:00
toddouska 5a0d108cd9 add --enable-aes and build 2013-03-11 17:07:37 -07:00
toddouska f232ff84b4 add --enable-pwdbased and build, opensslextra needs 2013-03-11 17:01:05 -07:00
toddouska 7719cd9faa add --enable-dsa 2013-03-11 16:39:06 -07:00
toddouska 2ab409df96 add --enable-md4 2013-03-11 16:26:08 -07:00
toddouska 87ad65d33f add --disable-rsa, bump dev version 2013-03-11 12:49:59 -07:00
toddouska 44e0d7543c change copyright name with name change 2013-02-05 12:44:17 -08:00
toddouska f4f13371f9 update copyright date 2013-02-04 14:51:41 -08:00
toddouska 36f62a5707 fix CyaSSL_write memory error return, bump dev version 2013-02-04 14:11:20 -08:00
toddouska 543d81ba97 release 2.5.0 2013-02-04 13:11:21 -08:00
Todd Ouska a361f5c4bf initial cavium, crypto only, no rsa 2013-01-29 16:22:49 -08:00
John Safranek 425d418dee added stubs, tests, and benchmark for Camellia to ctaocrypt 2013-01-17 21:52:31 -08:00
John Safranek b327925a1b Merge branch 'ccm' 2013-01-15 16:37:37 -08:00
John Safranek ccff37f4b1 added TLS support for AES-CCM-8 2013-01-15 15:20:30 -08:00
toddouska 1139ad76aa automake really needs 1.12, autoconf works with 2.65 2013-01-15 14:33:29 -08:00
toddouska 6993bc58b1 require automake 1.11 for serial-tests 2013-01-15 14:08:49 -08:00
toddouska 4567e05851 require newer autconf 2013-01-15 11:50:23 -08:00
John Safranek 59e381d9db updated automake options to disable parallel-tests 2013-01-14 15:12:30 -08:00
John Safranek fa9126c2be added AES-CCM as a configure option 2013-01-10 16:46:47 -08:00
toddouska f3a0d311a0 don't output debug messages in testsuite if valgrind on 2013-01-04 15:52:46 -08:00
toddouska 4c9595c419 bump version 2012-12-28 14:07:49 -08:00
toddouska 541deaa0c0 release 2.4.6 2012-12-20 13:25:32 -08:00
toddouska a108c5565e get release 2.4.4 ready 2012-12-12 17:13:33 -08:00
toddouska c49e7a85f7 fix configure.ac quoting 2012-12-12 14:33:21 -08:00
toddouska ca7e5d2463 valgrind config output 2012-12-05 10:50:04 -08:00
toddouska 067f10ae8e add enable-valgrind 2012-12-04 21:28:18 -08:00
John Safranek 9005d2b54b removed XMALLOC_USER from the leanpsk compile flags 2012-11-30 16:43:03 -08:00
John Safranek 8c97675979 Lean PSK trimming
1. leave out memory and io callback functions, expect user supplied
2. leave out cert and DTLS related functions
3. SHA-1 compile option to use slower, rolled-up transform
2012-11-30 15:45:43 -08:00
toddouska 584520fbc1 hide make clean output 2012-11-29 12:05:34 -08:00
John Safranek 0c9fe151de added configure option --disable-examples to remove example code build, configure runs make clean at the end, sniffer test isn't built if sniffer disabled 2012-11-29 11:31:57 -08:00
John Safranek 66a3ce2ec1 added SHA-256 based RNG when setting NO_RC4 compile flag 2012-11-27 22:17:25 -08:00
John Safranek f8f7f69f48 compile option to leave out MD5 and SSL code 2012-11-26 18:40:43 -08:00
toddouska d4035e5f62 add freebsd crl-monitor support 2012-11-16 13:25:45 -08:00
toddouska 9ac2eaa3d6 fix ipv6 unused warning, add os check for crl monitor 2012-11-16 10:47:13 -08:00
toddouska 4a7e56442a bump dev version 2012-11-14 17:57:27 -08:00
John Safranek b8c9247769 for lean-psk build: remove big int math, MD4, error strings 2012-11-02 16:49:31 -07:00
John Safranek 85e8f1988a leanpsk build removes cert code, moved ctaocrypt error strings to own file 2012-11-01 12:36:47 -07:00
toddouska f175bd302d bump dev version 2012-10-30 16:23:59 -07:00
John Safranek 174618ebfb added build option for leanPSK 2012-10-29 15:39:42 -07:00
toddouska cf1f1f3ae7 turn jobserver back on 2012-10-26 15:38:37 -07:00
toddouska a1e8cd532d disable jobserver for now, is broken on some systems 2012-10-26 10:36:20 -07:00
Brian Aker 994fc1f8e3 This add the generic structure required to have pkgconfig work.
I also fixed autogen.sh to do some magic on warnings/errors based on whether code comes from github or not.
2012-10-26 02:06:06 -04:00
Brian Aker 767b452d61 This dramatically speeds up the time taken to compile cyassl (assuming you have multiple cores...). 2012-10-26 00:35:52 -04:00
toddouska bb5280d0e4 remove mktime check since takes forever on some systems 2012-10-24 12:09:53 -07:00
toddouska 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 2012-10-24 12:01:11 -07:00
toddouska 6737f5beb9 Brian changes 2012-10-24 11:53:33 -07:00
toddouska 57c6d46ea7 add more features output to end of configure 2012-10-22 17:39:50 -07:00