toddouska
|
7c003c5755
|
add sanity check on cleanup for possible no init
|
2013-04-12 17:07:00 -07:00 |
|
toddouska
|
97e0ec073f
|
make sure all lib proper *.c files have config.h then settings.h then checks for defines in case user using settings.h for lib config
|
2013-04-10 11:04:29 -07:00 |
|
toddouska
|
185331f007
|
fix shadow on decl
|
2013-04-10 10:24:33 -07:00 |
|
Chris Conlon
|
27d6c727e0
|
add MICROCHIP_TCPIP
|
2013-04-10 09:16:11 -06:00 |
|
John Safranek
|
e98193000a
|
KEEP_PEER_CERT includes the function CyaSSL_X509_get_subjectCN
|
2013-04-09 09:45:25 -07:00 |
|
John Safranek
|
b0dca8ea69
|
updated SHOW_SIZES, opionally adds sizes as available, added flag to example client to print sizes
|
2013-04-08 16:01:52 -07:00 |
|
John Safranek
|
9b0ffa0249
|
brought CYASSL_CALLBACK code up to current standard
|
2013-04-08 15:34:54 -07:00 |
|
John Safranek
|
786e4d9462
|
fixed leak of method when ctx malloc fails; implemented get_shutdown
|
2013-04-03 16:35:19 -07:00 |
|
John Safranek
|
217254b533
|
check CBIOCookie for NULL before trying to call it
|
2013-04-02 16:36:07 -07:00 |
|
toddouska
|
1224d3d907
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-04-01 15:52:23 -07:00 |
|
toddouska
|
0005b4cbe4
|
move pthread flags/libs to autoconf defines so available to library proper and external tests/examples
|
2013-04-01 15:50:13 -07:00 |
|
John Safranek
|
e9bc868dbb
|
AES-GCM does not require SHA-384, but will use it if enabled in build; reorder some of the requirement checks to regroup some NO_RSA suite checks
|
2013-04-01 14:25:20 -07:00 |
|
John Safranek
|
9975d1d675
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-04-01 13:39:09 -07:00 |
|
John Safranek
|
44352b5673
|
don't return closed alert if peer sends fatal alert; respond to closed alert with closed alert
|
2013-04-01 13:37:25 -07:00 |
|
toddouska
|
4b90474581
|
move CM VerifyBuffer out of no filesystem
|
2013-04-01 11:59:17 -07:00 |
|
John Safranek
|
a572967017
|
when checking for DTLS, only need to compare against major version
|
2013-03-28 13:28:12 -07:00 |
|
toddouska
|
f396de1191
|
add DTLS support for alignment
|
2013-03-27 16:58:27 -07:00 |
|
toddouska
|
82e3c00075
|
add CYASSL_GENERAL_ALIGNMENT detection and setting for TLS alignment attempt
|
2013-03-27 15:11:49 -07:00 |
|
toddouska
|
6d8246e98c
|
fix scan-build 272 warnings
|
2013-03-27 12:32:22 -07:00 |
|
toddouska
|
7d82bec7fc
|
do rabbit/hc128 alignment at crypto layer for non intel
|
2013-03-26 18:16:15 -07:00 |
|
toddouska
|
14b4bb3b0f
|
change rabbit and hc128 to return values for key and process, will add error rets for alignment issues
|
2013-03-26 14:42:09 -07:00 |
|
toddouska
|
f601b7bfda
|
move aesni cbc encrypt align check down to crypto layer
|
2013-03-26 14:13:01 -07:00 |
|
toddouska
|
6bc7ba1592
|
change AesCBC end/dec to return status, will add failure cases with align checks
|
2013-03-26 12:36:39 -07:00 |
|
toddouska
|
8e53c7a62e
|
fix inline type spot
|
2013-03-25 11:50:15 -07:00 |
|
toddouska
|
9d77ca744f
|
fix C++ cast problem on make_eap
|
2013-03-24 13:06:22 -07:00 |
|
John Safranek
|
436a51a0d7
|
Merge branch 'ccm'
|
2013-03-22 17:29:30 -07:00 |
|
John Safranek
|
f65f86bb88
|
improvements to CCM, ssn6
|
2013-03-22 11:30:12 -07:00 |
|
toddouska
|
d6deb690e6
|
Merge branch 'master' into blake2
|
2013-03-22 10:20:01 -07:00 |
|
John Safranek
|
692dc09d10
|
Merge branch 'compress'
|
2013-03-20 10:05:49 -07:00 |
|
toddouska
|
f878dbcef2
|
fix ecc key load w/ no rsa, ssn5
|
2013-03-20 09:18:05 -07:00 |
|
toddouska
|
0f8111fc77
|
zero out psk keys asap, ssn4
|
2013-03-20 09:12:00 -07:00 |
|
John Safranek
|
e8b9651075
|
hid the internal compress functions from the cryptlib versions
|
2013-03-19 16:44:50 -07:00 |
|
John Safranek
|
fc928e7725
|
added stubs and a test for ctaocrypt compress
|
2013-03-19 16:25:58 -07:00 |
|
toddouska
|
4f9e915bc1
|
add KEEP_PEER_CERT flag for non opensslextra peer cert storage, ssn3
|
2013-03-19 12:18:52 -07:00 |
|
toddouska
|
31b03c8a2d
|
dtls defaults to no static buffers now, fix valgrind errors with dtls
|
2013-03-15 14:21:36 -07:00 |
|
toddouska
|
4e99c7ac99
|
check TRUE/FALSE and move after all includes in ssl.c
|
2013-03-14 09:34:29 -07:00 |
|
toddouska
|
bb103561ae
|
fix non DTLS USER_IO cb
|
2013-03-14 09:16:47 -07:00 |
|
toddouska
|
2e980423ec
|
hash session IDs since some aren't random afterall
|
2013-03-13 17:19:36 -07:00 |
|
toddouska
|
e515638503
|
make EmbedGenerateCookie a callback, USER_IO can install their own or default to ours
|
2013-03-13 16:41:50 -07:00 |
|
toddouska
|
129de03da0
|
switch --enable-noInline to enable/disable-inline to match all others
|
2013-03-13 12:25:34 -07:00 |
|
toddouska
|
0a63898f5b
|
make sure stat uses full path for REG check
|
2013-03-13 11:17:14 -07:00 |
|
toddouska
|
11ffca451a
|
make readdir file type check more generic
|
2013-03-12 16:21:07 -07:00 |
|
toddouska
|
ec0a4d45cb
|
add --enable-memory, build, disable runtime memory cbs, check leanpsk
|
2013-03-12 13:31:14 -07:00 |
|
toddouska
|
4774f1b285
|
add --enable-coding, build, leanpsk check
|
2013-03-12 13:12:10 -07:00 |
|
toddouska
|
e8ce0b7f51
|
add --enable-dh, build, checks w/o asn
|
2013-03-12 13:03:42 -07:00 |
|
toddouska
|
9a1b32d830
|
add --enable-asn, build, and checks for rsa / psk w/o asn
|
2013-03-12 12:48:41 -07:00 |
|
toddouska
|
6773287895
|
add --enable-des3 and build, no strnstr in tests
|
2013-03-12 09:46:15 -07:00 |
|
toddouska
|
1628b6f83f
|
add --enable-sha and build, disables examples for now since certs still use sha, when add --disable-certs add more thorough check
|
2013-03-11 17:53:38 -07:00 |
|
toddouska
|
7914938e60
|
--enable-md5 and build, needs NO_OLD_TLS, suite test version check
|
2013-03-11 17:37:08 -07:00 |
|
toddouska
|
894a35a0f2
|
add --enable-arc4 and build
|
2013-03-11 17:13:24 -07:00 |
|