CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/04 06:19:08
Modified files:
lib/libcrypto/ec: ec_lib.c
Log message:
Rewrite EC_POINT_new() and EC_POINT_dup()
Like most of the code in this file that hasn't been overhauled, these are
just terrible. As jsing points out, we will need to ensure that finish()
works on a not fully initialized point. That's currently safe.
ok jsing
