3077 Commits

Author SHA1 Message Date
Jacob Barthelmeh
df8b48cd0f NTRU suites from earlier code 2015-07-11 12:52:22 -06:00
toddouska
e6d8ab0d45 add enable lighty 2015-07-09 09:14:33 -06:00
toddouska
ea7f955bd4 Merge branch 'lighty' 2015-07-08 17:35:41 -06:00
toddouska
e41ebcf5d4 remove c++ comments, switch ASN1 string back to first spot 2015-07-08 17:33:15 -06:00
Ada Lovelace
1383a0f1b5 Uptodate wolfssl works with lighttpd-1.4.x (one warning), working on making lighttpd-1.4.35 work. 2015-07-08 16:39:52 -06:00
Jacob Barthelmeh
d68eb12ee6 use macros in TLSX Write with QSH 2015-07-07 22:10:26 -06:00
toddouska
dafb5a80e7 recommit invalid free w/o smallstack 2015-07-07 09:23:02 -07:00
Jacob Barthelmeh
14723b7e65 QSH (quantum-safe handshake) extension 2015-07-07 09:55:58 -06:00
toddouska
01da9aacb0 Merge branch 'ludovic' 2015-07-06 17:13:01 -07:00
toddouska
acdeb3d536 Merge https://github.com/lfcrypto/wolfssl into ludovic 2015-07-06 17:09:41 -07:00
Jacob Barthelmeh
304982a597 Big Endian System ChaCha20 counter, auto tests added for ChaCha20 counter 2015-07-06 15:29:53 -06:00
Ludovic FLAMENT
702dbcf570 align return code, coding style (tab-> space, line with 80 char), curve_idx validity 2015-07-05 20:10:43 +02:00
toddouska
88fa36e3c0 fix enable dsa w/o opensslextra or keygen 2015-07-03 20:53:55 -07:00
toddouska
1a853d277d fix opensslextra w/o ecc ssh 2015-07-03 09:58:42 -07:00
toddouska
9b0c1499c3 fix opensslextra w/ dsa additions 2015-07-03 09:53:48 -07:00
toddouska
e2689a0656 fix opensslextra small stack invalid free 2015-07-03 09:50:16 -07:00
toddouska
6355bb4daf remove C++ comments 2015-07-02 13:52:37 -07:00
toddouska
b183bdc009 fix ALT_ECC_SIZE in ssh mode 2015-07-02 13:48:58 -07:00
toddouska
d2f34c11d3 Merge branch 'master' into ssh 2015-07-01 16:37:33 -07:00
Moisés Guimarães
ca01cebd28 adds SNI abort option to turn SNI mandatory for WebSocket (RFC6455 page 17).
@see WOLFSSL_SNI_ABORT_ON_ABSENCE and the xxxSNI_SetOptions() functions for further details.
2015-07-01 19:21:18 -03:00
Moisés Guimarães
e121d01206 TLSX and SNI code maintenance:
* improves docs;
 * fixes indentation;
 * Extracts TLSX_New() from TLSX_Push();
 * Replaces TLSX_SNI_Append() with TLSX_SNI_New();
 * Adds missing STK_VALIDATE_REQUEST() in TLSX_WriteRequest();
 * Moves TLSX_SetResponse() to the right position inside TLSX_SNI_Parse().
2015-07-01 19:11:13 -03:00
toddouska
74245dcc1c bump dev version 2015-07-01 14:43:58 -07:00
toddouska
9452d6cfb4 don't leak on bad verify decoding with extended API 2015-07-01 13:28:10 -07:00
toddouska
e164173562 fix null deference potential on new API 2015-07-01 12:51:19 -07:00
toddouska
1d663d3bff merge conflict 2015-07-01 12:24:11 -07:00
John Safranek
afde172f28 added buffer version of CertManagerLoadCABuffer 2015-07-01 11:42:54 -07:00
John Safranek
d6047736e9 added GPL headers to the unit test driver files 2015-07-01 11:12:54 -07:00
John Safranek
91b3959063 fix uninitialized decoded cert in CertManagerVerify() 2015-06-26 11:56:21 -06:00
John Safranek
8b324b94e9 removed some unused code due to an always true comparison 2015-06-25 11:21:33 -06:00
Moisés Guimarães
61c50b26d0 makes wolfSSL_SNI_GetFromBuffer() return SNI_UNSUPPORTED instead of BUFFER_ERROR for SSL v2.0 client hello buffers. 2015-06-25 12:48:11 -03:00
toddouska
7fcbee54e4 Merge pull request #81 from tisb-vikram/master
add IAR compiler option to ignore EWOULDBLOCK/EAGAIN warning for TI-RTOS
v3.6.0b
2015-06-24 21:51:46 -07:00
Vikram Adiga
0525575fbf add IAR compiler option to ignore EWOULDBLOCK/EAGAIN warning for TI-RTOS 2015-06-24 17:41:02 -07:00
John Safranek
36748fb62b Merge branch 'master' of github.com:wolfSSL/wolfssl 2015-06-24 11:21:38 -06:00
John Safranek
5ba35b1f64 force HAVE_HASHDRBG enabled in settings.h unless WOLFSSL_FORCE_RC4_DRBG flag set 2015-06-24 11:16:18 -06:00
toddouska
39015f51ab Merge pull request #80 from kojo1/TI_temp
Resolving type mismatches in TI-hash/crypt
2015-06-24 07:34:18 -07:00
Takashi Kojo
309aadd3f3 TI-des3.c, type mismatch 2015-06-24 14:12:40 +09:00
Takashi Kojo
1feac72b62 check InitMutex 2015-06-24 11:47:58 +09:00
Takashi Kojo
a910daa886 fixed arm-none-eabi-gcc type check on AESIVSet, AESKey1Set 2015-06-24 11:06:38 +09:00
Takashi Kojo
c6e2591711 Remove wornings 2015-06-23 17:39:15 +09:00
toddouska
d334b05596 Merge pull request #79 from kojo1/TI_crypt
missed CCM Init in wc_xxxHash
2015-06-22 17:29:22 -07:00
John Safranek
57128a82ab update README.md for v3.6.0 2015-06-22 15:35:21 -06:00
John Safranek
4b5cc6ebb3 add hash.c to the iOS project files 2015-06-22 13:21:35 -06:00
kaleb-himes
9889dfb2fb README edits 2015-06-22 11:31:02 -06:00
John Safranek
075370a39c update automake includes to limit which files are added from the IDE sub-directories 2015-06-20 14:57:31 -07:00
John Safranek
b54dc09971 updated fips-check to cover all builds 2015-06-19 22:21:27 -07:00
Takashi Kojo
45a3838433 missed wolfSSL_TI_CCMInit in wc_xxxHash 2015-06-20 10:59:08 +09:00
toddouska
48a42e1a75 prepare release v3.6.0 2015-06-18 16:58:59 -07:00
toddouska
eee50cf42e update rpm version 2015-06-18 11:21:13 -07:00
toddouska
fe39cd34b9 bump version 2015-06-18 11:18:51 -07:00
toddouska
86403a270a Merge branch 'master' of github.com:wolfssl/wolfssl 2015-06-18 11:13:29 -07:00