Commit Graph

  • c4cbcff6e0 remove hard tabs unknown 2015-08-10 10:27:24 -06:00
  • 51b9d2bf9d DLL-Debug-x64 working unknown 2015-08-10 10:25:00 -06:00
  • 4b74e96542 remove stdio.h from dsa.c Chris Conlon 2015-08-10 09:34:16 -06:00
  • e179da07d0 fix mixed declarations by moving them to their block start Jay Satiro 2015-08-10 01:54:25 -04:00
  • 106abb873f skip the sanity check on a duplicate change cipher spec message in DTLS mode, they are allowed John Safranek 2015-08-08 23:52:32 -07:00
  • e16ff73273 Added wc_encrypt.c and other *.c files. Takashi Kojo 2015-08-08 10:12:05 +09:00
  • 8b0d7cc8da don't let sniffer try to parse handshake messages after the handshake has completed, new error for secure renegotiation not supported John Safranek 2015-08-07 15:43:34 -07:00
  • 0cd893a51b Freescale: Use new I/O where applicable Chris Conlon 2015-08-07 16:22:31 -06:00
  • a80777179b update MPLABX README Chris Conlon 2015-08-07 14:36:47 -06:00
  • 5d40c5f566 Rename RNG to WC_RNG for Freescale, add NO_OLD_RNGNAME define to completely remove RNG type usage Chris Conlon 2015-08-07 11:53:19 -06:00
  • ca41d52f68 Merge pull request #123 from lchristina26/master toddouska 2015-08-07 09:52:19 -07:00
  • 490caf87c3 Merge pull request #122 from kaleb-himes/no-md5-with-hc128 toddouska 2015-08-07 09:52:07 -07:00
  • d3c8ff3488 Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-08-07 09:42:07 -07:00
  • 50fd2538ff Merge branch 'srp' toddouska 2015-08-07 09:41:44 -07:00
  • 0a037d39ff fix srp request; forcezero, check mp_init(), no leaks toddouska 2015-08-07 09:37:22 -07:00
  • 9397b9e10f move MBED GenerateSeed() due to duplicated code lchristina26 2015-08-06 16:40:36 -06:00
  • 08111ab59f fix for test failure with --enable-hc128 --disable-md5 kaleb-himes 2015-08-06 10:43:55 -06:00
  • 716ab20afa Update MPLABX project files, define WOLFSSL_HAVE_MIN in MICROCHIP_PIC32 Chris Conlon 2015-08-06 10:25:47 -06:00
  • 590f3e1ca0 Merge pull request #113 from lfcrypto/wolfssl Jacob Barthelmeh 2015-08-06 08:50:16 -07:00
  • aa0852bf71 Fix Curve25519 test Ludovic FLAMENT 2015-08-03 09:05:02 +02:00
  • d050c10581 add support for curve 25519 and Ed25519 in OpenSSH refactor curve25519 and Ed25519 code fix warning in PEM_xxx_mem_xxx functions Ludovic FLAMENT 2015-08-01 18:28:18 +02:00
  • 865d88ce3e rewind tool version unknown 2015-08-05 15:55:05 -06:00
  • 42a50d2caf Release x64 tested and working unknown 2015-08-05 15:41:46 -06:00
  • f45ef26977 DLL-x64 and Debug-x64 removed x86 constraint unknown 2015-08-05 11:28:07 -06:00
  • 92b725dfd7 DLL-Debug-32 tested and linking properly unknown 2015-08-05 11:16:21 -06:00
  • ba83b54616 Merge branch 'master' into srp toddouska 2015-08-04 15:49:04 -07:00
  • f30a11f5ce Merge branch 'kaleb' toddouska 2015-08-04 15:33:05 -07:00
  • ae397a0b7c Merge branch 'fix_logic' of https://github.com/kaleb-himes/wolfssl into kaleb toddouska 2015-08-04 15:30:27 -07:00
  • ca66b59815 Merge pull request #120 from kaleb-himes/update_window_projects toddouska 2015-08-04 15:28:18 -07:00
  • b15e5b1747 updated existing projects to include wc_encrypt.c kaleb-himes 2015-08-04 15:31:40 -06:00
  • 121a24ba15 update logic for ECC FASTMATH KEY-GEN and COMP-KEY kaleb-himes 2015-08-04 15:11:01 -06:00
  • 114e3edc27 add srp example to test.c Moisés Guimarães 2015-08-04 16:02:44 -03:00
  • 690cb14746 makes sure random values are safe. Moisés Guimarães 2015-08-04 14:48:17 -03:00
  • 12b8445153 adds key generation function callback option. Moisés Guimarães 2015-08-04 13:36:58 -03:00
  • f31c32bea2 adds docs using doxygen style. Moisés Guimarães 2015-08-03 17:47:19 -03:00
  • 1d99bd3339 removes u from srp struct. Moisés Guimarães 2015-08-03 12:30:56 -03:00
  • 53224281d2 adds proof getter and verifier for both sides. Moisés Guimarães 2015-07-30 16:27:12 -03:00
  • 490d063dec adds key computation. removes unnecessary fields from the srp struct. Moisés Guimarães 2015-07-28 18:59:15 -03:00
  • ba0c75011b adds secret computation. Moisés Guimarães 2015-07-28 14:55:46 -03:00
  • 6ee788277f adds tests to SrpSetPassword(), SrpSetVerifier(), SrpGetVerifier(); adds SrpGenPublic() and SrpSetPrivate() with unit tests; fixes k with left pad at g; adds new error SRP_CALL_ORDER_E to force the functions to be called in the right order. Moisés Guimarães 2015-07-25 21:03:36 -03:00
  • 6d5efccc55 finishes SrpSetPassword(), SrpSetVerifier(), SrpGetVerifier(); updates client_proof during SrpSetParams(); Moisés Guimarães 2015-07-16 16:03:18 -03:00
  • 8b23b86659 Adds hash type directly inside SrpHash and removes temp hash from Srp struct. Moisés Guimarães 2015-07-15 19:22:47 -03:00
  • 119dd0250e fixes field types in SRP structure; adds new memory allocation type (DYNAMIC_TYPE_SRP); improves wc_SrpInit; adds wc_SrpTerm(), wc_SrpSetUsername(), wc_SrpSetParams(), wc_SrpSetPassword(); Moisés Guimarães 2015-07-13 16:10:29 -03:00
  • dfa956d227 adds wc_SrpInit() with unit tests. Moisés Guimarães 2015-07-07 12:01:47 -03:00
  • 6d7b5bd2f8 adds srp files to build process. Moisés Guimarães 2015-07-06 14:10:20 -03:00
  • daf01977a1 adds SRP client and server structures. Moisés Guimarães 2015-07-06 12:53:53 -03:00
  • 08959624f2 fix ed25519 with external hash functions toddouska 2015-08-03 15:30:07 -07:00
  • b330bca4b7 Merge pull request #114 from lchristina26/master toddouska 2015-08-03 10:59:36 -07:00
  • 6c02a9acb7 Merge pull request #115 from kaleb-himes/master toddouska 2015-08-03 10:56:42 -07:00
  • 273a0dd4d5 re-format test-psk-no-id.conf add README kaleb-himes 2015-08-03 11:04:18 -06:00
  • ad39c6137c Merge branch 'kaleb' toddouska 2015-08-03 09:33:40 -07:00
  • 37ba6aeee7 fix psk no identify hint example logic toddouska 2015-08-03 09:32:51 -07:00
  • 5adda01e98 Merge https://github.com/kaleb-himes/wolfssl into kaleb toddouska 2015-08-03 09:19:45 -07:00
  • f8feb339fc updates to FREERTOS settings lchristina26 2015-08-03 10:13:42 -06:00
  • 281ba1c4c5 Fix Curve25519 test Ludovic FLAMENT 2015-08-03 09:05:02 +02:00
  • 409126a97c add support for curve 25519 and Ed25519 in OpenSSH refactor curve25519 and Ed25519 code fix warning in PEM_xxx_mem_xxx functions Ludovic FLAMENT 2015-08-01 18:28:18 +02:00
  • 303fb2bb62 Option for no PSK Id Hint and test cases kaleb-himes 2015-07-31 21:51:04 -06:00
  • 2ade35c65a expose have 128bit type to options flags toddouska 2015-07-31 16:43:59 -07:00
  • 3fb10301f6 fix build 267, case 743 blak2b w/o md5 toddouska 2015-07-31 16:29:35 -07:00
  • 16b0120028 fix build 267, base 1361 fp ecc w/ no memory toddouska 2015-07-31 11:57:35 -07:00
  • 409b044ec7 fix build 267, case 1299 ocsp + iopool (no stdlib) toddouska 2015-07-31 11:44:09 -07:00
  • c14398cb7a fix build 267 case 1197, pwdbases -des3 warning toddouska 2015-07-31 11:40:14 -07:00
  • 59e894d6a4 fix build 267 case 1044, dhe + psk w/o aes toddouska 2015-07-31 11:35:16 -07:00
  • 75b9d809b3 fix build 267 case 932, certgen w/o sha toddouska 2015-07-31 11:24:34 -07:00
  • 1470789ac6 fix build 483 with wc_encrypt toddouska 2015-07-31 11:13:05 -07:00
  • 342b19496d Merge branch 'master' of github.com:wolfssl/wolfssl toddouska 2015-07-30 16:46:27 -07:00
  • cc604d23be fix psk no server hint sanity check toddouska 2015-07-30 16:45:31 -07:00
  • 5d7388f879 Merge branch 'master' of github.com:wolfSSL/wolfssl John Safranek 2015-07-30 16:38:06 -07:00
  • 95db44def3 remove autogen clone of fips repo; pre-push runs fips-check if fips directory exists John Safranek 2015-07-30 16:33:14 -07:00
  • 97853dc3c2 keep resume script from endless loop on bad startup toddouska 2015-07-30 16:31:14 -07:00
  • 27371263b7 move variable declaration to beginning of block John Safranek 2015-07-30 14:47:52 -07:00
  • bcaa8cde06 fix pre-push calling fips-check with unimplemented option John Safranek 2015-07-30 14:32:16 -07:00
  • e1513c30d2 added a pre-push hook. move fips test to pre-push check John Safranek 2015-07-30 14:24:45 -07:00
  • 2cbb30745e bump dev version toddouska 2015-07-30 12:59:17 -07:00
  • 78cc76b3cd move DES oneshot APIs out of des.[hc] toddouska 2015-07-30 12:51:33 -07:00
  • 011fdc1103 move AES oneshot calls out of aes.[hc] toddouska 2015-07-30 12:42:25 -07:00
  • 6d172fce32 hash.h should pull in types before checking defines toddouska 2015-07-29 14:40:57 -07:00
  • 12ffa1b778 fix small stack with hash changes toddouska 2015-07-29 10:43:54 -07:00
  • b8fac462cd No oneshot Hash() in FIPS c files anymore toddouska 2015-07-28 16:55:58 -07:00
  • e97a60c647 move wc_Sha512/384 Hash() outside of sha512.[hc] toddouska 2015-07-28 16:41:32 -07:00
  • 9d2b711796 add wc_Sha256Hash() outside of sha256.[hc] toddouska 2015-07-28 16:34:23 -07:00
  • 2f3b7b05ba move wc_ShaHash() outside of sha.[hc] toddouska 2015-07-28 16:30:10 -07:00
  • 480bab467d fix warning toddouska 2015-07-28 09:35:28 -07:00
  • 388d023df6 put rsa non public enums back into c file for FIPS toddouska 2015-07-28 09:29:47 -07:00
  • 8ff692b772 Merge pull request #109 from NickolasLapp/master toddouska 2015-07-27 15:05:39 -07:00
  • 38fb8caec8 restore FIPS des3 build w/o opensslextra toddouska 2015-07-27 14:56:26 -07:00
  • b85637e06b Fixed bug when getting PEM encoded sz. Add idx check Nickolas Lapp 2015-07-27 10:43:49 -06:00
  • e363848ecc fix jenkins build #465 with kegen changes toddouska 2015-07-24 19:19:53 -07:00
  • 4ba57a609c Merge branch 'ludovic' toddouska 2015-07-24 15:39:54 -07:00
  • 0a975eaff9 fix valgrind warning mp_add_d toddouska 2015-07-24 15:34:56 -07:00
  • 5780f4d5f7 stub notices. edited b64 encode size. err cert depth/sn Nickolas Lapp 2015-07-24 15:39:31 -06:00
  • 9038ea018a Freescale/RTCS fixes for io.c Chris Conlon 2015-07-24 15:06:58 -06:00
  • 45ef61e46f fix warnings toddouska 2015-07-24 12:43:26 -07:00
  • aaf7f63eef Merge https://github.com/lfcrypto/wolfssl into ludovic toddouska 2015-07-24 12:14:28 -07:00
  • 9c2a85d9f6 fix compilation for 32 bits OS Ludovic FLAMENT 2015-07-24 11:17:06 +02:00
  • 78a936a4fd remove debug info fix potential memory leaks comments the size used Ludovic FLAMENT 2015-07-24 10:58:17 +02:00
  • 8d7d803e58 add wc_DerToPemEx to restore compatibility API with wc_DerToPem Ludovic FLAMENT 2015-07-24 07:50:29 +02:00
  • bf4be3f02b comment updates only for crl-revoked.test kaleb-himes 2015-07-23 21:54:52 -06:00
  • ddb638d020 Merge branch 'crl-revoked' toddouska 2015-07-23 16:40:30 -07:00
  • 9f7209b484 add new certs to include.am toddouska 2015-07-23 16:37:37 -07:00