Skip to content

ED25519 certificate causes handshake failure with CRYPTO_ERROR, while RSA2048 works #2339

@suisanka

Description

@suisanka

When using tokio-quiche with the provided example code, I encountered a handshake failure between the client and server. The issue occurs specifically when using an ED25519 certificate (generated via OpenSSL), resulting in the server returning a CRYPTO_ERROR (but TimeoutError in Rust code, #2274). However, switching to an RSA2048 certificate resolves the problem, and the handshake succeeds.

The issue appears to be specific to ED25519 certificates. When testing the same ED25519 certificate with curl (using HTTP/3), the handshake completes successfully and responses are received normally. A fix is requested to ensure compatibility with ED25519 signatures in QUIC handshakes in quiche h3 client.

Link #2186.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions