1

(5 replies, posted in wolfSSL)

For a master thesis, we are currently evaluating the possibility to make DTLS multipath.

It's similar to Multipath TCP but here we are trying to build something secure and over UDP.  The idea is to use multiple interfaces between client and server to increase the performances. For example in a mobile, you could use 4G + wifi.

Ultimately, we want to use this new protocol between Tor relays and study the impact on latency and privacy. (But that's if we have enough time  smile  )

Anyway, for now wolfSSL seems quite readable and extendable !

2

(5 replies, posted in wolfSSL)

Hi,

Actually we solved this issue.
The netkit machines are run by default with 32M of memory and it was not enough for the ./configure to execute correctly.
If you increase this amount, there is no more problem.

Thanks anyway wink

3

(5 replies, posted in wolfSSL)

Hi,

We are encountering a problem when we try to run ./configure on a debian machine (uml mode with netkit).
Everything works fine and when it comes to the check of "checking if gcc static flag -static works", it stops doing anything.

What can we do about that ?

We don't really see what the problem is and any help would be greatly appreciated.

Loïc