Commit Graph

  • dd262fe939 fix on AES CCM nonce size Jacob Barthelmeh 2015-10-01 17:42:03 -06:00
  • 8f32604542 Merge branch 'vxworks' toddouska 2015-09-29 11:59:29 -07:00
  • 3d110516f4 fixup WORKBENCH autoconf toddouska 2015-09-29 11:57:52 -07:00
  • 628a4e5ac2 Merge branch 'master' of https://github.com/lchristina26/wolfssl into vxworks toddouska 2015-09-29 11:55:06 -07:00
  • 350fe922b9 Update README.md Leah 2015-09-29 12:53:43 -06:00
  • 914ed31ff2 Update README.md Leah 2015-09-29 12:53:10 -06:00
  • 389bbc94eb Update README.md Leah 2015-09-29 12:51:03 -06:00
  • f4250006b3 Merge branch 'vxworks' toddouska 2015-09-29 11:49:32 -07:00
  • 46cd3a915b VxWorks README lchristina26 2015-09-29 12:49:24 -06:00
  • 208f0eeb8e fix trailing whitespace toddouska 2015-09-29 11:48:46 -07:00
  • 799dfadf44 Merge branch 'master' of https://github.com/lchristina26/wolfssl into vxworks toddouska 2015-09-29 11:46:18 -07:00
  • 7c9490844a fix formatting for vxworks commits lchristina26 2015-09-29 12:22:03 -06:00
  • 3c2712da31 vxworks compatibility additions lchristina26 2015-09-29 12:12:35 -06:00
  • d94321ecfb Merge branch 'freertos-tcp' toddouska 2015-09-28 16:16:14 -07:00
  • b403036c77 Merge branch 'FreeRTOS_TCP' of https://github.com/kojo1/wolfssl into freertos-tcp toddouska 2015-09-28 16:13:21 -07:00
  • 77b1649638 Merge branch 'idea' toddouska 2015-09-28 15:25:43 -07:00
  • 28912621ec switch idea invmod too big to subtraction toddouska 2015-09-28 15:24:32 -07:00
  • 292e05dc75 switch memset / memcpy to XMEM in src and wolfcrypt/src proper toddouska 2015-09-28 11:37:00 -07:00
  • a8b5c57dd2 make sure external tests have a valid cipher toddouska 2015-09-28 09:47:59 -07:00
  • cab37ef24e Merge https://github.com/lfcrypto/wolfssl into idea toddouska 2015-09-28 09:32:55 -07:00
  • c7193672a5 fix IDEA modular inverse, add CBC tests with random values Ludovic FLAMENT 2015-09-27 15:05:01 +02:00
  • 0a530c1b70 #pragma worning for Visual Studio Takashi Kojo 2015-09-26 08:49:03 +09:00
  • f450ac0684 settings.h: GenSeed for test only option Takashi Kojo 2015-09-26 08:03:49 +09:00
  • ab269b277e Merge branch 'master' into idea toddouska 2015-09-25 15:48:00 -07:00
  • 8c01c8d8e1 Merge branch 'master' of https://github.com/lfcrypto/wolfssl into idea toddouska 2015-09-25 15:42:31 -07:00
  • ac79effa42 Merge branch 'ca-continue' toddouska 2015-09-25 15:40:04 -07:00
  • 71576aef14 fix bad computed values Ludovic FLAMENT 2015-09-25 23:52:08 +02:00
  • 3451ab2f5d Merge branch 'CA_continue' of https://github.com/NickolasLapp/wolfssl into ca-continue toddouska 2015-09-25 14:18:16 -07:00
  • 0c95a5e940 Adding FreeRTOS TCP support, FREERTOS_TCP option Takashi Kojo 2015-09-25 10:51:35 +09:00
  • ae6b4be135 fix idea_mult move reg and tmp buffer to word32 Ludovic FLAMENT 2015-09-24 22:55:11 +02:00
  • 42d94a0f7f wolfssl.com now requires ECDHE or static RSA toddouska 2015-09-24 12:19:38 -07:00
  • 465622d4e0 wolfssl.com now uses old chacha-poly, detect for external test toddouska 2015-09-24 12:13:01 -07:00
  • 755e844f05 CA parsing to continue after failure when possible Nickolas Lapp 2015-09-24 11:14:07 -06:00
  • edc9a24681 fix hard tabs in icerts/1024/include.am Chris Conlon 2015-09-24 10:03:27 -06:00
  • 86bdeaf490 add new 1024 certs/keys to include.am Chris Conlon 2015-09-24 10:00:32 -06:00
  • 86d74efc37 return IdeaCbc{Encrypt/Decrypt} error code Ludovic FLAMENT 2015-09-24 08:13:43 +02:00
  • 9848701dab make sure options.h captures user CFLAGS now too toddouska 2015-09-23 16:27:48 -07:00
  • dc1baabd27 update wolfssl website ca toddouska 2015-09-23 16:19:55 -07:00
  • d669fc28c2 add idea benchmark, cleanup toddouska 2015-09-23 14:42:48 -07:00
  • aa3780f6b0 add example 1024-bit server/CA certs and keys for testing Chris Conlon 2015-09-23 13:37:34 -06:00
  • c4e1bdcb29 Merge branch 'master' of https://github.com/lfcrypto/wolfssl into idea toddouska 2015-09-23 12:03:58 -07:00
  • 2ded079e95 Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-09-23 11:21:38 -07:00
  • 7393b0eea0 allow user to free x509 object in static case (no op) toddouska 2015-09-23 11:20:40 -07:00
  • 31439e2baa remove unneeded tmp from plain DES cbc decrypt toddouska 2015-09-23 11:01:22 -07:00
  • f68400da40 add IDEA cipher (ECB and CBC mode) add support of SSL_RSA_WITH_IDEA_CBC_SHA cipher suite (SSLv3, TLS v1.0 and TLSv1.1) Ludovic FLAMENT 2015-09-23 16:16:39 +02:00
  • 207859cde8 fix typos in README, ssl.c Chris Conlon 2015-09-22 15:40:46 -06:00
  • 2c87cfa983 initialize CFLAGS in configure as empty, remove erasing it when hardening CFLAGS John Safranek 2015-09-17 16:36:53 -07:00
  • 8ba207e477 Release 3.6.8 prep v3.6.8 toddouska 2015-09-16 14:57:43 -07:00
  • 6d21d328fb revert defragment of handshake messages in TLS Jacob Barthelmeh 2015-09-16 11:57:58 -06:00
  • 329e6a6207 update the example server and echoserver to correctly generate the DTLS cookie John Safranek 2015-09-15 17:23:52 -07:00
  • 578ea44e1e check on return values of QSH Jacob Barthelmeh 2015-09-15 17:46:45 -06:00
  • 764fadeb3b add sanity checks to internal RsaVerifySign inputs toddouska 2015-09-15 16:16:04 -07:00
  • e0bdaf8146 Merge pull request #138 from kaleb-himes/VS_fix toddouska 2015-09-15 14:40:25 -07:00
  • 7858d412b9 fix for sniffer link error in vcproj kaleb-himes 2015-09-15 15:34:47 -06:00
  • 906cc84f94 Merge pull request #137 from kaleb-himes/VS_fix toddouska 2015-09-15 14:07:10 -07:00
  • 2a3863058f fix link error in sniffer kaleb-himes 2015-09-15 14:37:27 -06:00
  • 797bcb6340 Fix Visual Studio warning/errors toddouska 2015-09-15 12:13:11 -07:00
  • cdacb50336 Merge pull request #136 from NickolasLapp/master toddouska 2015-09-14 18:56:06 -07:00
  • 9bdcd59338 fix dtls cookie leak toddouska 2015-09-14 17:13:16 -07:00
  • d70e0422a7 Fix naming conflict in stunnel psk_XXX_callback Nickolas Lapp 2015-09-14 18:00:38 -06:00
  • 274be55679 Fix GCC compiler warning Nickolas Lapp 2015-09-14 17:57:24 -06:00
  • 9ceb89b114 Merge branch 'dtls-cookie' John Safranek 2015-09-14 16:13:49 -07:00
  • b62e5d57fe 1. improved DTLS cookie generation, uses HMAC and parts of Client Hello message 2. add function to set the cookie Hmac key 3. removed server state for hello verify message John Safranek 2015-09-11 17:55:43 -07:00
  • 98603b1547 fix +keygen +dsa +opensslextra -filesystem build toddouska 2015-09-14 14:18:25 -07:00
  • 097250755a Merge branch 'ludovic' toddouska 2015-09-14 13:30:10 -07:00
  • 91fdc67571 fix cert_ext statics not used with sep toddouska 2015-09-14 13:25:15 -07:00
  • de04565c1e fix cert_ext test memory leak toddouska 2015-09-14 13:15:53 -07:00
  • 7391fc7e89 Merge https://github.com/lfcrypto/wolfssl into ludovic toddouska 2015-09-14 13:01:53 -07:00
  • d8905a0110 move XSTRTOK to STRING_USER where it belongs toddouska 2015-09-14 13:00:26 -07:00
  • 10165e966c remove OPENSSL_EXTRA requirement Ludovic FLAMENT 2015-09-14 21:14:01 +02:00
  • 0ecd6435e9 remove CERT_EXT from enable-bump cortex test are only done if openssl extra is set Ludovic FLAMENT 2015-09-14 18:45:14 +02:00
  • 08d1f33d30 remove snprintf use strtok thread safe version add output size for sanity checks in some functions Ludovic FLAMENT 2015-09-12 23:17:53 +02:00
  • de64092a70 Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-09-11 15:53:26 -07:00
  • dbe08087e9 Merge branch 'ludovic' toddouska 2015-09-11 15:52:44 -07:00
  • 989f5ffb24 handle gmtime failures toddouska 2015-09-11 15:49:55 -07:00
  • 29270d88a4 remove another stdio.h assumption, breaks NO_FILESYSTEM toddouska 2015-09-11 15:13:47 -07:00
  • c0f15b9326 DEBUG_WOLFSSL can't assume C standard headers, fix toddouska 2015-09-11 14:12:27 -07:00
  • 088467d312 fix autoconf with new certext files toddouska 2015-09-11 14:10:11 -07:00
  • 5654d4beee fix no_filesystem with certext toddouska 2015-09-11 14:04:40 -07:00
  • 21cf0e437e add --enable-cryptonly build option toddouska 2015-09-10 16:24:25 -07:00
  • a53d05c8bd updated sniffer statistics for missed sessions and reassembly buffer usage John Safranek 2015-09-10 11:06:48 -07:00
  • 4785cbf616 fix opensslextra with debug without filesystem toddouska 2015-09-09 12:47:45 -07:00
  • b6b385fe11 fix opensslextra with no filesystem toddouska 2015-09-09 12:38:28 -07:00
  • 80c5fecdb2 user CA adds use same policy as Context Verify for verification toddouska 2015-09-09 12:19:53 -07:00
  • 5bbcda3c79 add TLS signature fault checks indpendent of build options, plugins, callbacks, etc toddouska 2015-09-09 09:59:10 -07:00
  • 108679970a allow cert_ext to work w/o openssl extra toddouska 2015-09-08 16:44:13 -07:00
  • 2f70f27adc Merge branch 'master' of https://github.com/lfcrypto/wolfssl into ludovic toddouska 2015-09-08 14:46:53 -07:00
  • 7e2906de52 add new sniffer APIs, framework toddouska 2015-09-08 14:31:32 -07:00
  • 10ad789c6f set inital value in NTRU rsa_test Jacob Barthelmeh 2015-09-08 10:27:44 -06:00
  • 25f24ed34f fix to build on Fedora 32bits and Windows Ludovic FLAMENT 2015-09-08 08:49:29 +02:00
  • b685dfb2e7 Merge branch 'master' of https://github.com/wolfSSL/wolfssl Ludovic FLAMENT 2015-09-07 10:23:46 +02:00
  • d2ea6f7ef0 Add support for : - PEM public key loading - set/get KeyUsage in CSR and X.509 - set/get SKID in CSR and X.509 - set/get AKID in X.509 - set/get two Certificate Policies OID in X.509 Ludovic FLAMENT 2015-09-07 09:51:21 +02:00
  • 6041b117d6 fix fips-check freertos help string toddouska 2015-09-04 11:05:53 -07:00
  • 58a36566cb allow for DTLS1.0 version record headers for client hello and hello verify John Safranek 2015-08-22 11:39:33 -07:00
  • 6dd85815bf added freertos build to fips-check script John Safranek 2015-09-03 14:05:09 -07:00
  • 316302cec3 fixes SRP documentation. Moisés Guimarães 2015-09-03 12:21:22 -03:00
  • 12bf9b4430 fixes conflict with reserver names used as variable names; adds NOT_COMPILED_IN error when trying to use SRP with a hash not compiled in. Moisés Guimarães 2015-09-03 12:06:56 -03:00
  • c34082b7ba updated fips-check script with proper win versions John Safranek 2015-09-01 17:57:37 -07:00
  • aaaebf6213 pkcs7 rolling back static values to auto Takashi Kojo 2015-09-02 08:59:04 +09:00
  • be5ac590b7 Freescale: Add KSDK FreeRTOS build, using fastmath Chris Conlon 2015-09-01 15:37:11 -06:00