Commit History

作者 SHA1 備註 提交日期
  Eric Blankenhorn b83804cb9d Correct misspellings and typos from codespell tool 4 年之前
  Sean Parkinson b9a82204e2 Blinding for DSA sign 4 年之前
  toddouska 7098fdff29 Merge pull request #2382 from SparkiDev/dsa_ct 5 年之前
  Sean Parkinson d7b893f250 Use a fixed number of bits with DSA gen and sign 5 年之前
  Sean Parkinson 9e26bc40bb Generate k for DSA signature as per FIPS 186-4 B.2.2 5 年之前
  John Safranek 246c444b93 Updates for v4.0.0 5 年之前
  Aaron Jense 79590f3310 silence warning for unreachable statement from some compilers. 6 年之前
  John Safranek 771e349925 Prime Number Testing 6 年之前
  John Safranek 997a377310 Prime Number Testing 6 年之前
  Chris Conlon d78a6cebd8 allow DSA raw export functions to return buffer sizes 6 年之前
  Chris Conlon 09bb2e5837 clarify DSA variable names, use WOLFSSL_BIT_SIZE 6 年之前
  Chris Conlon fc563550c6 add DSA raw params import export, raw key export functions 6 年之前
  Chris Conlon 61f6b9ce0f add DSA 186-4 key generation 6 年之前
  David Garske 911b6f95f8 Release v3.12.2 (lib 14.0.0). Updated copywright. 7 年之前
  David Garske 6707be2b0e Added new `--disable-oldnames` option to allow for using openssl along-side wolfssl headers (without OPENSSL_EXTRA). Add `--enable-opensslcoexist` which makes sure `oldnames` is disabled. Refactor of `SSL_` to `WOLF_SSL_`. Refactor of `SHA`, `MD5`, `SHA224`, `SHA256`, `SHA512` and `SHA384` to `WC_` naming. 7 年之前
  jrblixt 3560eed52b Add Dsa unit test functions. 7 年之前
  David Garske 73567853d3 Fix possible memory leak in DSA and ECC (mp_clear should always be called since async was implemented… even for fast math). Fix dynamic type mismatch in PKCS7. 7 年之前
  David Garske 9c7407d18c Added return codes to wc_InitDhKey, wc_InitDsaKey and mp_set. Added missing return code checks on mp_copy in ecc.c. Fixed build with DSA and no ECC where mp_set function def would be missing. 7 年之前
  David Garske bced81d234 Improve handling of mp_init / mp_clear for DH and DSA after speed-up. 7 年之前
  David Garske 3bec816f97 Cleanup min(), TRUE, FALSE, ALIGN16 and ALIGN32. Replace only use of BYTE3_LEN with OPAQUE24_LEN. Replace “ “ with “\t” (saves bytes and is consistent). Fix align issue with “WOLFSSL_EVP_MD_CTX” hash. 7 年之前
  David Garske 8e64d564dc NXP/Freescale K8X MMCAU / LTC core support for RSA, ECC, Ed/Curve25519, AES, DSA, DES3, MD5, RNG, SHA and SHA2. 8 年之前
  toddouska d9163e4554 add dsa sign sanity check on r/s 8 年之前
  toddouska 9e4e08d7a7 fix dsa pre padding 8 年之前
  Jacob Barthelmeh 2feee8856e revise static memory and update heap hint 8 年之前
  David Garske 993972162e MinGW fixes, server port assigning cleanup and ping test cleanup. Fixes issue with visibility detection with MinGW. The visibility.m4 script was not actually trying to call the hidden function, which caused MinGW to detect improperly that visibility was supported. Fix for bogusFile on Windows build. Fixes to build warnings for unused variable 'res' and signed/unsigned comparison for sizeof min(). Cleanup of the server side port assignment to allow use with Windows/MinGW/Cygwin. If Windows uses new GetRandomPort() function in test.h to get port in in the 49152 - 65535 range. If *nix then uses the tcp_listen returned port. Otherwise uses the default wolfSSLPort. Refactor of the ping test code to use common file and properly handle ping count differences (Windows "-c" vs. *Nix style "-n"). Workaround for MinGW and cyassl/options.h getting file permissions error. Added non-fatal compile warning if using MinGW that "strtok_s" might be missing along with a link to public domain source that can be used. 8 年之前
  Jacob Barthelmeh e99a5b0483 prepare for release v3.9.0 8 年之前
  Chris Conlon 4b74e96542 remove stdio.h from dsa.c 9 年之前
  Chris Conlon 5d40c5f566 Rename RNG to WC_RNG for Freescale, add NO_OLD_RNGNAME define to completely remove RNG type usage 9 年之前
  Ludovic FLAMENT 8951d72f03 Merge branch 'master' of https://github.com/wolfSSL/wolfssl 9 年之前
  Ludovic FLAMENT 349edd40c2 Add support for OpenSSH ssh-keygen tools 9 年之前