Commit History

Autor SHA1 Mensaxe Data
  John Safranek 5e516cc2e0 Merge branch 'master' into fipsv2 %!s(int64=6) %!d(string=hai) anos
  David Garske cf9c352d91 Fixes for Arduino. Don't use C99 for Arduino. Enhanced the script to create as new folder in `IDE/ARDUINO/wolfSSL`. Updated README.md. %!s(int64=6) %!d(string=hai) anos
  John Safranek 4f1dd3b9a7 Test Fixes %!s(int64=6) %!d(string=hai) anos
  John Safranek 19da916102 Test Fixes %!s(int64=6) %!d(string=hai) anos
  Chris Conlon ad53037852 add CAVP selftest option for special build %!s(int64=6) %!d(string=hai) anos
  David Garske 3e05118995 * Added the `tls_bench` example to the build output when threading is supported. %!s(int64=6) %!d(string=hai) anos
  John Safranek 6fdbe02291 ECC FIPS %!s(int64=7) %!d(string=hai) anos
  Chris Conlon 43ef843257 add ECC private key export for unencrypted PKCS#8 %!s(int64=7) %!d(string=hai) anos
  David Garske bababf115a Moved to IDE/XCODE. Fixed build warnings with xcode. Updated the `user_settings.h` to support fast math, ECC, timing resistance, single precision math, ARMv8, SHA3, ChaCha20/Poly1305, Ed/Curve25519 and ensure default disables are defined. Added Xcode iOS benchmark example. Runs wolfCrypt test, wolfCrypt benchmark and the new TLS benchmark by cipher suite. %!s(int64=7) %!d(string=hai) anos
  David Garske 024c8725ad Testing improvements for cert gen and TLS cert validation: %!s(int64=7) %!d(string=hai) anos
  John Safranek 931fbde41d iOS/Android %!s(int64=7) %!d(string=hai) anos
  David Garske 4e735631e7 Fixes for PIC32MZ: %!s(int64=7) %!d(string=hai) anos
  toddouska 7853440d89 Merge pull request #1015 from dgarske/config_ignore_cleanup %!s(int64=7) %!d(string=hai) anos
  David Garske cebcee34dd Improve the Git ignore formula for `config`. Fixes issue #1012. %!s(int64=7) %!d(string=hai) anos
  Daniele Lacamera 6e6b341b46 Removed automatically generated file wolfssl.pc %!s(int64=7) %!d(string=hai) anos
  Nickolas Lapp 1e94868432 Add LINUX SGX Support for building of wolfSSL static library. See README %!s(int64=7) %!d(string=hai) anos
  Chris Conlon 8d032081ae Merge pull request #767 from shihrer/hexiwear_pr %!s(int64=7) %!d(string=hai) anos
  Chris Conlon 4f26e0341b allow different hashes with PKCS7 SignedData, cleanup conditional builds %!s(int64=7) %!d(string=hai) anos
  Michael b08e5f3b82 Merge branch 'master' into hexiwear_pr %!s(int64=7) %!d(string=hai) anos
  Michael Shihrer 21d2becd6b Modified settings.h to allow building on KSDK 1.3, modified test.c and benchmark.c to work with KSDK, added KDS project for building wolfSSL for Hexiwear %!s(int64=7) %!d(string=hai) anos
  David Garske c1640e8a3d Intel QuickAssist (QAT) support and async enhancements/fixes: %!s(int64=7) %!d(string=hai) anos
  David Garske e98a0465ae tenAsys INtime RTOS port. Porting complete for mutex semaphores, threading, file, socket and RNG. Added projects for libwolfssl and wolfExamples. The wolfExamples project includes examples for wolfCrypt Test/Benchmark and wolfSSL TLS client/server. Provided reference user_settings.h with comments and enable/disable gates. Added README.md with overview and instructions. Fixed issue building master with NO_WOLFSSL_DIR defined. Added check if old TLS is enabled that SHA and MD5 are enabled. Cleanup of the wolfCrypt test use of USE_CERT_BUFFERS with file system enabled. %!s(int64=7) %!d(string=hai) anos
  Jacob Barthelmeh f7737fdc55 expand BIO compatibility %!s(int64=8) %!d(string=hai) anos
  Moisés Guimarães 08f6d23e84 moves wolfcrypt-py implementation to wrapper/python/wolfcrypt %!s(int64=8) %!d(string=hai) anos
  toddouska 70b227011d Merge pull request #604 from JacobBarthelmeh/PKCS12 %!s(int64=8) %!d(string=hai) anos
  Chris Conlon 50464d4aef gitignore PKCS#7 test files, delete on make clean %!s(int64=8) %!d(string=hai) anos
  Jacob Barthelmeh b686deecbe PKCS12 : Add PKCS12 parsing %!s(int64=8) %!d(string=hai) anos
  John Safranek 6895803f2b Prepare release v3.9.10 %!s(int64=8) %!d(string=hai) anos
  John Safranek b7a35eabd2 Add simple SCTP example tools %!s(int64=8) %!d(string=hai) anos
  David Garske 17a34c5899 Added asynchronous wolfCrypt RSA, TLS client and Cavium Nitrox V support. Asynchronous wolfSSL client support for "DoServerKeyExchange", "SendClientKeyExchange", "SendCertificateVerify" and "DoCertificateVerify". Fixes for async DTLS. Refactor of the wolf event and async handling for use in wolfCrypt. Refactor of the async device support so its hardware agnostic. Added Cavium Nitrox V support (Nitrox tested using SDK v0.2 CNN55XX-SDK with new configure "--with-cavium-v=/dir" option). Moved Nitrox specific functions to new port file "port/cavium/cavium_nitrox.c". RSA refactor to handle async with states. RSA optimization for using dpraw for private key decode. Use double linked list in wolf event for faster/cleaner code. Use typedef for wolf event flag. Cleanup of the async error codes. wolfCrypt test and benchmark support for async RSA. Asynchronous mode enabled using "./configure --enable-asynccrypt". If no async hardware is defined then the internal async simulator (WOLFSSL_ASYNC_CRYPT_TEST) is used. Note: Using async mode requires async.c/h files from wolfSSL. If interested in using asynchronous mode please send email to info@wolfssl.com. %!s(int64=8) %!d(string=hai) anos