Questions tagged [wolfssl]

wolfSSL (formerly CyaSSL) is a lightweight, portable, C-based SSL/TLS library targeting embedded and RTOS environments

wolfSSL (formerly CyaSSL) is a lightweight, portable, C-based SSL/TLS library targeting embedded and RTOS environments.

Their website is located at wolfSSL Embedded SSL Library.

64 questions
0
votes
1 answer

Using a cryptographic acceleration unit with uclinux and an external library

I am currently trying to find the best methodology to integrate the cryptographic acceleration unit present on my MCU to take advantage of the performance gain not only in my custom apps but also in the external SSL/TLS library I will need to…
user2457451
  • 135
  • 1
  • 2
  • 11
0
votes
1 answer

Integrating CyaSSL with current Android kernel (KitKat)

I need to use CyaSSL on Android for a project I'm working on. I've been trying, without much success to follow CyaSSL's instructions to build it into the kernel. The main issue is the build structure seems to have changed significantly from the…
Saf
  • 517
  • 1
  • 9
  • 24
-4
votes
2 answers

implementing CyaSSL over FreeRTOS

I want to establish a secure communication between embedded devices. I am using TMS570 microcontroller and I have FreeRTOS running on it. So can you please provide me some guidelines regarding how I can implement SSL on it (preferably MatrixSSL…
-6
votes
1 answer

How detect received message in DTLS?

I implement DTLS protocol for CoAP on C, C++. As I see I can use OpenSSL or WolfSSL. For example WolfSSL: https://github.com/wolfSSL/wolfssl-examples/blob/master/dtls/client-dtls-nonblocking.c But how I can detect that some message has been sent to…
Anton
  • 13
  • 2
1 2 3 4
5