CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/16 17:49:49
Modified files: regress/lib/libcrypto/ec: ec_asn1_test.c Log message: Implement Wei25519 to exercise some more elliptic curve code This provides a non-trivial non-builtin curve that is unlikely to ever become a builtin curve. This exercises the cofactor guessing code and and ensures that things work as far as they can with a custom OID. The main reason for adding it is to have a "real-world" example for an upcoming check that EC parameters represent a builtin curve.