Daniel Pouzzner
|
106e39bd76
tests/api.c: in test_wc_CmacFinal(), don't use wc_CmacFinalNoFree() if FIPS <5.3.
|
11 miesięcy temu |
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).
|
11 miesięcy temu |
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():
|
11 miesięcy temu |
JacobBarthelmeh
|
1857648d7d
Merge pull request #6976 from embhorn/gh6974
|
11 miesięcy temu |
jordan
|
8c1ab783a1
Add missing wc_AesInit calls: small cleanup.
|
11 miesięcy temu |
jordan
|
3158e04863
Add missing wc_AesInit calls.
|
11 miesięcy temu |
JacobBarthelmeh
|
5b3f5496f8
Merge pull request #6430 from kareem-wolfssl/memcached
|
11 miesięcy temu |
Eric Blankenhorn
|
7223b5a708
Fix spelling warnings
|
11 miesięcy temu |
JacobBarthelmeh
|
538ce14c62
Merge pull request #6953 from SKlimaRA/SKlimaRA/enable-ca-false
|
11 miesięcy temu |
Kareem
|
ca61034d22
Add memcached support.
|
1 rok temu |
JacobBarthelmeh
|
6945093221
Merge pull request #6935 from SparkiDev/ssl_crypto_extract
|
11 miesięcy temu |
Eric Blankenhorn
|
7bbeadcf97
Fix build errors with dtls1.3 and no tls1.2
|
11 miesięcy temu |
Daniel Pouzzner
|
7569cfdff8
src/internal.c,src/wolfio.c: fallback to SHA256 when NO_SHA, in LoadCertByIssuer(), MicriumGenerateCookie(), uIPGenerateCookie(), and GNRC_GenerateCookie();
|
11 miesięcy temu |
jordan
|
be24d68e5d
Add EXTENDED_KEY_USAGE_free to OpenSSL compat layer.
|
1 rok temu |
Stanislav Klima
|
76d89a0c15
unused variable
|
1 rok temu |
Stanislav Klima
|
f518a8f7d5
new build flag WOLFSSL_ALLOW_ENCODING_CA_FALSE
|
1 rok temu |
Sean Parkinson
|
54f2d56300
ssl.c: Move out crypto compat APIs
|
1 rok temu |
Stanislav Klima
|
4bbb0e3876
drafted ca false
|
1 rok temu |
Daniel Pouzzner
|
ca694938fd
tests/api.c: update response vector in test_wolfSSL_CertManagerCheckOCSPResponse(), reflecting regenerated keys in certs/ocsp/.
|
1 rok temu |
JacobBarthelmeh
|
c5e2f414ea
Merge pull request #6929 from julek-wolfssl/dtls13-early-data-server-side
|
1 rok temu |
JacobBarthelmeh
|
c92d25816a
Merge pull request #6887 from julek-wolfssl/zd/16849
|
1 rok temu |
Juliusz Sosinowicz
|
8c87920903
Address code review
|
1 rok temu |
JacobBarthelmeh
|
96977d1480
Merge pull request #6900 from julek-wolfssl/zd/16868
|
1 rok temu |
JacobBarthelmeh
|
21f34ef028
Merge pull request #6905 from bandi13/moreCodeSonarFixes
|
1 rok temu |
JacobBarthelmeh
|
c920337f2f
Merge pull request #6891 from julek-wolfssl/zd/16849-i2d_x509
|
1 rok temu |
JacobBarthelmeh
|
026c4bcbc7
Merge pull request #6902 from dgarske/various_20231020
|
1 rok temu |
JacobBarthelmeh
|
98843798c2
Merge pull request #6934 from SparkiDev/regression_fixes_8
|
1 rok temu |
Sean Parkinson
|
0eab70f806
Regression test fixes
|
1 rok temu |
Juliusz Sosinowicz
|
aed715cb2c
dtls 1.3: allow to skip cookie exchange on resumption
|
1 rok temu |
David Garske
|
0455224439
Fix build errors in API unit test without IO dependencies.
|
1 rok temu |