Moisés Guimarães
|
dd329ac97b
|
fixes ocsp signer lookup in the cert manager.
|
2016-07-15 17:12:04 -03:00 |
|
Chris Conlon
|
c47f5f404c
|
Merge pull request #480 from toddouska/noecho
don't echo session id on blank ticket if we're going to create a new …
|
2016-07-15 13:12:27 -06:00 |
|
Chris Conlon
|
b1de4dcbbb
|
Merge pull request #481 from wolfSSL/fix_anon_cipher
Anonymous cipher fix
|
2016-07-15 13:05:32 -06:00 |
|
dgarske
|
9a6f66a093
|
Merge pull request #484 from JacobBarthelmeh/master
add ARM 64bit type macro
|
2016-07-15 09:50:39 -07:00 |
|
David Garske
|
aa9b1e964c
|
Fix for possible seg fault with anonymous cipher mode enabled. Do not perform signature/verify when using anon_cipher.
|
2016-07-14 15:58:35 -07:00 |
|
Jacob Barthelmeh
|
515bf5e135
|
add ARM 64bit type macro
|
2016-07-14 15:29:32 -06:00 |
|
toddouska
|
c7b969b5b4
|
don't echo session id on blank ticket if we're going to create a new ticket
|
2016-07-13 18:45:10 -07:00 |
|
Chris Conlon
|
9a9a98ac82
|
Merge pull request #479 from toddouska/idlen
allow bogus client sessoinID of non 32 bytes with session ticket
|
2016-07-13 14:57:33 -06:00 |
|
toddouska
|
5f21f93c61
|
allow bogus sessionID when ticket callback rejects ticket
|
2016-07-13 12:47:59 -06:00 |
|
dgarske
|
c20551cc56
|
Merge pull request #478 from toddouska/flatten-fix
fix rsa flatten eSz check
|
2016-07-13 08:50:39 -07:00 |
|
toddouska
|
7b76c3ab36
|
allow bogus client sessoinID of non 32 bytes with session ticket
|
2016-07-13 09:47:49 -06:00 |
|
toddouska
|
b6aefad568
|
Merge pull request #477 from JacobBarthelmeh/master
remove hard tabs and replace with spaces
|
2016-07-12 16:31:13 -06:00 |
|
toddouska
|
7a906e47ed
|
fix rsa flatten eSz check
|
2016-07-12 16:28:59 -06:00 |
|
toddouska
|
97f60bc831
|
Merge pull request #476 from dgarske/fix_lpcxpresso
Fixes for LPCXpresso eclipse project
|
2016-07-12 15:23:09 -06:00 |
|
Jacob Barthelmeh
|
92341292c7
|
remove hard tabs and replace with spaces
|
2016-07-12 14:12:44 -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 |
|