Commit History

Author SHA1 Message Date
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 1 year ago
  Sean Parkinson 1b29f7353a Check memory is zeroized 2 years ago
  Juliusz Sosinowicz afca455cda stunnel 5.61 support 2 years ago
  Daniel Pouzzner b7cecbacb2 update headers to resolve clang-tidy carping (mostly bugprone-macro-parentheses and readability-named-parameter). also disables MSC C4028 because incompatible with readability-avoid-const-params-in-decls. 2 years ago
  Juliusz Sosinowicz 3563585274 #240 2 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  David Garske 6425ebb60e Linux Kernel Module support using "--enable-linuxkm". 8 years ago
  Jacob Barthelmeh 173b9833fc fixes for edge build cases and static memory 4 years ago
  David Garske fb5c9e5268 Adjust static memory case with TLS v1.3 enabled. 4 years ago
  Jacob Barthelmeh 51d55ed1c8 account for different peer certificate in test case, g++ build fix, static memory size increase 4 years ago
  Chris Conlon 45c5a2d39c update copyright to 2020 4 years ago
  Eric Blankenhorn b83804cb9d Correct misspellings and typos from codespell tool 4 years ago
  kaleb-himes 306b280ccd Add test cases and implement peer suggestions 4 years ago
  cariepointer 2dafd2102c Add Apache HTTP Server compatibility and --enable-apachehttpd option (#2466) 4 years ago
  David Garske f26a9589ff Added support for printf override using XPRINTF for wolfCrypt test/benchmark. Added ability to override snprintf with XSNPRINTF. If `STRING_USER` is defined no standard lib `<string.h>` or `<stdio.h>` will be included. 5 years ago
  Jacob Barthelmeh 88bf5d9676 add sanity check on buffer index and regression tests 5 years ago
  John Safranek 22b2ae7358 Release Fixes 5 years ago
  John Safranek 246c444b93 Updates for v4.0.0 5 years ago
  Sean Parkinson 8bb4e23f8d Various improvements for testing 5 years ago
  kaleb-himes 15b6c39929 Updates based on Jacobs Feedback 5 years ago
  kaleb-himes 502e3c2b6d Address maintenance item: external test w/ static mem 5 years ago
  Go Hosohara d9c0e1ddde increase memory bucket size 5 years ago
  Go Hosohara fd634141bd wolfSSL_get_rbio,wolfSSL_get_wbio. 6 years ago
  Go Hosohara fd01659baa Obj_obj2nid 6 years ago
  Go Hosohara 3f82fb62a0 SSL_get_peer_cert_chain() count value check in api.c 6 years ago
  Eric Blankenhorn bb574d28b2 Support for more cert subject OIDs and raw subject access (#1734) 5 years ago
  John Safranek 50372b7033 Memory Callback 5 years ago
  David Garske 2c3475c1d6 Added new build option `--enable-memtest` or `WOLFSSL_FORCE_MALLOC_FAIL_TEST` which enables random malloc failures for testing. This test supresses the `abort()` calls to detect seg faults. A new script `./scripts/memtest.sh` starts the test. If an issue is found it can be reviewed with the `./scripts/memtest.txt` log and reproduced using the seed printed at top of unit test as `--- RNG MALLOC FAIL AT 295---` and rerun using `./tests/unit.test 295`. 6 years ago
  David Garske ef076a68d3 Added new API `wolfSSL_ResetAllocators` to allow reset of memory callbacks to defaults. Added new `CleanupMemoryTracker` which restores memory callback functions. This resolves issue with trying to free memory allocated prior to InitMemoryTracker. 6 years ago
  connerwolfssl 841e75afcf Merge branch 'master' of https://github.com/wolfssl/wolfssl 6 years ago