Commit Graph

3226 Commits

Author SHA1 Message Date
toddouska
34ed64c5ce Merge branch 'leah' 2015-06-18 11:04:44 -07:00
toddouska
52072ab5e4 Merge https://github.com/lchristina26/wolfssl into leah 2015-06-18 11:00:34 -07:00
toddouska
f47398fff9 Merge branch 'tisb' 2015-06-18 10:50:13 -07:00
toddouska
63e2b29a08 update ti-rtos package for pull request file renames 2015-06-18 10:49:08 -07:00
toddouska
183b54a10d Merge https://github.com/tisb-vikram/wolfssl into tisb 2015-06-18 10:39:02 -07:00
toddouska
d49a35597f Merge branch 'master' of github.com:wolfssl/wolfssl 2015-06-18 10:16:06 -07:00
toddouska
ba63bc0d3e Merge branch 'kojo-ti' 2015-06-18 10:15:53 -07:00
toddouska
fa9d6428fc add hash.c to vcprojs 2015-06-18 10:14:55 -07:00
toddouska
9e7cb81d5a Merge branch 'TI_hash' of https://github.com/kojo1/wolfssl into kojo-ti 2015-06-18 09:05:13 -07:00
Takashi Kojo
ae749f727d IAR_ARM block in settings.h 2015-06-18 14:27:52 +09:00
Takashi Kojo
7ef85d1894 Add RestorePos 2015-06-18 14:27:15 +09:00
Takashi Kojo
4e546d92d9 BuildMD5/SHA for GetHash, RestorePos 2015-06-18 14:25:48 +09:00
John Safranek
e61592b9d8 Added ECC test certificate for having keyUsage without digitalSignature. 2015-06-17 13:46:09 -07:00
John Safranek
7d9a1ccf42 allow storage of out of order zero length DTLS handshake messages 2015-06-17 12:37:10 -07:00
lchristina26
11f0ae47af fix redeclaration of RsaKeyToDer() with FIPS 2015-06-17 09:51:38 -06:00
John Safranek
19cad21a46 fix bug when defragmenting out of order DTLS handshake messages 2015-06-16 21:49:01 -07:00
toddouska
55de33f493 Merge branch 'TI_hash' of https://github.com/kojo1/wolfssl into kojo-ti 2015-06-16 11:38:04 -07:00
toddouska
67dc53f84e Merge branch 'master' of github.com:wolfssl/wolfssl 2015-06-16 11:30:14 -07:00
toddouska
a62589f3fc add wc_ecc_check_key(), import validate option too 2015-06-16 11:29:27 -07:00
John Safranek
8fa258c657 fix scan-build warning 2015-06-15 17:52:30 -07:00
Takashi Kojo
86a9b1734a TI hash option control in hash.c 2015-06-16 09:30:56 +09:00
John Safranek
f2d9eb2994 1. Disable randomized base address on FIPS test project.
2. Fixed setting for disabling whole program optimization on file fips.c
in the windows project file.
2015-06-15 15:47:40 -07:00
Vikram Adiga
f358aab845 update TI-RTOS build scripts to add hardware accelerator lib build 2015-06-15 14:58:53 -07:00
John Safranek
c40dc11ce3 Merge branch 'master' of github.com:wolfssl/wolfssl 2015-06-15 09:46:13 -07:00
John Safranek
c98fde3d43 updated wolfssl fips project files so test harness will run. added a readme 2015-06-15 09:46:07 -07:00
John Safranek
5976296a77 removed a comment from random.c 2015-06-15 07:37:05 -07:00
Takashi Kojo
a634d0e345 including hash.h in hash.c 2015-06-15 12:28:05 +09:00
Takashi Kojo
d976256816 TI-RTOS adjustment in test.h 2015-06-15 10:13:14 +09:00
Takashi Kojo
c2818ed87c DIGEST_SIZE fixed in Sha256GetHash 2015-06-15 09:59:34 +09:00
Takashi Kojo
89d39a6073 GetHash in SendBuffered, BuildTlsFinished. HashFinal in FreeHandshakeResources. 2015-06-15 09:46:16 +09:00
toddouska
203786dc25 add ecc keygen validate option 2015-06-12 13:11:07 -07:00
toddouska
6d9fece9f4 bump dev version 2015-06-12 09:39:03 -07:00
toddouska
89d9accc4d switch user ticket encrypt ctx to WOLFSSL_CTX 2015-06-10 18:13:13 -07:00
toddouska
47af6459d8 add user context to session ticket encrypt callback 2015-06-10 16:32:43 -07:00
toddouska
53bf8ed7cb fix scan-build warnings 2015-06-10 15:24:24 -07:00
toddouska
ce583552ce fix resumte.test script warning 2015-06-10 14:22:35 -07:00
toddouska
f76af05abf change autoconf scripts to /bin/sh, no -i on ping for portability 2015-06-10 14:11:36 -07:00
toddouska
44db140076 move client-test.sh to scripts/google.test 2015-06-09 08:51:55 -07:00
toddouska
8afa6fe08f Merge pull request #74 from NickolasLapp/master
Fixing bug in wc_ecc_sig_size not handling error code
2015-06-09 08:42:22 -07:00
toddouska
0426adaa1b document current scripts 2015-06-09 08:37:55 -07:00
Takashi Kojo
d9ccc51f58 Fix TI driver API to ROM_xxx 2015-06-09 07:02:21 +09:00
toddouska
13b0d632b2 add WOLFSSL_VXWORKS setting 2015-06-08 14:44:02 -07:00
Nickolas Lapp
9f8862888e Fixing bug in wc_ecc_sig_size not handling error code 2015-06-08 14:40:15 -06:00
John Safranek
067f11ff34 Added a known answer test inside the HashDRBG that is called when
creating a new instance of a DRBG, at reseed time.
Added a check that the freed DRBG's state actually gets cleared.
2015-06-05 14:46:48 -07:00
Jacob Barthelmeh
e461bc72b8 curve25519 and ed25519 low memory 2015-06-05 15:39:37 -06:00
toddouska
96a298018d simplify padcheck compare 2015-06-05 09:42:10 -07:00
Takashi Kojo
7433dcb95c Adding hash.c 2015-06-05 13:26:32 +09:00
Takashi Kojo
7584af3d36 Adding hash.c 2015-06-05 13:23:54 +09:00
toddouska
670c325f29 Merge pull request #72 from wolfSSL/smallstack
dummy buffer replacement in timing resistant functions.
2015-06-04 11:38:50 -07:00
Chris Conlon
defd1f9f94 add configure option for wolfSSL JNI, --enable-jni 2015-06-02 21:58:23 -06:00