Sean Parkinson
|
0336fdb98d
|
Fix SP math for small builds
|
2020-07-17 12:00:14 +10:00 |
TakayukiMatsuo
|
cd025d4e03
|
Added RX72NEnvisionkit/include.am
|
2020-07-17 09:30:40 +09:00 |
Ethan Looney
|
96e59118fc
|
Changed the if defined order and to include fips and selftest
|
2020-07-16 15:50:03 -07:00 |
Ethan Looney
|
2275b89654
|
Removed unnecessary comments and added HashInit's and checked that they returned errors when they should
|
2020-07-16 12:38:55 -07:00 |
toddouska
|
50f228af0a
|
Merge pull request #3125 from SparkiDev/mp_leading_bit
Change mp_leading_bit (integer.c) to not to require a copy
|
2020-07-16 11:05:09 -07:00 |
toddouska
|
859a1eebe4
|
Merge pull request #3124 from SparkiDev/sp_add_d
Fix sp_add_d
|
2020-07-16 10:56:28 -07:00 |
toddouska
|
9137794cb4
|
Merge pull request #3105 from embhorn/zd10457_a
Adding wolfSSL_X509_check_ip_asc
|
2020-07-16 10:53:27 -07:00 |
Sean Parkinson
|
eb7a01342f
|
fp_set_bit: return error when bit offset is too large
If the bit to set is beyond the predefined maximum size then return an
error.
Same for fp_is_bit_set().
|
2020-07-16 12:34:31 +10:00 |
Eric Blankenhorn
|
f2b279e834
|
Update from review
|
2020-07-15 20:57:04 -05:00 |
toddouska
|
fbe0c8cba7
|
Merge pull request #3122 from JacobBarthelmeh/Compatibility-Layer
fix X509 multiple OU's and refactor
|
2020-07-15 15:06:22 -07:00 |
toddouska
|
925e9d9213
|
Merge pull request #3075 from julek-wolfssl/dtls-no-cookie
DTLS session resumption fixes
|
2020-07-15 14:07:34 -07:00 |
toddouska
|
edf88c3da1
|
Merge pull request #3073 from SparkiDev/tls13_dox
Update TLS 1.3 function Doxygen documentation
|
2020-07-15 13:58:07 -07:00 |
Ethan Looney
|
d54a51cd20
|
Added if not defined wc_no_rng
|
2020-07-15 13:56:12 -07:00 |
Ethan Looney
|
7a642e2b78
|
Added unit tests for Random.c
|
2020-07-15 12:55:19 -07:00 |
Ethan Looney
|
6be76e84ec
|
Fixed formatting for Shake256Hash
|
2020-07-15 12:52:17 -07:00 |
Ethan Looney
|
9a07df9631
|
Changed hash size to 144 for Shake256Hash
|
2020-07-15 12:52:17 -07:00 |
Ethan Looney
|
379212acec
|
Initialized variable data
|
2020-07-15 12:52:17 -07:00 |
Ethan Looney
|
aaa6e892da
|
Added unit tests for hash.c
|
2020-07-15 12:52:17 -07:00 |
Eric Blankenhorn
|
525a3cb9c3
|
Move API out of OPENSSL_EXTRA
|
2020-07-15 10:48:11 -05:00 |
Eric Blankenhorn
|
d1a82589f9
|
Adding wolfSSL_X509_check_ip_asc
|
2020-07-15 10:48:11 -05:00 |
David Garske
|
12478a4534
|
Merge pull request #3128 from tmael/fips_ossl
Correct string truncation of XSTRNCAT
|
2020-07-14 17:17:27 -07:00 |
Sean Parkinson
|
e754076c37
|
Change mp_leading_bit (integer.c) to not to require a copy
|
2020-07-15 09:20:15 +10:00 |
Sean Parkinson
|
ddad95d52c
|
mp_sub_d (integer.c): return error when digit is too big
Code can't handle subtracting a number (an mp_digit) larger than
DIGIT_BIT. Now returns an error rather than giving wrong result.
|
2020-07-15 09:18:35 +10:00 |
Sean Parkinson
|
51e49dbfac
|
Fix sp_add_d
|
2020-07-15 09:15:04 +10:00 |
Jacob Barthelmeh
|
a8736dd89d
|
set heap hint for name malloc
|
2020-07-14 14:23:49 -06:00 |
toddouska
|
1caa6f860b
|
Merge pull request #3088 from kaleb-himes/ZD10539
Change Hash union to wc_Hmac_Hash
|
2020-07-14 11:23:30 -07:00 |
toddouska
|
2dcf4c1696
|
Merge pull request #3087 from SparkiDev/sp_math_mod
Fix div implementation in SP int
|
2020-07-14 11:19:15 -07:00 |
Jacob Barthelmeh
|
173b9833fc
|
fixes for edge build cases and static memory
|
2020-07-14 09:07:23 -06:00 |
TakayukiMatsuo
|
20682ef0aa
|
Add support for RX72N Envision Kit
|
2020-07-14 11:33:19 +09:00 |
Tesfa Mael
|
aee208f1b1
|
Correct build
|
2020-07-13 17:29:12 -07:00 |
Chris Conlon
|
4938baa892
|
Merge pull request #3121 from ethanlooney/12th_branch
Added unit tests for Sha3.c
|
2020-07-13 17:29:45 -06:00 |
Jacob Barthelmeh
|
85437e4097
|
add sanity check on padSz
|
2020-07-13 17:17:57 -06:00 |
Jacob Barthelmeh
|
63c8f7d1b1
|
x509 small build and memory free
|
2020-07-13 15:51:27 -06:00 |
Chris Conlon
|
a77085960e
|
Merge pull request #3103 from TakayukiMatsuo/master
Supprted TSIP v1.09 for target board GR-ROSE
|
2020-07-13 14:35:07 -06:00 |
Ethan Looney
|
c5b8181005
|
Added a free call for shake256_copy
|
2020-07-13 09:58:00 -07:00 |
Chris Conlon
|
cbfda8e596
|
Merge pull request #3111 from ethanlooney/tenth_branch
Changed EXTRACT_ALL from NO to YES in order to document every function using Doxygen
|
2020-07-13 10:05:54 -06:00 |
Jacob Barthelmeh
|
d880d59974
|
fix for init of renegotiation and fix for compiler warnings
|
2020-07-13 00:31:40 -06:00 |
Jacob Barthelmeh
|
eec5f4a109
|
set initial NID value and account for null character on string
|
2020-07-12 19:54:50 -06:00 |
TakayukiMatsuo
|
af1b532758
|
Applied review comments to the code
|
2020-07-11 17:17:33 +09:00 |
Chris Conlon
|
ed9648770d
|
Merge pull request #3120 from ethanlooney/11th_branch
Added unit tests for Sha512.c
|
2020-07-10 17:12:23 -06:00 |
Jacob Barthelmeh
|
2aaeb2a2df
|
fix X509 multiple OU's and refactor
|
2020-07-10 17:12:20 -06:00 |
Ethan Looney
|
84aa7d746a
|
Added unit tests for Sha3
|
2020-07-10 15:43:08 -07:00 |
toddouska
|
a90d6b2a5e
|
Merge pull request #3039 from tmael/cov-fix2
Coverity fix in wolfSSL 4.4.0 - part 2
|
2020-07-10 13:06:22 -07:00 |
toddouska
|
b8078ab789
|
Merge pull request #3092 from dgarske/sniffer_loadbuf
Added sniffer API's to load buffer directly
|
2020-07-10 12:58:45 -07:00 |
Ethan Looney
|
7e23273d1c
|
Changed directory for Doxygen's search to only the necessary header files
|
2020-07-10 12:51:21 -07:00 |
toddouska
|
b931dc0d6e
|
Merge pull request #3110 from JacobBarthelmeh/SGX
add SP build for SGX
|
2020-07-10 10:29:50 -07:00 |
Ethan Looney
|
295aa4ac55
|
Added tests for Sha512.c
|
2020-07-10 10:15:32 -07:00 |
kaleb-himes
|
64c0d53a2d
|
Use portable friendly XVALIDATE_DATE in ssl.c and add wc_ to default
|
2020-07-10 09:43:24 -06:00 |
Ethan Looney
|
03839ea641
|
Changed EXTRACT_ALL from NO to YES in order to document every function
|
2020-07-10 08:16:15 -07:00 |
David Garske
|
ed0f2bb8f5
|
Added sniffer API's to load buffer directly, not file. ZD 10547
|
2020-07-09 08:54:26 -07:00 |