Juliusz Sosinowicz
|
d747df2ae4
|
Make sure no mutexes are held when cond API are called
|
2023-08-09 16:25:58 +02:00 |
|
Juliusz Sosinowicz
|
7ba00f3b84
|
Initialize BIO methods at compile time
|
2023-08-09 16:23:46 +02:00 |
|
Juliusz Sosinowicz
|
6fcdead112
|
Check error codes from pthread funcs
|
2023-08-09 14:20:29 +02:00 |
|
Juliusz Sosinowicz
|
27feb9b9e9
|
Simplify mac cond type
|
2023-08-09 14:18:32 +02:00 |
|
David Garske
|
c7b6fa2931
|
Return codes and missed srtp.
|
2023-08-08 13:58:38 -07:00 |
|
David Garske
|
39f632d096
|
Remove lockCount.
|
2023-08-08 12:51:27 -07:00 |
|
David Garske
|
5b16586483
|
Fixes for wolfSSL conditional porting. Can cause deadlock in high usage situations. Added better signal support on MacOS. Issue created in PR #6437.
|
2023-08-08 12:46:42 -07:00 |
|
JacobBarthelmeh
|
33e31ed41c
|
Merge pull request #6675 from douzzer/20230805-clang-18-tidy-fixes
20230805-clang-18-tidy-fixes
|
2023-08-07 14:55:15 -06:00 |
|
Daniel Pouzzner
|
e51ca7941f
|
fixes for code warned by clang-tidy:18 and cppcheck-2.11:
bugprone-inc-dec-in-conditions: examples/server/server.c:server_test(), src/internal.c:MatchDomainName(), src/x509.c:wolfSSL_X509_set_ext(), wolfcrypt/src/asn.c:MatchBaseName()
missingReturn: wolfcrypt/src/wc_port.c:mystrnstr()
bugprone-unused-return-value: wolfcrypt/src/wc_port.c:wolfSSL_NewThreadNoJoin()
clang-analyzer-deadcode.DeadStores: wolfssl/test.h:udp_accept()
|
2023-08-05 12:28:41 -05:00 |
|
JacobBarthelmeh
|
c9b72d7b61
|
Merge pull request #6673 from anhu/readfile
Change ReadFile instances to app-specific naming.
|
2023-08-04 13:48:49 -06:00 |
|
JacobBarthelmeh
|
65b515aec8
|
Merge pull request #6655 from julek-wolfssl/threading-testing
Port testing to wolfSSL threading interface
|
2023-08-04 13:46:14 -06:00 |
|
Anthony Hu
|
30fda7ad38
|
Change ReadFile instances to app-specific naming.
ReadFile conflicts with a windows API.
|
2023-08-04 13:50:46 -04:00 |
|
Juliusz Sosinowicz
|
90a6a14878
|
Merge pull request #6446 from JacobBarthelmeh/session
|
2023-08-04 11:34:59 +02:00 |
|
Juliusz Sosinowicz
|
e04033ae3d
|
Adjust timeout to account for longer brew install
|
2023-08-04 10:49:39 +02:00 |
|
Juliusz Sosinowicz
|
decee67138
|
Use random port in crl test
|
2023-08-04 10:49:39 +02:00 |
|
Juliusz Sosinowicz
|
67d6d438c5
|
Port testing to wolfSSL threading interface
|
2023-08-04 10:49:39 +02:00 |
|
Hideki Miyazaki
|
ae90a9b2c0
|
Merge pull request #6665 from TakayukiMatsuo/jp6472
Update Japanese API comments
|
2023-08-04 14:37:33 +09:00 |
|
JacobBarthelmeh
|
83de744dcf
|
Merge pull request #6671 from SparkiDev/sm_impl_redirect
SM Ciphers: Reference the GitHub repository to get implementation
|
2023-08-03 16:41:46 -06:00 |
|
JacobBarthelmeh
|
7f0cfcb27d
|
Merge pull request #6667 from bandi13/byebyeCyaSSL
Byebye cya ssl
|
2023-08-03 15:43:01 -06:00 |
|
Sean Parkinson
|
e7ae80493b
|
SM Ciphers: Reference the GitHub repository to get implementation
wolfsm is public and we can point people to repository.
|
2023-08-04 07:28:21 +10:00 |
|
Sean Parkinson
|
71f9162b99
|
Merge pull request #6668 from julek-wolfssl/zd/16515
DTLS downgrade bug fixes
|
2023-08-04 07:20:01 +10:00 |
|
JacobBarthelmeh
|
a60810cebe
|
Merge pull request #6664 from joakim-strandberg/ada_windows_support
Ada windows support
|
2023-08-03 14:40:34 -06:00 |
|
JacobBarthelmeh
|
0c39b8074e
|
Merge pull request #6654 from lealem47/zd16475
Fix of buffer overflow in GenerateDNSEntryRIDString()
|
2023-08-03 14:12:47 -06:00 |
|
JacobBarthelmeh
|
1da000b244
|
Merge pull request #6670 from anhu/080
Document that we integrate with liboqs 0.8.0
|
2023-08-03 13:29:32 -06:00 |
|
Andras Fekete
|
a6c850d7f9
|
Fix CAVP errors
|
2023-08-03 12:05:40 -04:00 |
|
Anthony Hu
|
54ab1b1113
|
Document that we integrate with liboqs 0.8.0
|
2023-08-03 10:23:12 -04:00 |
|
Juliusz Sosinowicz
|
8a9a363621
|
DTLS 1.3: move state machine forward when HVR received
|
2023-08-03 15:00:14 +02:00 |
|
Juliusz Sosinowicz
|
907a0201e7
|
Require HAVE_SECURE_RENEGOTIATION for API that perform SCR (not just indication)
|
2023-08-03 11:32:42 +02:00 |
|
Juliusz Sosinowicz
|
5a94dc961d
|
DtlsShouldDrop: don't ignore app data sent before a SCR handshake
|
2023-08-03 11:32:03 +02:00 |
|
Juliusz Sosinowicz
|
158402ab03
|
Add logging prefixes to api.c client and server
|
2023-08-03 11:31:47 +02:00 |
|
TakayukiMatsuo
|
f35173b1a6
|
Update Japanese API comments
|
2023-08-03 09:47:19 +09:00 |
|
Andras Fekete
|
b31e485dc9
|
Remove 'HAVE_FIPS_VERSION < 2' blocks
|
2023-08-02 17:08:03 -04:00 |
|
Andras Fekete
|
f5164d325b
|
Remove weird control char + copy/paste errors
|
2023-08-02 16:14:25 -04:00 |
|
Andras Fekete
|
de0048e5b2
|
Put back netbsd- and marvell-linux-selftest modes
|
2023-08-02 14:23:29 -04:00 |
|
JacobBarthelmeh
|
05b692d01c
|
Merge pull request #6661 from julek-wolfssl/zd/16477
Recover when the client sends a 0-length session ID when using tickets
|
2023-08-02 11:37:21 -06:00 |
|
Juliusz Sosinowicz
|
dee32247b9
|
Code review
|
2023-08-02 18:02:41 +02:00 |
|
Juliusz Sosinowicz
|
bfe7bc0fcc
|
Recover when the client sends a 0-length session ID when using tickets
Fixes ZD16477
|
2023-08-02 18:02:30 +02:00 |
|
JacobBarthelmeh
|
fbc6ed4fe4
|
Merge pull request #6662 from julek-wolfssl/zd/16504
DoHelloVerifyRequest: only do DTLS 1.3 version check
|
2023-08-02 09:22:05 -06:00 |
|
JacobBarthelmeh
|
a885a94b21
|
Merge pull request #6669 from douzzer/20230801-fips-nullcipher
20230801-fips-nullcipher
|
2023-08-02 08:59:46 -06:00 |
|
Juliusz Sosinowicz
|
6f4fabaac9
|
Adjust DER size
|
2023-08-02 10:30:12 +02:00 |
|
Juliusz Sosinowicz
|
724fe53379
|
DoHelloVerifyRequest: only do DTLS 1.3 version check
|
2023-08-02 10:30:12 +02:00 |
|
Andras Fekete
|
2a6956a954
|
Missing commit
|
2023-08-01 17:55:38 -04:00 |
|
Joakim Strandberg
|
8794e3f2f6
|
Updated the Ada wrapper README.md file and removed mention of the c_tls_client_main.c and c_tls_server_main.c files.
|
2023-08-01 23:08:52 +02:00 |
|
Joakim Strandberg
|
0e74213692
|
Fix display of SPARK tool output in README
|
2023-08-01 22:45:07 +02:00 |
|
Andras Fekete
|
a0668bd9ab
|
Remove FIPS-check for v1
|
2023-08-01 15:46:40 -04:00 |
|
Andras Fekete
|
25f542adb4
|
Clean up compile errors
|
2023-08-01 15:46:18 -04:00 |
|
Daniel Pouzzner
|
d250eb8327
|
configure.ac: in FIPS builds, remove nullcipher from enable-all and enable-all-crypto, and error on explicit --enable-nullcipher with FIPS unless fips=dev.
|
2023-08-01 12:24:50 -05:00 |
|
Chris Conlon
|
27a59761b9
|
Merge pull request #6520 from miyazakh/tsip_cryptonly
Support TSIP crypt only
|
2023-08-01 10:13:18 -06:00 |
|
Andras Fekete
|
6e33fe3b51
|
Remove cyassl reference
|
2023-08-01 10:57:19 -04:00 |
|
Andras Fekete
|
44b634a597
|
More cleanup
|
2023-08-01 10:29:03 -04:00 |
|