Commit Graph

  • 5ed451a29d Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-04-01 09:39:10 -07:00
  • 3abf1952c8 fix leanpsk default changes toddouska 2015-04-01 09:37:41 -07:00
  • 1d4187e168 add local struct tm for XGMTIME with TIME_OVERRIDES, fixes issue #55 Chris Conlon 2015-04-01 10:02:02 -06:00
  • 3aeedcf092 fixed --enable-debug issue on Intel MULX, asm.c Takashi Kojo 2015-04-01 16:19:29 +09:00
  • b8b13ad9e9 build: Revert using MSBuild property files to auto-detect platform toolset Jay Satiro 2015-04-01 02:05:15 -04:00
  • 748c5ac128 update configure help strings for AESGCM and DH John Safranek 2015-03-31 16:23:28 -07:00
  • d84ff83689 fix leanpsk w/ new defaults toddouska 2015-03-31 15:55:39 -07:00
  • a5f42cc9ca fix opensslextra time shadow on some systems toddouska 2015-03-31 13:56:12 -07:00
  • 5319eb8f38 fix github issue #56, have tls layer use time_overrides for ticks if available and not using explicit user_ticks toddouska 2015-03-31 13:41:10 -07:00
  • 24102eb95f on x86_64 enable sha512, ecc, and increase max_bits by default toddouska 2015-03-31 13:28:49 -07:00
  • 175fd5ce17 updated rpm/spec.in John Safranek 2015-03-31 10:24:57 -07:00
  • 00b335d71a Merge branch 'master' of github.com:wolfSSL/wolfssl John Safranek 2015-03-31 09:54:27 -07:00
  • 0458e21211 1. In the sniffer, replace call to strnlen with strlen and accounted for size differences (fixes issue #60) 2. fixed overrun with long SNI names in hello messages John Safranek 2015-03-31 09:51:55 -07:00
  • a24a22670c fix configure help string for arc4, chacha, poly1305 Chris Conlon 2015-03-31 09:42:32 -06:00
  • 1c19b67885 update lib version v3.4.6 toddouska 2015-03-30 13:07:59 -07:00
  • 8588bb8b10 fix README typo toddouska 2015-03-30 12:52:59 -07:00
  • e917df4c59 prepare 3.4.6 release toddouska 2015-03-30 12:28:12 -07:00
  • c47acc7f24 Merge branch 'kojo-intel' toddouska 2015-03-30 11:11:28 -07:00
  • 5d4c4d36e5 Merge branch 'IntelAVX' of https://github.com/kojo1/wolfssl into kojo-intel toddouska 2015-03-30 11:07:11 -07:00
  • 6243c6244a fixed ftm/Intel MULX -O0 option, register usage Takashi Kojo 2015-03-30 14:49:53 +09:00
  • 69b4e982c8 fix tmp output files lingering around, remove() was called in bad spot toddouska 2015-03-29 19:32:48 -07:00
  • a895a606e7 sha256.c, eliminate platform dependent code. Takashi Kojo 2015-03-30 07:55:05 +09:00
  • 3ca0bc0d66 fix windows warning toddouska 2015-03-29 14:31:09 -07:00
  • e73b76c8ca fix warning for compilers that don't understand bitfield size toddouska 2015-03-29 14:18:52 -07:00
  • 500ee73be4 fix opensslextra set_timeout assumes long > int toddouska 2015-03-29 12:00:04 -07:00
  • c90977c7a5 fix windows build toddouska 2015-03-29 11:51:05 -07:00
  • 4332acbeaa leanpsk doesn't need new gcm, poly, chacah defaults toddouska 2015-03-29 11:30:05 -07:00
  • b12a1bb2e3 switch pkcs12 encrypted key to 3des since arc4 now off by default toddouska 2015-03-29 11:10:21 -07:00
  • defc66f8db update client encrypt key to 2048 bit version toddouska 2015-03-29 10:53:21 -07:00
  • 72be4d91d0 Merge branch 'kojo-intel' toddouska 2015-03-29 10:34:28 -07:00
  • fc4e0dfd6d Merge branch 'IntelAVX' of https://github.com/kojo1/wolfssl into kojo-intel toddouska 2015-03-29 09:48:13 -07:00
  • 57d766f1eb fixed ftm/MULX crash with --enable-debug, missing register def in inline asm destroying registers Takashi Kojo 2015-03-29 19:50:32 +09:00
  • bd5fc1712f fixed sha256/AVX1 crash with --enable-debug: missing register def in inline asm destroy register rorx removed when non-AVX2 build . cleaned set_Transform Takashi Kojo 2015-03-29 19:39:03 +09:00
  • a83e85b91e Intel mulx/adcx/adox Takashi Kojo 2015-03-29 10:20:30 +09:00
  • 02ffb563d6 Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-03-28 14:59:20 -07:00
  • 9ba62a2c52 allow examples build if no-sha but psk is on toddouska 2015-03-28 14:58:17 -07:00
  • d090721730 fix cycles per byte format is cycles > 100 toddouska 2015-03-28 14:38:29 -07:00
  • 27faf15678 add intelasm ./configure option toddouska 2015-03-28 14:34:39 -07:00
  • 905e5801f8 fix benchmark format, GB/s won't misalign output toddouska 2015-03-27 21:36:35 -07:00
  • 1fc3aa100b aes gcm/ccm require aes, duh toddouska 2015-03-27 21:30:27 -07:00
  • c9a0c9a797 fix some psk warnings toddouska 2015-03-27 19:20:31 -07:00
  • 7f621f0637 Merge branch 'kojo-intel' toddouska 2015-03-27 15:42:55 -07:00
  • 3b8009bfd4 Merge branch 'IntelAVX' of https://github.com/kojo1/wolfssl into kojo-intel toddouska 2015-03-27 15:41:02 -07:00
  • 32c9f00189 only alloc poly auth size if cipher suite needs it toddouska 2015-03-27 15:38:01 -07:00
  • e66aa9885f fix linux warning toddouska 2015-03-27 15:20:28 -07:00
  • c92e4bd908 remove save file toddouska 2015-03-27 14:32:44 -07:00
  • 495fbe087e allow dh to be used w/o certs and asn toddouska 2015-03-27 14:28:05 -07:00
  • 4b8583168b add our strsep to msvc build toddouska 2015-03-27 12:14:14 -07:00
  • ff11df2c14 enable chacha - poly by default toddouska 2015-03-27 11:22:42 -07:00
  • af1fd4719a enable gcm by default toddouska 2015-03-27 11:12:42 -07:00
  • c5f7c7ce57 enable dh by default toddouska 2015-03-27 10:23:15 -07:00
  • d655fb9d74 remove rc4 from default build toddouska 2015-03-27 10:17:22 -07:00
  • e4ac398d98 fix snifftest bad include on windows toddouska 2015-03-27 09:55:54 -07:00
  • ac4b6af823 make attrib align compiler neutral for sha256 toddouska 2015-03-27 09:40:53 -07:00
  • ef6e08dc01 static to static const in sha256/512.c Takashi Kojo 2015-03-27 20:19:43 +09:00
  • 9adbf41baa Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-03-26 14:28:16 -07:00
  • 2935234484 Merge branch 'kojo-intel' toddouska 2015-03-26 14:27:12 -07:00
  • 22afce8609 fixup intel avx request toddouska 2015-03-26 14:26:25 -07:00
  • d4a3e83582 fix OPENSSL_EXTRA + NO_MD5 build, fixes issue #26 Chris Conlon 2015-03-26 13:52:06 -06:00
  • 0f4216360e fix StoreExternalIV and SetInternalIV for 3DES John Safranek 2015-03-26 11:09:36 -07:00
  • b5cac58845 fix pwdbased + NO_MD5 build Chris Conlon 2015-03-26 11:50:15 -06:00
  • 4bd5dfe04a Merge branch 'IntelAVX' of https://github.com/kojo1/wolfssl into kojo-intel toddouska 2015-03-26 10:28:53 -07:00
  • 699aae25a0 remove extra comments Jacob Barthelmeh 2015-03-25 18:09:06 -06:00
  • 9ddf775afa Intel RdSeed, no Rand with hash DRBG Takashi Kojo 2015-03-26 09:08:02 +09:00
  • b99b91ed99 :Merge branch 'IntelAVX' of https://github.com/kojo1/wolfssl into kojo-intel toddouska 2015-03-25 13:08:26 -07:00
  • 3c55971ffa Removed Intel RD from Hash DRBG Takashi Kojo 2015-03-25 18:31:08 +09:00
  • 994ffa96e0 sha256/512 removed static values for thread safe Takashi Kojo 2015-03-25 18:26:46 +09:00
  • 4b5a34e378 Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-03-24 11:57:37 -07:00
  • 8f6d7a1ce7 rename ecc25519 to curve25519, less confusing with ed25519 now in play too toddouska 2015-03-24 11:56:40 -07:00
  • 54b2f423bc clear unused variable build warning for OCSP John Safranek 2015-03-24 11:16:50 -07:00
  • 28109b01f7 Intel rdrand/rdseed: fixed error check, separated rdrand and rdseed Takashi Kojo 2015-03-24 15:13:11 +09:00
  • fe303c97c6 refactor CRL/OCSP lookup for peer cert. add option to allow checking all certs in peer cert chain. John Safranek 2015-03-23 17:35:56 -07:00
  • 572214ebb4 cpuid_flags, thread safe in sha256.c/sha512.c Takashi Kojo 2015-03-24 06:24:09 +09:00
  • 66a65f84bd add a few ForceZeros to ecc fp toddouska 2015-03-23 11:44:33 -07:00
  • b841bc66c3 fix github issue #43, ecc_point uses DYNAMIC_TYPE ECC instead of BIGINT toddouska 2015-03-23 11:23:31 -07:00
  • 7e3c310ec9 random.c, runtime switch between Intel RD and software version Takashi Kojo 2015-03-23 19:40:35 +09:00
  • 2a2bf81c15 Merge branch 'master' of https://github.com/wolfSSL/wolfssl into IntelAVX Takashi Kojo 2015-03-23 18:43:01 +09:00
  • a5072d09ae Ignore Visual Studio Intellisense files Jay Satiro 2015-03-23 02:21:34 -04:00
  • 6e14362940 build: Add DLL configurations to wolfssl64.sln and all vcxproj files Jay Satiro 2015-03-23 02:12:01 -04:00
  • 9f2454fc78 Added a noop function wc_FreeRng() for when not using the HashDRBG to keep the calls to InitRng and FreeRng simple and balanced. John Safranek 2015-03-20 14:19:35 -07:00
  • 0afd09d900 fix OPENSSL_EXTRA + NO_AES build Chris Conlon 2015-03-20 11:25:22 -06:00
  • 6c963c8d8e fix OPENSSL_EXTRA + NO_DES3 build Chris Conlon 2015-03-20 10:59:54 -06:00
  • 2e7d3a9121 cleanup ed benchmark toddouska 2015-03-19 13:00:20 -07:00
  • b54c29487d Merge branch 'jacob-ed' toddouska 2015-03-19 12:52:15 -07:00
  • 478a8bb059 adjust ./configure format, change ed sign/verify to msg from hash toddouska 2015-03-19 12:48:32 -07:00
  • d89d524570 initial ed25519 implementation Jacob Barthelmeh 2015-03-19 11:40:41 -06:00
  • 5577555ce3 adjust test.c CERT_GEN for Freescale MFS examples Chris Conlon 2015-03-18 18:21:52 -06:00
  • 605ca8eaf6 update Freescale CodeWarrior project files to wolfSSL Chris Conlon 2015-03-18 18:18:09 -06:00
  • 8e82806c01 Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-03-18 15:48:22 -07:00
  • 555eb66292 fix github issue #40, export Base64_Decode, allow user to export Base64_Encode w/o other options toddouska 2015-03-18 15:47:19 -07:00
  • 1d4cc928c6 fix Freescale MQX gmtime, cert generation Chris Conlon 2015-03-18 16:15:56 -06:00
  • eb0d980779 Merge branch 'IntelAVX' of https://github.com/kojo1/wolfssl into kojo-intel toddouska 2015-03-18 14:39:54 -07:00
  • bb47dece1f Merge branch 'kaleb-master' toddouska 2015-03-18 14:27:53 -07:00
  • 8e4b24d6e4 note msvc is complaining compiler toddouska 2015-03-18 14:27:07 -07:00
  • 64d83c39a0 Merge https://github.com/kaleb-himes/wolfssl into kaleb-master toddouska 2015-03-18 14:25:31 -07:00
  • f7c99cec3e obey user ecc choices at TLS layer toddouska 2015-03-18 14:12:23 -07:00
  • f398b20bcc have ecc SetCurve() and CheckCurve() obey user ecc choices toddouska 2015-03-18 13:52:21 -07:00
  • 0316dd2ef6 fix github issue #35, allow user to pick ecc curves with ECC_USER_CURVES and separate HAVE_ECCxxx defines toddouska 2015-03-18 13:36:07 -07:00
  • 145123ff64 fix github issue #38, +sha512 -sha384 +aes-gcm redefinition toddouska 2015-03-18 11:44:39 -07:00
  • fd772bb434 MSVS warning fixes for all solutions kaleb-himes 2015-03-18 10:42:10 -06:00