Skip to content

Feature: Support for rfc8418 use ECDH with X25519 and X448 in CMS #1845

Description

@danischroeter

https://datatracker.ietf.org/doc/rfc5753 Use of Elliptic Curve Cryptography (ECC) Algorithms
in Cryptographic Message Syntax (CMS) is implemented in bouncycastle and there is a nice example here:
https://github.com/bcgit/bc-java/blob/main/pkix/src/test/java/org/bouncycastle/cms/test/BcEnvelopedDataTest.java

rfc8418 would be similar to rfc5753 using newer curves X25519 and X448
see https://datatracker.ietf.org/doc/rfc8418/

Are there any plans to implement this in bc? There is a similar effort in openssl see openssl/openssl#22388

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions