John Safranek
|
9871b13480
|
build test covers leanpsk
|
2012-10-30 12:51:14 -07:00 |
|
John Safranek
|
174618ebfb
|
added build option for leanPSK
|
2012-10-29 15:39:42 -07:00 |
|
toddouska
|
2885d66b17
|
remove fatal sniffer error sessions right away
|
2012-10-23 16:32:47 -07:00 |
|
Brian Aker
|
1be873533e
|
This adds support for "make rpm"
|
2012-10-20 04:42:34 -04:00 |
|
toddouska
|
a5d7a3ea8f
|
fix opensslExtra with psk server example, add psk to commit tests
|
2012-10-19 12:54:15 -07:00 |
|
toddouska
|
c974d77213
|
add shorten 64 to 32 warnings back on with fixes
|
2012-10-19 12:44:23 -07:00 |
|
toddouska
|
218ae522c6
|
Merge https://github.com/BrianAker/cyassl
|
2012-10-19 11:17:42 -07:00 |
|
toddouska
|
a89ec1ac91
|
show server read/write block message in server example
|
2012-10-19 10:14:26 -07:00 |
|
Brian Aker
|
afe043ee6c
|
This should fix the issue around compiling cyassl with a C++ compiler.
|
2012-10-19 00:30:21 -04:00 |
|
toddouska
|
32dd1ab006
|
fix example/client non-blocking usage flag to big N
|
2012-10-17 14:06:50 -07:00 |
|
John Safranek
|
fe632a3f77
|
added non-blocking and session resume as example server and client command line options
|
2012-10-17 13:13:58 -07:00 |
|
John Safranek
|
400b1f1ae6
|
test client and server use select in non-blocking mode
|
2012-10-08 15:49:30 -07:00 |
|
John Safranek
|
9bbca6acfb
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-10-02 14:42:06 -07:00 |
|
John Safranek
|
829126f04d
|
fix the client resume test case for DTLS
|
2012-10-02 14:41:28 -07:00 |
|
John Safranek
|
6d1e485ef4
|
DTLS to use recvfrom and sendto in embed recv and send callbacks. Added support for storing dtls peer address.
|
2012-10-02 09:15:50 -07:00 |
|
toddouska
|
e5c04e70a7
|
make sure existing nonblocking users still work
|
2012-09-28 15:10:35 -07:00 |
|
toddouska
|
0fc6c8a07d
|
fix nonblocking setters
|
2012-09-27 13:38:45 -07:00 |
|
toddouska
|
d5d24df32a
|
nonblocking warning fixes
|
2012-09-27 10:31:38 -07:00 |
|
John Safranek
|
ce2c76fd42
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-09-21 09:36:34 -07:00 |
|
John Safranek
|
c3aedc940f
|
improved dtls retry on connect
|
2012-09-21 09:36:01 -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 |
|
John Safranek
|
56ee2eaba8
|
added dtls message retry
|
2012-09-14 09:35:34 -07:00 |
|
John Safranek
|
97ca8439a4
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-09-07 08:30:03 -07:00 |
|
John Safranek
|
407397e8be
|
adding DTLS retry timeout, added CYASSL pointer to recv/send callbacks
|
2012-09-06 22:41:55 -07:00 |
|
toddouska
|
f8b106601b
|
fix sniffer cipher suite tests with user override
|
2012-08-31 13:28:07 -07:00 |
|
John Safranek
|
501c6a67e7
|
client to use non-blocking sockets in resume test if enabled
|
2012-08-20 17:02:25 -07:00 |
|
toddouska
|
4b8fdb4371
|
fix examples client DTLS resume
|
2012-08-17 12:43:36 -07:00 |
|
toddouska
|
15fe7f4d94
|
update CRLs switch to 120 days, add gen script
|
2012-08-10 11:02:46 -07:00 |
|
toddouska
|
8343317e1b
|
make domain name cert check an option on client
|
2012-08-10 10:15:37 -07:00 |
|
toddouska
|
c4674c0cc3
|
add ntru cipher suite tests
|
2012-08-07 17:18:56 -07:00 |
|
toddouska
|
706bd8a910
|
add cipher suite client/server driver
|
2012-08-06 17:14:31 -07:00 |
|
toddouska
|
ba0d887369
|
fix non-blocking example client compile
|
2012-08-06 09:52:43 -07:00 |
|
toddouska
|
802d62513f
|
fix debug build
|
2012-08-02 13:41:40 -07:00 |
|
toddouska
|
901730e86e
|
make sure client GET reads as much as possible
|
2012-08-02 12:15:42 -07:00 |
|
toddouska
|
90446c3c5f
|
add -u for DTLS UPD command line client/server examples
|
2012-08-02 11:54:49 -07:00 |
|
toddouska
|
90385bb4b3
|
fix windows build with command line examples
|
2012-08-01 17:33:49 -07:00 |
|
toddouska
|
68e5124644
|
change example client to command line options too, same as server
|
2012-08-01 12:55:13 -07:00 |
|
toddouska
|
45dde2da89
|
better error checking on server example
|
2012-07-30 18:15:08 -07:00 |
|
toddouska
|
f904c598ed
|
make server example more generic with short command opts
|
2012-07-30 11:58:57 -07:00 |
|
John Safranek
|
56d2180cf3
|
use CyaSSLv23_client_method() rather than TLSv1_1_client_method() to parallel echoserver.c
|
2012-07-09 09:50:26 -07:00 |
|
John Safranek
|
eb302b91b0
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2012-06-30 16:29:10 -07:00 |
|
John Safranek
|
be4ce974d0
|
Updated to use TLSv1.2. Changed the string scanning to play better with other echo servers.
|
2012-06-30 15:51:18 -07:00 |
|
toddouska
|
638c095737
|
better error output for temp keys or compression on sniffer
|
2012-06-29 10:59:48 -07:00 |
|
toddouska
|
73ddd32539
|
add crl checkall processing
|
2012-05-24 12:45:10 -07:00 |
|
toddouska
|
2b48f248c4
|
crl dir monitoring for linux and mac
|
2012-05-22 17:25:15 -07:00 |
|
toddouska
|
26153ffad6
|
add crl monitor flag, handle no revoked case
|
2012-05-18 10:52:32 -07:00 |
|
toddouska
|
08d9e57bf6
|
add crl missing url callback
|
2012-05-16 17:35:51 -07:00 |
|
toddouska
|
3ec2b9dbbc
|
crl stage 2
|
2012-05-16 17:04:56 -07:00 |
|
toddouska
|
1c2b84d3dd
|
ecc client certs
|
2012-05-02 10:30:15 -07:00 |
|
toddouska
|
41361df2dc
|
update chi square values for new session cache sizes
|
2012-03-22 12:38:25 -07:00 |
|
toddouska
|
84614da13e
|
increase copyright date 2012
|
2012-02-13 11:54:10 -08:00 |
|
toddouska
|
8df90735eb
|
allow echoserver to accept 1 byte G then rest of GET for browsers with CBC hack
|
2012-01-27 11:55:23 -08:00 |
|
toddouska
|
a475803eea
|
add ca cache callback test to client
|
2012-01-26 12:52:54 -08:00 |
|
toddouska
|
a81d3d02e1
|
2.0.2 release
|
2011-12-05 15:42:18 -08:00 |
|
toddouska
|
771912bf4f
|
move client example and echoserver example to CyaSSL API only, echoclient and server are still OpenSSL compatibility
|
2011-11-03 10:56:15 -07:00 |
|
toddouska
|
8ddd2185c2
|
warning fixes, 2.0.1 pre
|
2011-11-01 16:17:45 -07:00 |
|
toddouska
|
948a901cfc
|
add DH param setting by file and buffer, by ctx too
|
2011-11-01 14:05:14 -07:00 |
|
Todd A Ouska
|
08fd73bbec
|
fixes for xcode4 and cyassl2
|
2011-09-25 16:35:54 -07:00 |
|
Todd A Ouska
|
d99932962a
|
change Visual Studio files to use new CyaSSL headers and layout, have examples and testsuite try to change to CyaSSL Home dir if not
|
2011-09-23 16:13:02 -07:00 |
|
Todd A Ouska
|
9d7c016cdb
|
move cyassl headers out of openssl dir
|
2011-08-25 14:28:57 -07:00 |
|
Todd A Ouska
|
000ffa54a4
|
add check around config.h for non autoconf systems
|
2011-08-24 16:37:16 -07:00 |
|
Todd A Ouska
|
5d49bf7cb0
|
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
|
2011-08-24 15:54:58 -07:00 |
|
Chris Conlon
|
ebc52e6941
|
Corrected spelling mistakes, formatting
|
2011-08-04 16:42:55 -06:00 |
|
Chris Conlon
|
667162df1b
|
Add headers to examples and .i files
|
2011-07-26 13:27:22 -07:00 |
|
Todd A Ouska
|
0ef4919b43
|
change Init Free CyaSSL to CyaSSL_, more consistent
|
2011-06-08 13:19:39 -07:00 |
|
Todd A Ouska
|
f6b95a21c3
|
fix ecc sniffer testsuite build, proper keys
|
2011-06-06 11:19:52 -07:00 |
|
Todd A Ouska
|
0d9c2b6431
|
keep ntru example suites as ntru, even if sniffing
|
2011-06-06 10:47:03 -07:00 |
|
Todd A Ouska
|
3b95996022
|
make sure windows build uses same settings as unix for default
|
2011-05-16 10:31:35 -07:00 |
|
Todd A Ouska
|
db18926414
|
fix ntru windows build
|
2011-04-29 11:09:45 -07:00 |
|
Todd A Ouska
|
c4e54556c5
|
make sure example clients don't use EDH when sniffer active
|
2011-04-29 10:41:21 -07:00 |
|
Todd A Ouska
|
8846b8cad5
|
use a single Makefile, no recursion
|
2011-04-26 17:45:41 -07:00 |
|
Todd A Ouska
|
491f0e440b
|
add compiler visibility detection, default hide, add external API linkage and internal LOCAL linkage
|
2011-04-26 15:41:16 -07:00 |
|
Todd A Ouska
|
adaffeca6c
|
fix initsuites with PSK on downgrade, example server with PSK
|
2011-04-25 16:11:23 -07:00 |
|
Todd A Ouska
|
1ad10ffdc8
|
allow client to downgrade version with v23, make server downgrade more robust
|
2011-04-25 15:49:30 -07:00 |
|
Todd A Ouska
|
1326c79bb6
|
add server EDH
|
2011-04-20 14:40:07 -07:00 |
|
Todd A Ouska
|
58589b4f9b
|
add verify from root, top->down, serial number extension for size
|
2011-04-11 12:55:17 -07:00 |
|
Todd A Ouska
|
831f4b6be9
|
add use cert chain handling
|
2011-04-09 13:08:56 -07:00 |
|
Todd A Ouska
|
43674f2de4
|
send proper http GET for examples/client
|
2011-03-22 08:18:27 -07:00 |
|
Todd A Ouska
|
ca9072aae8
|
make input files [dos] for visual studio
|
2011-03-02 10:13:59 -08:00 |
|
Todd A Ouska
|
6b88eb05b1
|
1.8.8 init
|
2011-02-05 11:14:47 -08:00 |
|