David Garske
|
9181c949ae
|
Added static ciphers and sniffer. Fixed spelling.
|
2021-06-17 15:19:45 -07:00 |
|
David Garske
|
ffb9a8b440
|
Improve the user_settings_template to incude Windows. Added STM32 configuration example.
|
2021-06-17 15:19:45 -07:00 |
|
David Garske
|
8b14bf2951
|
Additional user_settings.h examples.
|
2021-06-17 15:19:45 -07:00 |
|
David Garske
|
258e0c10da
|
Merge pull request #4142 from elms/fix/memtest
test: Fix memtest callbacks
|
2021-06-17 14:01:21 -07:00 |
|
Chris Conlon
|
bd6a353921
|
Merge pull request #4083 from dgarske/stm32_aes_gcm
Fix for STM32 AES GCM for HAL's that support byte sized headers
|
2021-06-17 13:08:15 -06:00 |
|
Elms
|
91f002235e
|
make: --enable-memtest track and --enable-memtest=fail to force failure
|
2021-06-17 10:45:39 -07:00 |
|
Elms
|
ad59b8af45
|
test: Fix memtest callbacks
|
2021-06-17 10:15:11 -07:00 |
|
David Garske
|
c802ea7ebd
|
Fix for unaligned authentication tag sizes when the STM32 Cube HAL supports it with CRYP_HEADERWIDTHUNIT_BYTE .
|
2021-06-17 08:15:44 -07:00 |
|
David Garske
|
b6ec698a83
|
Fix for FIPS case with hkdf_test.
|
2021-06-17 08:15:44 -07:00 |
|
David Garske
|
14b845a9a5
|
Fixes for wolfCrypt HMAC test without SHA1/SHA2. Added NO RNG option to cube pack configuration template.
|
2021-06-17 08:15:44 -07:00 |
|
David Garske
|
e8c4f857e1
|
Fix to use accelerated AES GCM when auth is not 4-byte aligned on platforms supporting byte header size.
|
2021-06-17 08:15:44 -07:00 |
|
David Garske
|
a1517dbfe4
|
Merge pull request #4138 from SparkiDev/ssl_reorg_2
Reorg of ssl.c: X509_STORE_CTX and X509_STORE APIs isolated
|
2021-06-17 07:38:25 -07:00 |
|
David Garske
|
eb7896919b
|
Merge pull request #4137 from SparkiDev/tls13_hrr_ch_ems
TLS EMS ext: TLS13 - send in second CH if in first
|
2021-06-17 07:29:19 -07:00 |
|
David Garske
|
5751e20bcc
|
Merge pull request #4136 from SparkiDev/tfm_size_checks
tfm: fix length check in add and mul_d
|
2021-06-17 07:28:40 -07:00 |
|
Sean Parkinson
|
ad4baec0f5
|
Merge pull request #4090 from JacobBarthelmeh/CAAM
CAAM: add dynamic setup of entropy delay on init
|
2021-06-17 17:06:01 +10:00 |
|
Jacob Barthelmeh
|
d09b7153f2
|
address review items
|
2021-06-17 09:43:06 +07:00 |
|
Sean Parkinson
|
4bba282a70
|
TLS EMS ext: TLS13 - send in second CH if in first
|
2021-06-17 11:40:48 +10:00 |
|
Sean Parkinson
|
effa7e079d
|
Reorg of ssl.c: X509_STORE_CTX and X509_STORE APIs isolated
|
2021-06-17 11:38:26 +10:00 |
|
David Garske
|
54cef64250
|
Merge pull request #4128 from SparkiDev/ssl_reorg_1
Reorg of ssl.c: PKCS7, PKCS12, crypto-only APIs isolated
|
2021-06-16 16:12:03 -07:00 |
|
Sean Parkinson
|
9023c4d65a
|
tfm: fix length check in add and mul_d
Check that the overflow digit is going to fit rather than whether we are
at limit after adding digit.
|
2021-06-17 09:11:01 +10:00 |
|
Kaleb Himes
|
93ae372c55
|
Merge pull request #4132 from dgarske/exebits
Remove execute bit on update pem/der files
|
2021-06-16 17:20:53 -05:00 |
|
David Garske
|
54f69079a8
|
Merge pull request #4131 from elms/fix/g++_enum_logical_op
fixes build with g++ automatically converting enum to int
|
2021-06-16 13:09:06 -07:00 |
|
David Garske
|
27218e1d40
|
Merge pull request #4129 from JacobBarthelmeh/Testing
add cert generation to renewcerts script
|
2021-06-16 10:21:59 -07:00 |
|
David Garske
|
90d894b9fd
|
Remove execute bit on update pem/der files.
|
2021-06-16 10:17:20 -07:00 |
|
David Garske
|
852892c85b
|
Merge pull request #4130 from embhorn/zd12463
Fix BIO_free_all return type
|
2021-06-16 10:06:49 -07:00 |
|
David Garske
|
e39fc4b6ec
|
Merge pull request #4099 from embhorn/zd12274
Fix nonblocking ret value from crlIOCb
|
2021-06-16 10:05:04 -07:00 |
|
Elms
|
75445f7810
|
fixes build with g++ automatically converting enum to int
|
2021-06-16 09:40:20 -07:00 |
|
Eric Blankenhorn
|
b3bfe2d12b
|
Fix BIO_free_all return type
|
2021-06-16 09:51:45 -05:00 |
|
Jacob Barthelmeh
|
d8fc01aabf
|
add cert generation to renewcerts script
|
2021-06-16 14:31:33 +07:00 |
|
Sean Parkinson
|
2ca6550207
|
Reorg of ssl.c: PKCS7, PKCS12, crypto-only APIs isolated
Moved functions to bottom of file in groups.
Whitespace changed but not code.
PKCS7 APIs and wolfSSL_d2i_PKCS12_fp now protected by !NO_CERTS
|
2021-06-16 16:08:24 +10:00 |
|
Sean Parkinson
|
5bb639f6db
|
Merge pull request #4126 from dgarske/certs_test_expired
Fixes for expired test certs
|
2021-06-16 11:25:54 +10:00 |
|
Sean Parkinson
|
d849606bba
|
Merge pull request #4109 from guidovranken/Base64_SkipNewline-fixes
Additional length check improvements in Base64_SkipNewline
|
2021-06-16 08:52:32 +10:00 |
|
Sean Parkinson
|
b73673a218
|
Merge pull request #3794 from TakayukiMatsuo/os_keyprint
Add wolfSSL_EVP_PKEY_print_public
|
2021-06-16 08:43:41 +10:00 |
|
David Garske
|
1374ab7da5
|
Merge pull request #4123 from SparkiDev/sp_int_neg_cmp
SP math all: sp_cmp handling of negative values
|
2021-06-15 15:33:29 -07:00 |
|
David Garske
|
6d95188f4b
|
Fixes for expired test certs. Generated using cd certs/test && ./gen-testcerts.sh .
|
2021-06-15 15:07:34 -07:00 |
|
Eric Blankenhorn
|
8900d05167
|
Fix nonblocking ret value from crlIOCb
|
2021-06-15 15:31:29 -05:00 |
|
David Garske
|
2f39e6c217
|
Merge pull request #4122 from kaleb-himes/BUGREPORT_M_W_GCOV
Address bug that fails to ignore select files generated by gcov. Thanks to M.W. for the report
|
2021-06-15 11:07:30 -07:00 |
|
David Garske
|
a9515b80eb
|
Merge pull request #4108 from elms/fix/scripts/paths_w_spaces
tests: fix test scripts for paths with spaces
|
2021-06-15 08:18:08 -07:00 |
|
TakayukiMatsuo
|
c6680d08ba
|
Fix coding issues
|
2021-06-15 11:16:38 +09:00 |
|
Sean Parkinson
|
cce96f5fe6
|
Merge pull request #4114 from dgarske/secrene_extmst
Check for insecure build combination of secure renegotiation and no extended master secret
|
2021-06-15 10:52:25 +10:00 |
|
Sean Parkinson
|
12c358bc30
|
Merge pull request #3979 from dgarske/tls13_async
Asynchronous support for TLS v1.3 TLSX ECC/DH key generation and key agreement
|
2021-06-15 10:02:19 +10:00 |
|
Sean Parkinson
|
b9715432f8
|
SP math all: sp_cmp handling of negative values
|
2021-06-15 09:44:06 +10:00 |
|
Sean Parkinson
|
07784e9f56
|
Merge pull request #4066 from dgarske/stm_pka
Fixes for STM32 PKA with ECC
|
2021-06-15 08:33:50 +10:00 |
|
David Garske
|
77df7d8630
|
Merge pull request #3968 from elms/pedantic_cleanup
Fixes for some `-pedantic` errors
|
2021-06-14 13:46:39 -07:00 |
|
David Garske
|
831e1713f1
|
Merge pull request #4076 from TakayukiMatsuo/st_timeout
Add session ticket timeout check in DoSessionTicket
|
2021-06-14 13:44:32 -07:00 |
|
David Garske
|
fd6b30ef32
|
Merge pull request #4111 from elms/silabs/fix_ecc_shared_secret_outlen
silabs: fix `wc_ecc_shared_secret` to only return x coordinate
|
2021-06-14 13:44:00 -07:00 |
|
kaleb-himes
|
eea9866967
|
Address bug that fails to ignore select files generated by gcov. Thanks to M.W. for the report
|
2021-06-14 14:40:11 -06:00 |
|
Chris Conlon
|
7ad4a3dffd
|
Merge pull request #4086 from miyazakh/psk_length_zero
treats a return of zero from callback as no psk available
|
2021-06-14 13:54:00 -06:00 |
|
Chris Conlon
|
a8d185cb9e
|
Merge pull request #4117 from TakayukiMatsuo/tk12403
Add null-parameters-test cases for SHA(), SHA224(), MD5() and MD5_xxx().
|
2021-06-14 13:52:01 -06:00 |
|
Chris Conlon
|
9d569dfeb7
|
Merge pull request #4116 from miyazakh/tcp_accept
fix api unit test compile failure
|
2021-06-14 13:49:00 -06:00 |
|