CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/01/18 06:07:47
Modified files: lib/libssl : t1_lib.c Log message: Drop field determination dance If we get here, we're in a server and have managed to load the cert. The public key is therefore a point on a built-in curve, and we know the group is defined over some prime field. Now it is just a matter of figuring out whether we support the group in libssl. ok jsing