CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/28 04:02:12
Modified files:
lib/libcrypto : Makefile Symbols.list Symbols.namespace
lib/libcrypto/asn1: asn1.h
lib/libcrypto/hidden/openssl: asn1.h
Removed files:
lib/libcrypto/asn1: t_pkey.c
Log message:
Remove ASN1_bn_print() and ASN1_buf_print()
ASN1_bn_print() is a hilariously bad API that was replaced with a saner
interface internally. ASN1_buf_print() isn't terrible, but it is too
specialized to be of real use. It was only exposed because ASN1_bn_print()
was already there. Its only use had been in the EdDSA printing code before
it was replaced with an internal helper.
ok jsing