Commit History

Author SHA1 Message Date
  David Garske 6e572cc91d Merge pull request #6352 from SparkiDev/asn1_print 1 year ago
  Sean Parkinson d2afe9e5e0 Memory usage improvements 1 year ago
  Sean Parkinson 9cdee20a7d ASN.1 print: implementation to parse and print added 1 year ago
  John Bland 6369b1e9ec Merge pull request #6371 from dgarske/lowres 1 year ago
  David Garske 4b90afa37b Provide way to disable ASN but have `wc_RsaPublicKeyDecodeRaw`, which doesn't need ASN.1 parsing. 1 year ago
  David Garske 61dfbf5ef2 Fixes and improvements for building with low footprint. Fix for ASN template with RSA verify only (was missing `mp_leading_bit`). Fix to allow disabling DRBG with crypto callbacks enabled. Updated the wolfTPM user_settings.h template with low resource option. 1 year ago
  David Garske ceeda82906 Add option to support disabling thread local `--disable-threadlocal`. Useful for cross-compile situation where thread local storage is not desired. ZD 16062 1 year ago
  Daniel Pouzzner 3f60fa8c3b configure.ac: escape backslashes when generating preprocessor directives for .build_params; delete backslashes and process parenthesized arguments correctly when generating options.h. 1 year ago
  Daniel Pouzzner 800f4df7a3 fix typos in configure.ac (from shellcheck --severity=warning). 1 year ago
  Jacob Barthelmeh cb9a121bd7 fix configure, compatibility layer needed big int. for BN use 1 year ago
  JacobBarthelmeh 04ee247389 do not default to heapmath if no other math libraries found, add NO_BIG_INT as a math option in settings.h 1 year ago
  JacobBarthelmeh 26a0142f51 add nomath option for builds without a math library 1 year ago
  Sean Parkinson 10c1009bbd Merge pull request #6127 from JacobBarthelmeh/qnx 1 year ago
  JacobBarthelmeh cb422bfaf7 Merge pull request #6242 from julek-wolfssl/harden-tls 1 year ago
  JacobBarthelmeh 30adcd58d8 IMX6Q CAAM Port 1 year ago
  Daniel Pouzzner c08878ac94 configure.ac: include both -I. and -I$srcdir for "circular dependency" test, so that ${build_pwd}/wolfssl/options.h is found in out-of-tree builds; streamline scripting that dynamically sets $TRIM; 1 year ago
  Juliusz Sosinowicz 505ab746c6 Tabs -> spaces 1 year ago
  JacobBarthelmeh e1730c760c check if colrm is available for options.h creation 1 year ago
  Lealem Amedie 6824166cf9 Add QAT flags to logic checking for dependencies 1 year ago
  Juliusz Sosinowicz 7116f1e005 Add comment. 1 year ago
  Juliusz Sosinowicz f0ad01f552 Send secure renegotiation extension by default 1 year ago
  Juliusz Sosinowicz c0b0c14a15 Allow user to choose between 112 and 128 bits of security 1 year ago
  Juliusz Sosinowicz e465089798 No old TLS check 1 year ago
  Juliusz Sosinowicz 7791b8ff4d Add config option 1 year ago
  JacobBarthelmeh 877e026da4 prepare for release 5.6.0 1 year ago
  Daniel Pouzzner 0a90b2d354 configure.ac: further fix for header loop check -- construct header list while in $srcdir, so that -I${srcdir} works as expected. see earlier commits 7baddb04f8 a7d9ea7550 b3a1ac80dc . 1 year ago
  Daniel Pouzzner b3a1ac80dc configure.ac: don't check for opensslextra circular header dependencies if ENABLED_LINUXKM (handcrafted linuxkm/Makefile and linuxkm/Kbuild set up paths to correctly find dependencies like linux/mutex.h). 1 year ago
  Daniel Pouzzner ab71f6fd4c extend C89 build to whole codebase including examples: 1 year ago
  Daniel Pouzzner a7d9ea7550 configure.ac: fix openssl header circular dependency detector to work on out-of-tree builds. 1 year ago
  Juliusz Sosinowicz 7baddb04f8 Check for circular dependencies in compatibility headers (#6091) 1 year ago