Commit Graph

  • 913240f6e4 add comments to RSA funcs, fix 80 char line limits Chris Conlon 2015-03-18 10:06:48 -06:00
  • 6b0bfa1b2c bump dev version toddouska 2015-03-17 14:59:01 -07:00
  • 0b6c03ad06 snifftest.c needs socket.h included for AIX, john cyassl commit #a8803e1e16f23 toddouska 2015-03-17 14:52:42 -07:00
  • eba98a9ec2 removed some AC_REQUIRE statements for macros, ksh, John cyassl commit #46d9037d26dc toddouska 2015-03-17 14:47:44 -07:00
  • e9cdfe84ce Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-03-17 14:26:43 -07:00
  • 24ad168acf put memset back before ecdsa sig decode for failure case toddouska 2015-03-17 14:25:57 -07:00
  • 16f0b603c3 a comment line cleaned Takashi Kojo 2015-03-17 21:56:12 +09:00
  • 7d6f169e29 random.c for Intel rdseed/rdrand Takashi Kojo 2015-03-17 21:48:59 +09:00
  • 77145a1f3e eliminate unsed macro in sha256.c Takashi Kojo 2015-03-17 21:46:57 +09:00
  • 78375db73b sha256/384/512 for Intel AVX1/2 Takashi Kojo 2015-03-17 21:19:31 +09:00
  • 33e767a1b4 sniffer should fail a session missing a RSA key John Safranek 2015-03-16 18:13:51 -07:00
  • db51c88e25 added cert status trace message to win resource file John Safranek 2015-03-16 11:30:43 -07:00
  • 4d62389389 added Certificate Status handshake message to sniffer John Safranek 2015-03-16 11:19:16 -07:00
  • 023f44bacf fix github issue #31, allow time overrides for all time uses toddouska 2015-03-13 12:44:25 -07:00
  • 4c2bf4ea34 add SetMinVersion at context level toddouska 2015-03-13 12:20:39 -07:00
  • 84edbd1ff2 cleanup some configure help text John Safranek 2015-03-12 12:25:39 -07:00
  • dbe6ecedf8 fix enable-sniffer option in configure.ac John Safranek 2015-03-12 12:07:48 -07:00
  • 3daa8369c7 allow XTOUPPER to work with macros that don't like signed types toddouska 2015-03-11 17:52:11 -07:00
  • b02622d1d0 optimize hashDRBG internal state John Safranek 2015-03-10 18:16:44 -07:00
  • ab874d70db make suites at context level on demand only toddouska 2015-03-10 16:09:16 -07:00
  • 7e2931e5fa make sure DHE / client certs freed during handshake free toddouska 2015-03-09 22:13:34 -07:00
  • edfe8b8a87 fix sha256.h copyright Chris Conlon 2015-03-09 12:06:51 -07:00
  • 2c00e2c7a4 Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-03-09 11:59:11 -07:00
  • 64705acf94 optimize cert_manager layout toddouska 2015-03-09 10:08:04 -07:00
  • e9db5cca74 fix saveArrays check in free handshake resources toddouska 2015-03-09 09:54:29 -07:00
  • c201239d02 missed 2 now redundant inits on CTX toddouska 2015-03-09 09:39:50 -07:00
  • e6c369e026 use memset on Init SSL for 0,NULL defaults toddouska 2015-03-09 09:34:38 -07:00
  • 8e6f8d8693 use memset for 0,NULL defaults on CTX init toddouska 2015-03-09 09:21:04 -07:00
  • 8822d670b3 rename function parameter to remove global shadow possibility Jacob Barthelmeh 2015-03-09 10:08:56 -06:00
  • 7d4faf7c90 make handshake hashes dynamic part of ssl, can be freed after handshake toddouska 2015-03-09 09:05:06 -07:00
  • b7b655b8bf fix example server memory tracker toddouska 2015-03-07 12:00:27 -08:00
  • 44b6ca9597 use bitfield for basic options struct toddouska 2015-03-07 11:17:22 -08:00
  • 8e7d8e8a55 optimize session layout toddouska 2015-03-07 10:53:08 -08:00
  • 22899019b4 optimzie Buffers layout toddouska 2015-03-07 10:37:22 -08:00
  • 742278a305 optimize basic SSL layout toddouska 2015-03-07 10:32:35 -08:00
  • f48298cbd5 move bio fds to openssl extra toddouska 2015-03-07 10:16:26 -08:00
  • 31a2acd9c3 optimzie cipherSpecs layout toddouska 2015-03-07 10:08:34 -08:00
  • dc5faebb8d optimize buffer layout toddouska 2015-03-07 10:05:36 -08:00
  • 3d971bb885 optimzie bufferStatic layout toddouska 2015-03-07 10:04:15 -08:00
  • 28d5d50000 optimize Arrays layout toddouska 2015-03-07 10:00:37 -08:00
  • 4bf74da2f3 optimize Suites layout toddouska 2015-03-07 09:57:14 -08:00
  • ef0a918072 optimize hash-drbg layout, save 12 bytes on 64bit toddouska 2015-03-07 09:46:14 -08:00
  • da208e8629 fix github issue #28, allow FREERTOS user in settings to turn on DH or SHA-512 toddouska 2015-03-07 08:59:36 -08:00
  • 7caf0499d6 bump version v3.4.2 toddouska 2015-03-06 13:39:57 -08:00
  • 7a87ce54ca fix hash size mismatch on HashSession() toddouska 2015-03-06 11:33:06 -08:00
  • 874fa8c1f9 fix freeing a failed RNG John Safranek 2015-03-06 09:51:29 -08:00
  • d5975e39f8 fix github issue #27, better help on fips not working w/o license toddouska 2015-03-06 09:15:33 -08:00
  • 7ef362d4ba format of curve25519 key Jacob Barthelmeh 2015-03-05 15:38:07 -07:00
  • 450ccea7ee delay peer RSA key alloc/init until needed toddouska 2015-03-05 12:38:34 -08:00
  • 818d5c4bf3 fix github issue #25, delay ecc key allocs/init until needed toddouska 2015-03-05 12:15:10 -08:00
  • 11e15188bf fix github issue #24, settings first before ifdef checks on 25519_fe files toddouska 2015-03-04 12:15:23 -08:00
  • 18e710ce9a make sure external X509 free uses internal free toddouska 2015-03-03 14:14:33 -08:00
  • 9f37133e67 removed top-level iOS/iPhone projects in favor of the IDE/iOS projects John Safranek 2015-03-02 12:02:29 -08:00
  • c14bd2dddd Merge branch 'kojo-itron' toddouska 2015-02-28 11:30:39 -08:00
  • 1caaeb8355 tiddy whitespace toddouska 2015-02-28 11:29:42 -08:00
  • 6f08459264 uITRON and uT-Kernel, wc-prot.c Takashi Kojo 2015-02-28 11:24:16 +09:00
  • b7db43a189 make ConstantCompare available outside of internal.c toddouska 2015-02-26 17:31:47 -08:00
  • 6cced22256 add INSTALL, basic build instructions and locations for more info toddouska 2015-02-26 13:48:57 -08:00
  • e25dc7b16c update README.md toddouska 2015-02-26 13:27:54 -08:00
  • c7a72a2c00 Merge branch 'jacob-master' toddouska 2015-02-26 12:37:45 -08:00
  • 681fc85bc8 Merge branch 'master' of https://github.com/JacobBarthelmeh/wolfssl into jacob-master toddouska 2015-02-26 12:36:42 -08:00
  • 9913edd7a5 fix github issue #20, allow user to use settings.h at app level as well for building wolfssl. verified types.h (which includes settings.h) or settings.h is included b4 definition checks at wolfssl and wolcrypt header levels toddouska 2015-02-26 12:29:15 -08:00
  • 30cbadc38d changes for MYSQL port Jacob Barthelmeh 2015-02-26 10:40:32 -07:00
  • 67e81f534a mac compare in chacha-poly AEAD and remove unneeded null check Jacob Barthelmeh 2015-02-26 08:04:15 -07:00
  • ac979d49ab fix sni yassl tests toddouska 2015-02-25 20:34:50 -08:00
  • c04a6d2d0e update README names toddouska 2015-02-25 20:29:34 -08:00
  • 1395c88ec4 Merge pull request #14 from lchristina26/master toddouska 2015-02-25 13:39:49 -08:00
  • 473a120ba2 remove more stale cyassl headers toddouska 2015-02-25 13:34:29 -08:00
  • dbaac4da12 remvoe stale cyassl headers from openssl layer toddouska 2015-02-25 12:34:54 -08:00
  • ef87043495 fix github issue #16, stale cyassl header toddouska 2015-02-25 12:16:52 -08:00
  • 2b9b3dd395 fix github issue #15, stale cyassl headers toddouska 2015-02-25 12:14:11 -08:00
  • f04b042c73 fix STM32 bug in benchmark.c lchristina26 2015-02-25 11:43:30 -07:00
  • 795a32446b fix github issue #13, DRBG type-punning John Safranek 2015-02-24 16:47:00 -08:00
  • 787e73d818 Merge pull request #11 from kaleb-himes/master toddouska 2015-02-24 15:22:40 -08:00
  • 6d691e1b9f fix github issue #12, cyassl_mutex leftovers toddouska 2015-02-24 15:03:24 -08:00
  • 8ee361a0d4 fix scan-build warning toddouska 2015-02-24 12:46:53 -08:00
  • 40d51f13ce ntru neo.lib -> NtruEncrypt_DLL.lib kaleb-himes 2015-02-24 13:44:15 -07:00
  • 501d1cd934 Merge branch 'aburks-chapoly' toddouska 2015-02-24 12:35:08 -08:00
  • 9d20e712bf add autoconf support for chapoly-aead, wipe temp polykey, minor whitespace adjusts toddouska 2015-02-24 12:33:52 -08:00
  • 0e5f879d0b Added documentation and benchmarks. Andrew Burks 2015-02-24 10:00:39 -08:00
  • 8c3410d6c2 Added wolfcrypt API for the ChaCha20-Poly1305 AEAD. Andrew Burks 2015-02-24 09:15:11 -08:00
  • 14b6254e6e Fixed dependency chain issue with integer.h since one of the function prototypes uses mp_int. Andrew Burks 2015-02-20 17:19:42 -08:00
  • bbe4a3815f release README update v3.4.0 toddouska 2015-02-23 13:04:23 -08:00
  • 9e2c02d47a wolfcrypt examples build option for build tests toddouska 2015-02-23 12:23:16 -08:00
  • db8619cc76 compatibility layer psk updates kaleb-himes 2015-02-23 09:45:22 -07:00
  • 608da64ece add ForceZero() to force memset(0) toddouska 2015-02-20 15:51:21 -08:00
  • 732a0dd39a removed redundant mp_init of r and s in ecc verify hash John Safranek 2015-02-20 13:54:30 -08:00
  • c3f73018a0 fix scan-build warnings toddouska 2015-02-20 12:38:29 -08:00
  • 2f20376704 Merge branch 'kojo-pic32' toddouska 2015-02-19 18:00:19 -08:00
  • 43918fa0dc Merge branch 'pic32mz' of https://github.com/kojo1/wolfssl into kojo-pic32 toddouska 2015-02-19 17:58:21 -08:00
  • 1af158ea23 Add configurations.xml under mplabx/mcaip Takashi Kojo 2015-02-20 10:54:53 +09:00
  • d11158431f Merge branch 'jacob-master' toddouska 2015-02-19 16:08:58 -08:00
  • 420668c1f9 tiddy up 25519 toddouska 2015-02-19 16:07:13 -08:00
  • cc642fbaf6 tiddy up 25519 toddouska 2015-02-19 16:06:24 -08:00
  • 9a96da72eb Change mplabx/mcapi path names in .gitignore Takashi Kojo 2015-02-20 08:04:42 +09:00
  • 2746a69882 Add Makefile for mplabx, mcapi projects Takashi Kojo 2015-02-20 07:55:24 +09:00
  • f6bcb6cf17 Merge https://github.com/JacobBarthelmeh/wolfssl into jacob-master toddouska 2015-02-19 14:45:59 -08:00
  • d5b249754b make sure poly1305 and chacha defined for chacha-poly aead mode toddouska 2015-02-19 14:33:21 -08:00
  • 42b58bd05b cleanup conditional header inclusion Chris Conlon 2015-02-19 14:02:23 -07:00
  • 4babd2cf2d added in curve25519 crypto Jacob Barthelmeh 2015-02-19 10:59:05 -07:00