CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/22 15:08:49
Modified files: lib/libcrypto/ec: ecp_oct.c Log message: Rewrite ec_GFp_simple_oct2point() using CBS Transform the spaghetti in here into something more readable. Factor various inline checks into helper functions to make the logic clearer. This is a bit longer but a lot safer and simpler. It accepts exactly the same input as the original version. ok jsing