CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/30 00:11:50
Modified files: lib/libcrypto/ec: ec_asn1.c Log message: Provide ec_point_to_asn1_octet_string() This adds a specialized helper for creating an ASN.1 octet string out of an elliptic curve point (the generator). Use this to simplify ec_asn1_group2parameters(). ok jsing