Commit History

Author SHA1 Message Date
  Daniel Pouzzner 106e39bd76 tests/api.c: in test_wc_CmacFinal(), don't use wc_CmacFinalNoFree() if FIPS <5.3. 9 months ago
  Daniel Pouzzner b14aba48af wolfcrypt/src/cmac.c: add wc_CmacFree(), revert wc_CmacFinal(), rename wc_CmacFinal() as wc_CmacFinalNoFree() removing its deallocation clauses, and add new wc_CmacFinal() that calls wc_CmacFinalNoFree() then calls wc_CmacFree() unconditionally, for compatibility with legacy client code (some of which may have previously leaked). 9 months ago
  Daniel Pouzzner 689a82a622 fix AES-related code, in both crypto and TLS layers, for various uninitialized data and resource leak defects around wc_AesInit() and wc_AesFree(): 9 months ago
  JacobBarthelmeh 1857648d7d Merge pull request #6976 from embhorn/gh6974 10 months ago
  jordan 8c1ab783a1 Add missing wc_AesInit calls: small cleanup. 10 months ago
  jordan 3158e04863 Add missing wc_AesInit calls. 10 months ago
  JacobBarthelmeh 5b3f5496f8 Merge pull request #6430 from kareem-wolfssl/memcached 10 months ago
  Eric Blankenhorn 7223b5a708 Fix spelling warnings 10 months ago
  JacobBarthelmeh 538ce14c62 Merge pull request #6953 from SKlimaRA/SKlimaRA/enable-ca-false 10 months ago
  Kareem ca61034d22 Add memcached support. 1 year ago
  JacobBarthelmeh 6945093221 Merge pull request #6935 from SparkiDev/ssl_crypto_extract 10 months ago
  Eric Blankenhorn 7bbeadcf97 Fix build errors with dtls1.3 and no tls1.2 10 months ago
  Daniel Pouzzner 7569cfdff8 src/internal.c,src/wolfio.c: fallback to SHA256 when NO_SHA, in LoadCertByIssuer(), MicriumGenerateCookie(), uIPGenerateCookie(), and GNRC_GenerateCookie(); 10 months ago
  jordan be24d68e5d Add EXTENDED_KEY_USAGE_free to OpenSSL compat layer. 10 months ago
  Stanislav Klima 76d89a0c15 unused variable 10 months ago
  Stanislav Klima f518a8f7d5 new build flag WOLFSSL_ALLOW_ENCODING_CA_FALSE 10 months ago
  Sean Parkinson 54f2d56300 ssl.c: Move out crypto compat APIs 11 months ago
  Stanislav Klima 4bbb0e3876 drafted ca false 10 months ago
  Daniel Pouzzner ca694938fd tests/api.c: update response vector in test_wolfSSL_CertManagerCheckOCSPResponse(), reflecting regenerated keys in certs/ocsp/. 10 months ago
  JacobBarthelmeh c5e2f414ea Merge pull request #6929 from julek-wolfssl/dtls13-early-data-server-side 10 months ago
  JacobBarthelmeh c92d25816a Merge pull request #6887 from julek-wolfssl/zd/16849 10 months ago
  Juliusz Sosinowicz 8c87920903 Address code review 11 months ago
  JacobBarthelmeh 96977d1480 Merge pull request #6900 from julek-wolfssl/zd/16868 11 months ago
  JacobBarthelmeh 21f34ef028 Merge pull request #6905 from bandi13/moreCodeSonarFixes 11 months ago
  JacobBarthelmeh c920337f2f Merge pull request #6891 from julek-wolfssl/zd/16849-i2d_x509 11 months ago
  JacobBarthelmeh 026c4bcbc7 Merge pull request #6902 from dgarske/various_20231020 11 months ago
  JacobBarthelmeh 98843798c2 Merge pull request #6934 from SparkiDev/regression_fixes_8 11 months ago
  Sean Parkinson 0eab70f806 Regression test fixes 11 months ago
  Juliusz Sosinowicz aed715cb2c dtls 1.3: allow to skip cookie exchange on resumption 11 months ago
  David Garske 0455224439 Fix build errors in API unit test without IO dependencies. 11 months ago