CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/30 11:36:22
Modified files: lib/libcrypto/ec: ec_print.c Log message: Rewrite EC_POINT_point2bn() While it makes little sens to place either one of the uncompressed, the compressed or the hybrid X9.62 octet string encoding of an elliptic curve point into a BIGNUM, it is what this API does. It's ec_point_to_octets() followed by BN_bin2bn(). ok jsing