toddouska
|
8df0e43384
|
fix merge differences from this week
|
2013-05-22 15:50:13 -07:00 |
|
toddouska
|
d2003bb8b7
|
merge in sni
|
2013-05-21 14:37:50 -07:00 |
|
Chris Conlon
|
a4c6ed0dda
|
add support for Microchip TCP/IP 6.0 beta
|
2013-05-17 10:59:18 -06:00 |
|
toddouska
|
cfdfa7b2b3
|
pull in Kojo MDK-ARM projects, changes
|
2013-05-16 09:47:27 -07:00 |
|
Chris Conlon
|
091c7a7ef3
|
separate STM32F2 hardware hash support, disable by default
|
2013-05-15 10:48:35 -06:00 |
|
toddouska
|
32705fb380
|
make sure pwdbased w/o fastmath works like fastmath define wise
|
2013-05-10 11:00:37 -07:00 |
|
toddouska
|
a0c630b4ee
|
add cert cache persistence
|
2013-05-02 11:34:26 -07:00 |
|
John Safranek
|
d2d25b9b83
|
refine the SKID/AKID support
|
2013-04-29 17:09:15 -07:00 |
|
John Safranek
|
87048698e5
|
use subject key id and authentication key id to ID CA certs in the signers list instead of subject name hashes.
|
2013-04-29 12:08:16 -07:00 |
|
toddouska
|
05dd84598b
|
turn CA signer list into CA signer hash table, defaults CA_TABLE_SIZE to 11
|
2013-04-25 15:36:33 -07:00 |
|
toddouska
|
9dbf6a5e10
|
fix Signer hash size w/o SHA, fix GetCA caList b4 lock
|
2013-04-25 14:47:09 -07:00 |
|
John Safranek
|
8e5532eb42
|
Merge branch 'master' of github.com:cyassl/cyassl
|
2013-04-24 10:37:55 -07:00 |
|
John Safranek
|
c27ebe546d
|
find the subject id and authority subject id extentions when decoding a certificate
|
2013-04-24 10:37:11 -07:00 |
|
toddouska
|
bad1c32df2
|
add session cert conversion to x509, and free x509 for dynamic variety
|
2013-04-23 11:50:06 -07:00 |
|
toddouska
|
71a1abebf5
|
break up sig confirm errors into no sig, crl, and ocsp specific
|
2013-04-18 08:38:28 -07:00 |
|
toddouska
|
f8ba117cef
|
cleanup 64/128bit type decls for big int libs
|
2013-04-17 17:26:33 -07:00 |
|
Chris Conlon
|
62a071262c
|
move CYASSL_USER_IO back to MICROCHIP_PIC32
|
2013-04-17 10:19:18 -06:00 |
|
toddouska
|
8eee0b1d4c
|
add blake2 headers to dist
|
2013-04-15 13:22:11 -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
|
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
|
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 |
|
toddouska
|
332fd68347
|
add lowmem to stacksize build
|
2013-03-28 11:38:27 -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 |
|
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 |
|
toddouska
|
d6deb690e6
|
Merge branch 'master' into blake2
|
2013-03-22 10:20:01 -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 |
|
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
|
2dfec3c6f1
|
add CYASSL prefix to WORD/BIT enums
|
2013-03-13 16:49:20 -07:00 |
|
toddouska
|
b9a7407d31
|
make sure FreeRTOS defines aren't redefs
|
2013-03-13 13:14:01 -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 |
|
toddouska
|
f232ff84b4
|
add --enable-pwdbased and build, opensslextra needs
|
2013-03-11 17:01:05 -07:00 |
|
toddouska
|
85b3346bbf
|
NO_RSA build, cipher suite tests need work for this build optoin, ssn2
|
2013-03-07 17:44:40 -08:00 |
|
toddouska
|
43b8300896
|
windows shadow fix
|
2013-03-04 12:30:36 -08:00 |
|