toddouska
|
5c5cee0789
|
use external CYASSL_MAX_ERROR_SZ for buffer size
|
2013-08-06 11:48:00 -07:00 |
|
Moisés Guimarães
|
55401c13dd
|
Truncated HMAC first part (protocol). Extension processing will be coded later.
|
2013-07-23 15:42:43 -03:00 |
|
Moisés Guimarães
|
25e910a0a9
|
max fragment length tests and fixes
|
2013-06-19 16:38:57 -03:00 |
|
Moisés Guimarães
|
5f3ee80407
|
added:
- max fragment length extension;
- CyaSSL_SNI_GetRequest() to get client's request at server side;
- Automated tests for SNI;
|
2013-06-19 15:45:06 -03:00 |
|
toddouska
|
d2003bb8b7
|
merge in sni
|
2013-05-21 14:37:50 -07:00 |
|
Chris Conlon
|
864f0468aa
|
Cygwin/Mingw64 fixes
|
2013-05-01 14:17:11 -06:00 |
|
toddouska
|
8c0ee8a6f7
|
make sure all external APIs at SSL level return SSL_SUCCESS instead of sometimes 0 from old CyaSSL API
|
2013-04-22 12:43:57 -07:00 |
|
toddouska
|
f535e5428e
|
make sure all tests/examples *.c use settings.h correctly
|
2013-04-10 12:17:23 -07:00 |
|
toddouska
|
49e62f0858
|
fix general NO_SHA NO_ASN NO_CERTS NO_SESSION_CACHE builds/examples
|
2013-03-11 16:07:46 -07:00 |
|
toddouska
|
62ef5de25c
|
scan build fixes
|
2013-02-14 14:09:41 -08:00 |
|
toddouska
|
8ace08499b
|
make sure example CyaSSL_read()s that fill buffer don't overrun by 1 byte if trying to output with null terminator
|
2013-02-08 11:21:48 -08:00 |
|
toddouska
|
44e0d7543c
|
change copyright name with name change
|
2013-02-05 12:44:17 -08:00 |
|
toddouska
|
f4f13371f9
|
update copyright date
|
2013-02-04 14:51:41 -08:00 |
|
toddouska
|
76bbcbb7b2
|
fix clang warning on api test
|
2012-12-20 18:38:48 -08:00 |
|
toddouska
|
067f10ae8e
|
add enable-valgrind
|
2012-12-04 21:28:18 -08:00 |
|
John Safranek
|
f8f7f69f48
|
compile option to leave out MD5 and SSL code
|
2012-11-26 18:40:43 -08:00 |
|
John Safranek
|
174618ebfb
|
added build option for leanPSK
|
2012-10-29 15:39:42 -07:00 |
|
toddouska
|
c974d77213
|
add shorten 64 to 32 warnings back on with fixes
|
2012-10-19 12:44:23 -07:00 |
|
toddouska
|
4e19c234f4
|
fix new warnings on linux64
|
2012-09-21 13:29:04 -07:00 |
|
toddouska
|
7716da0881
|
warn fix
|
2012-09-20 15:39:15 -07:00 |
|
Brian Aker
|
5fce4edb68
|
This adds more compiler hardening flags (and fixes all of the issues
found in the process).
|
2012-09-19 23:38:41 -07:00 |
|
toddouska
|
18c3679444
|
fix DLTS cookieSz init problem
|
2012-08-08 16:56:19 -07:00 |
|
toddouska
|
e601b37a32
|
fix --enable-debug warning
|
2012-08-08 11:47:44 -07:00 |
|
toddouska
|
706bd8a910
|
add cipher suite client/server driver
|
2012-08-06 17:14:31 -07:00 |
|
toddouska
|
90446c3c5f
|
add -u for DTLS UPD command line client/server examples
|
2012-08-02 11:54:49 -07:00 |
|
toddouska
|
f904c598ed
|
make server example more generic with short command opts
|
2012-07-30 11:58:57 -07:00 |
|
John Safranek
|
6b1644c6b9
|
added checks to the api test for NO_FILESYSTEM and exclude tests that load files
|
2012-04-17 11:03:39 -07:00 |
|
John Safranek
|
c4e91a831f
|
Fixed unit test case. Updated a constant list to be ANSI-C compliant.
|
2012-03-19 11:30:48 -07:00 |
|
toddouska
|
84614da13e
|
increase copyright date 2012
|
2012-02-13 11:54:10 -08:00 |
|
John Safranek
|
8c63ac1c4d
|
Cleaned up a unit test case. Added pthread to the unit test build for read/write.
|
2012-01-01 18:41:14 -08:00 |
|
John Safranek
|
09d3b242c2
|
added some more api calls to the unit test
|
2011-12-19 13:47:52 -08:00 |
|
John Safranek
|
f1cdbe8e74
|
More coding standards fixes for API test.
|
2011-12-15 17:42:16 -08:00 |
|
John Safranek
|
9395e90c82
|
Disabled an invalid test case.
|
2011-12-15 17:07:16 -08:00 |
|
John Safranek
|
e8ce739274
|
Brought API test in line with coding standard.
|
2011-12-15 16:34:50 -08:00 |
|
John Safranek
|
4b8eba575a
|
Added some more test cases. Needs some refactor.
|
2011-12-14 20:24:10 -08:00 |
|
John Safranek
|
bdb4437a16
|
connected api test to the unit tests.
|
2011-12-14 10:09:00 -08:00 |
|
John Safranek
|
08bd1c94bf
|
Added a test of Init to the tests.
|
2011-12-14 09:54:40 -08:00 |
|
toddouska
|
8d514b23b6
|
unit tests file layout
|
2011-12-14 09:09:12 -08:00 |
|