John Safranek
|
6d49631170
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-04-11 14:10:32 -07:00 |
|
John Safranek
|
a74ac2b22c
|
added case to DerToPem() to add EC header and footer to the PEM output
|
2013-04-11 14:03:18 -07:00 |
|
toddouska
|
12f00a7acc
|
change ipv6 tests to use getaddrinfo for better scope id % handling, inet_pton doesn't always work depending on system
|
2013-04-11 12:30:09 -07:00 |
|
toddouska
|
b5c43d8ad4
|
don't default to loopback only for ipv6 tests, if inet_pton available allow lookups
|
2013-04-11 10:12:15 -07:00 |
|
toddouska
|
576cb10732
|
fix port 0 hack for unit tests with ipv6
|
2013-04-10 17:09:53 -07:00 |
|
toddouska
|
a2bd6e786d
|
fix leanpsk NO_SHA build
|
2013-04-10 12:42:51 -07:00 |
|
Chris Conlon
|
27d6c727e0
|
add MICROCHIP_TCPIP
|
2013-04-10 09:16:11 -06:00 |
|
John Safranek
|
9b0ffa0249
|
brought CYASSL_CALLBACK code up to current standard
|
2013-04-08 15:34:54 -07:00 |
|
John Safranek
|
2dd22938d6
|
rearranged the HMAC header to tolerate having missing hash types
|
2013-04-03 17:33:50 -07:00 |
|
John Safranek
|
bf69de7054
|
if using SHA-512 but not SHA-384, fix so that HMAC still works
|
2013-04-03 16:41:44 -07:00 |
|
Chris Conlon
|
f73585eec8
|
HP/UX fixes, strsep impl
|
2013-04-02 16:27:53 -06: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 |
|
toddouska
|
332fd68347
|
add lowmem to stacksize build
|
2013-03-28 11:38:27 -07:00 |
|
toddouska
|
ee0595f543
|
add --enable-stacksize to print out stack use info with pthreads for example client/server
|
2013-03-28 11:28:38 -07:00 |
|
toddouska
|
f396de1191
|
add DTLS support for alignment
|
2013-03-27 16:58:27 -07:00 |
|
toddouska
|
8a2936ebd4
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-03-27 15:12:44 -07:00 |
|
toddouska
|
82e3c00075
|
add CYASSL_GENERAL_ALIGNMENT detection and setting for TLS alignment attempt
|
2013-03-27 15:11:49 -07:00 |
|
John Safranek
|
2f6636559d
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-03-27 10:22:56 -07:00 |
|
John Safranek
|
7d287a6ba9
|
modified test port number to allow concurrent testing
|
2013-03-26 22:00:39 -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
|
72926b1eed
|
make sure blake2 calls denote it's the 'b' version, blake2b
|
2013-03-25 11:35:33 -07:00 |
|
John Safranek
|
436a51a0d7
|
Merge branch 'ccm'
|
2013-03-22 17:29:30 -07:00 |
|
toddouska
|
d7c01be8bb
|
blake2 ctc api, test vecs
|
2013-03-22 13:30:44 -07:00 |
|
toddouska
|
d8b85da693
|
remove c++ comments, switch to c
|
2013-03-22 12:10:53 -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 |
|
toddouska
|
ace69d1c77
|
bump dev branch
|
2013-03-21 19:27:29 -07:00 |
|
toddouska
|
ea9784b32b
|
cast size_t for printf mem output, c99 may not be available
|
2013-03-21 07:58:53 -07:00 |
|
toddouska
|
ae9265fa44
|
add macpi huffman
|
2013-03-20 14:37:05 -07:00 |
|
toddouska
|
7d7a72f2a6
|
add hmac sha512
|
2013-03-20 12:26:55 -07:00 |
|
toddouska
|
e19c65da8b
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-03-20 10:21:05 -07:00 |
|
toddouska
|
8564014983
|
add mcapi hash with tests
|
2013-03-20 10:14:06 -07:00 |
|
John Safranek
|
692dc09d10
|
Merge branch 'compress'
|
2013-03-20 10:05:49 -07:00 |
|
John Safranek
|
615f652bd0
|
filled out our Compress and DeCompress functions, updated the test case
|
2013-03-20 09:58:31 -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
|
88938390ba
|
fix track memroy overread on realloc example problem
|
2013-03-18 11:17:34 -07:00 |
|
toddouska
|
e3f72effb2
|
fix memory track free return warning
|
2013-03-15 15:30:03 -07:00 |
|
toddouska
|
8e3f83e152
|
bump dev branch version
|
2013-03-15 15:13:08 -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
|
543108bdcc
|
add memory tracker to example client and server if using default memory cbs
|
2013-03-15 13:17:05 -07:00 |
|
toddouska
|
2dfec3c6f1
|
add CYASSL prefix to WORD/BIT enums
|
2013-03-13 16:49:20 -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
|
b9a7407d31
|
make sure FreeRTOS defines aren't redefs
|
2013-03-13 13:14:01 -07:00 |
|
toddouska
|
f0c48fba45
|
bump version for tag download
|
2013-03-13 10:14:06 -07:00 |
|
toddouska
|
dbe83c7405
|
fix typos
|
2013-03-12 15:56:58 -07:00 |
|
toddouska
|
a868451d72
|
add NO_64BIT flag to normal and fastmath to use a 32 bit accumulator for multiply when 64 bit actually slows it down
|
2013-03-12 15:52:47 -07:00 |
|
toddouska
|
ec0a4d45cb
|
add --enable-memory, build, disable runtime memory cbs, check leanpsk
|
2013-03-12 13:31:14 -07:00 |
|