Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wolfSSL: Set up initial port #1358

Merged
merged 1 commit into from
Apr 16, 2024
Merged

wolfSSL: Set up initial port #1358

merged 1 commit into from
Apr 16, 2024

Conversation

mrdeep1
Copy link
Collaborator

@mrdeep1 mrdeep1 commented Apr 10, 2024

Includes some porting ideas from qursa-uc3m libcoap-wolfssl work.

Some common ASN1 code moved from coap_gnutls.c to coap_asn1.c to support RPK.

WolfSSL build
$ ./configure --enable-all --enable-dtls13 CFLAGS="-DBUILD_TLS_PSK_WITH_AES_128_CCM -DHAVE_RPK"

Interoperability requirements

DTLS1.3 downgrade requires
eclipse-tinydtls/tinydtls#230
wolfSSL/wolfssl#7367

TLS1.3 downgrade requires
wolfSSL/wolfssl#7367

(D)TLS1.2 use of RPK requires
wolfSSL/wolfssl#7375

MbedTLS using TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 requires
wolfSSL/wolfssl#7132

GnuTLS using PSK and TLS1.3 requires
wolfSSL/wolfssl#7407

Includes some porting ideas from qursa-uc3m libcoap-wolfssl work.

Some common ASN1 code moved from coap_gnutls.c to coap_asn1.c to support RPK.

WolfSSL build
$ ./configure --enable-all --enable-dtls13 CFLAGS="-DBUILD_TLS_PSK_WITH_AES_128_CCM -DHAVE_RPK"

Interoperability requirements

DTLS1.3 downgrade requires
eclipse-tinydtls/tinydtls#230
wolfSSL/wolfssl#7367

TLS1.3 downgrade requires
wolfSSL/wolfssl#7367

(D)TLS1.2 use of RPK requires
wolfSSL/wolfssl#7375

MbedTLS using TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 requires
wolfSSL/wolfssl#7132

GnuTLS using PSK and TLS1.3 requires
wolfSSL/wolfssl#7407
@mrdeep1 mrdeep1 merged commit e3a662a into obgm:develop Apr 16, 2024
29 checks passed
@mrdeep1 mrdeep1 deleted the wolfssl_support branch April 16, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant