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
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