CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/10/19 11:05:55
Modified files:
usr.sbin/rpki-client: cert.c cms.c crl.c validate.c
Log message:
Add experimental support for secp256r1 aka P-256 aka prime256v1
ECDSA signatures are much smaller than RSA signatures while offering
similar security. Adding support for P-256 now allows CA developers
to test their implementations, and paving the way for signers in the
production environment in the future to take advantage of ECDSA.
OK tb@