toddouska
|
97f60bc831
|
Merge pull request #476 from dgarske/fix_lpcxpresso
Fixes for LPCXpresso eclipse project
|
2016-07-12 15:23:09 -06:00 |
|
David Garske
|
8a20f7a909
|
Fix to exclude misc.c by default to eliminate #error about inline.
|
2016-07-12 13:07:08 -07:00 |
|
David Garske
|
1c9f013c09
|
Include the .project and .cproject files in distribution. Fix issue with adding wolfssl to existing project, so the <name> is "wolfssl", not "lib_wolfssl".
|
2016-07-12 13:03:47 -07:00 |
|
Kaleb Himes
|
1b149d3941
|
Merge pull request #474 from ejohnstown/dtls-ver
One last fix of the DTLS version numbers
|
2016-07-11 12:35:27 -07:00 |
|
John Safranek
|
3dc09ae0fb
|
one last fix of the DTLS version numbers
|
2016-07-08 17:20:56 -07:00 |
|
dgarske
|
24ad3f7f3e
|
Merge pull request #473 from toddouska/ecc-timing-fix
Fix ecc timming missing variable. Fix fpecc thread local storage size with clang. Don't include comba includes if FP_SIZE is too small for index.
|
2016-07-08 15:08:58 -07:00 |
|
toddouska
|
8da8c87fa4
|
don't include comba includes if FP_SIZE is too small for index
|
2016-07-08 12:29:38 -07:00 |
|
toddouska
|
c7318c8576
|
fix fpecc thread local storage size with clang
|
2016-07-08 12:01:52 -07:00 |
|
toddouska
|
68d66d12d6
|
fix ecc timming missing variable
|
2016-07-08 11:57:24 -07:00 |
|
toddouska
|
0f25ee703d
|
Merge pull request #468 from JacobBarthelmeh/master
option to use test.h without gettimeofday
|
2016-07-06 18:48:18 -07:00 |
|
Jacob Barthelmeh
|
5fbab0e6a7
|
option to use test.h without gettimeofday
revert parameter passed to current_time with TIRTOS
|
2016-07-01 16:57:49 -06:00 |
|
toddouska
|
00cd0a3146
|
Merge pull request #471 from dgarske/fixdoubleinit
Remove double call to "wolfCrypt_Init()" in test.c
|
2016-06-30 19:32:52 -07:00 |
|
toddouska
|
df87ee810f
|
Merge pull request #469 from cconlon/bug-fixes
update README with CU bug fix note
|
2016-06-30 19:31:58 -07:00 |
|
toddouska
|
000f1a19e5
|
Merge pull request #470 from JacobBarthelmeh/Testing
sanity checks
|
2016-06-30 19:30:28 -07:00 |
|
David Garske
|
dcdc28e014
|
Remove double call to "wolfCrypt_Init()" in test.c. Appears to have been added in static memory merge on 6/10.
|
2016-06-30 16:51:13 -07:00 |
|
Jacob Barthelmeh
|
8bba628f3f
|
sanity check in function GetInputData and when shrinking buffer
|
2016-06-30 13:42:38 -06:00 |
|
toddouska
|
f194c216c0
|
Merge pull request #466 from JacobBarthelmeh/mutex
free ctx in case of InitMutex fail
|
2016-06-30 12:05:06 -07:00 |
|
Jacob Barthelmeh
|
cf522314ce
|
sanity checks
|
2016-06-30 11:41:22 -06:00 |
|
Chris Conlon
|
a2bd4719ee
|
update README with CU bug fix note
|
2016-06-29 16:54:25 -06:00 |
|
Jacob Barthelmeh
|
3f36a914da
|
remove cast from enum to int
|
2016-06-29 14:28:36 -06:00 |
|
toddouska
|
c17830e5c7
|
Merge pull request #467 from dgarske/stdlib_macro_cleanup
Cleanup of stdlib function calls
|
2016-06-29 12:14:09 -07:00 |
|
David Garske
|
5b3a72d482
|
Cleanup of stdlib function calls in the wolfSSL library to use our cross-platform "X*" style macros in types.h.
|
2016-06-29 11:11:25 -07:00 |
|
toddouska
|
eb072e0344
|
Merge pull request #463 from JacobBarthelmeh/master
update mysql port
|
2016-06-28 14:56:57 -07:00 |
|
toddouska
|
981cf9cbcb
|
Merge pull request #462 from cconlon/bug-fixes
PemToDer Bug Fixes
|
2016-06-28 09:58:18 -07:00 |
|
Jacob Barthelmeh
|
0589fe0d39
|
free ctx in case of InitMutex fail
|
2016-06-28 09:29:28 -06:00 |
|
dgarske
|
7da797dd4c
|
Merge pull request #464 from wolfSSL/revert-461-bio
Revert "Bio"
|
2016-06-27 14:50:50 -07:00 |
|
Jacob Barthelmeh
|
f18ff8bfa4
|
update mysql patch
|
2016-06-27 15:44:52 -06:00 |
|
toddouska
|
ac6635593b
|
Revert "Bio"
|
2016-06-27 10:53:34 -07:00 |
|
Chris Conlon
|
9c7bea46d2
|
fix out of bounds read in PemToDer with 0 size der buffer, CU #4
|
2016-06-27 10:53:19 -06:00 |
|
Chris Conlon
|
92e501c8e4
|
fix possible out of bound read in PemToDer header, CU #3
|
2016-06-27 10:53:19 -06:00 |
|
Chris Conlon
|
2951e167b5
|
check return code of PemToDer in wolfSSL_CertManagerVerifyBuffer, CU #2
|
2016-06-27 10:23:22 -06:00 |
|
Chris Conlon
|
8fac3fffea
|
fix possible out of bounds read in PemToDer, CU #1
|
2016-06-27 10:23:22 -06:00 |
|
toddouska
|
3a18b057d7
|
Merge pull request #460 from dgarske/DerBufMemcpyCleanup
Cleanup of DerBuffer duplication
|
2016-06-24 14:51:30 -07:00 |
|
toddouska
|
fbef3c2523
|
Merge pull request #461 from JacobBarthelmeh/bio
Bio
|
2016-06-24 14:50:52 -07:00 |
|
Jacob Barthelmeh
|
49934a5c91
|
Merge https://github.com/wolfSSL/wolfssl into bio
|
2016-06-24 14:22:14 -06:00 |
|
Ludovic FLAMENT
|
d0e832bda9
|
change file name from compat-wolfssl to compat-wolfcrypt
|
2016-06-24 19:10:39 +02:00 |
|
Ludovic FLAMENT
|
033f308a08
|
change file name from compat-wolfssl to compat-wolfcrypt
|
2016-06-24 19:00:39 +02:00 |
|
Kaleb Himes
|
19da114c0c
|
Merge pull request #454 from ejohnstown/dtls-version
DTLS Hello Verify Request Version Number
|
2016-06-24 08:44:55 -07:00 |
|
Ludovic FLAMENT
|
4215182945
|
fix macro error
|
2016-06-24 13:27:49 +02:00 |
|
Ludovic FLAMENT
|
0c43123a01
|
Fix BIO based on review
|
2016-06-24 10:54:58 +02:00 |
|
JacobBarthelmeh
|
379af941a8
|
Merge pull request #459 from ejohnstown/aes-cmac-fixes
AES-CMAC Fixes
|
2016-06-23 22:10:26 -06:00 |
|
David Garske
|
b0f7d819bd
|
Cleanup of DerBuffer duplication that was using memcpy still after refractor and should be direct pointer copy.
|
2016-06-23 18:14:22 -07:00 |
|
John Safranek
|
ffb537c33f
|
removed dependency on AES-NI for the AES-direct test
|
2016-06-23 15:34:09 -06:00 |
|
John Safranek
|
0d031fcbd7
|
added parameter checking to Generate and Verify
|
2016-06-23 15:34:09 -06:00 |
|
toddouska
|
746ae2f4e5
|
Merge pull request #458 from JacobBarthelmeh/master
fix secure renegotiation build
|
2016-06-23 13:34:39 -07:00 |
|
Jacob Barthelmeh
|
0b91e000bb
|
fix secure renegotiation build
|
2016-06-23 13:10:39 -06:00 |
|
toddouska
|
02ef518a75
|
Merge pull request #456 from dgarske/FixEccCompKey
Fixes for ECC compressed keys
|
2016-06-22 14:47:42 -07:00 |
|
Jacob Barthelmeh
|
f6bbe845f5
|
Merge https://github.com/wolfSSL/wolfssl into bio
|
2016-06-22 09:14:53 -06:00 |
|
David Garske
|
47c1f4e68f
|
Fix possible use of ForceZero with NULL pointer. Improve init of "kb" when small stack disabled, so memset isn't performed twice.
|
2016-06-22 07:22:30 -07:00 |
|
David Garske
|
69db94d668
|
Fix build error for un-initialized "kb" variable when built with fixed point cache and small stack enabled.
|
2016-06-22 07:06:07 -07:00 |
|