Commit History

Author SHA1 Message Date
  Chris Conlon 5d40c5f566 Rename RNG to WC_RNG for Freescale, add NO_OLD_RNGNAME define to completely remove RNG type usage 9 years ago
  toddouska ca41d52f68 Merge pull request #123 from lchristina26/master 9 years ago
  toddouska 490caf87c3 Merge pull request #122 from kaleb-himes/no-md5-with-hc128 9 years ago
  toddouska d3c8ff3488 Merge branch 'master' of github.com:wolfssl/wolfssl 9 years ago
  toddouska 50fd2538ff Merge branch 'srp' 9 years ago
  toddouska 0a037d39ff fix srp request; forcezero, check mp_init(), no leaks 9 years ago
  lchristina26 9397b9e10f move MBED GenerateSeed() due to duplicated code 9 years ago
  kaleb-himes 08111ab59f fix for test failure with --enable-hc128 --disable-md5 9 years ago
  Chris Conlon 716ab20afa Update MPLABX project files, define WOLFSSL_HAVE_MIN in MICROCHIP_PIC32 9 years ago
  Jacob Barthelmeh 590f3e1ca0 Merge pull request #113 from lfcrypto/wolfssl 9 years ago
  Ludovic FLAMENT aa0852bf71 Fix Curve25519 test 9 years ago
  Ludovic FLAMENT d050c10581 add support for curve 25519 and Ed25519 in OpenSSH 9 years ago
  toddouska ba83b54616 Merge branch 'master' into srp 9 years ago
  toddouska f30a11f5ce Merge branch 'kaleb' 9 years ago
  toddouska ae397a0b7c Merge branch 'fix_logic' of https://github.com/kaleb-himes/wolfssl into kaleb 9 years ago
  toddouska ca66b59815 Merge pull request #120 from kaleb-himes/update_window_projects 9 years ago
  kaleb-himes b15e5b1747 updated existing projects to include wc_encrypt.c 9 years ago
  kaleb-himes 121a24ba15 update logic for ECC FASTMATH KEY-GEN and COMP-KEY 9 years ago
  Moisés Guimarães 114e3edc27 add srp example to test.c 9 years ago
  Moisés Guimarães 690cb14746 makes sure random values are safe. 9 years ago
  Moisés Guimarães 12b8445153 adds key generation function callback option. 9 years ago
  Moisés Guimarães f31c32bea2 adds docs using doxygen style. 9 years ago
  Moisés Guimarães 1d99bd3339 removes u from srp struct. 9 years ago
  Moisés Guimarães 53224281d2 adds proof getter and verifier for both sides. 9 years ago
  Moisés Guimarães 490d063dec adds key computation. 9 years ago
  Moisés Guimarães ba0c75011b adds secret computation. 9 years ago
  Moisés Guimarães 6ee788277f adds tests to SrpSetPassword(), SrpSetVerifier(), SrpGetVerifier(); 9 years ago
  Moisés Guimarães 6d5efccc55 finishes SrpSetPassword(), SrpSetVerifier(), SrpGetVerifier(); 9 years ago
  Moisés Guimarães 8b23b86659 Adds hash type directly inside SrpHash and removes temp hash from Srp struct. 9 years ago
  Moisés Guimarães 119dd0250e fixes field types in SRP structure; 9 years ago