CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/30 00:12:47
Modified files:
lib/libcrypto/ec: ec_asn1.c
Log message:
Provide ec_point_to_asn1_bit_string()
This adds a specialized helper for creating an ASN.1 bit string
out of an elliptic curve point (the public key) and use it in
i2d_ECPrivateKey().
ok jsing
