CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/20 11:10:52
Modified files:
lib/libcrypto : Makefile
Added files:
lib/libcrypto/bytestring: bs_ber.c bs_cbb.c bs_cbs.c
bytestring.h
Log message:
Provide the bytestring APIs for libcrypto internal use.
Bring a copy of the bytestring APIs (CBB/CBS) from libssl, for use in
libcrypto - these are not exposed publicly.
Discussed with beck@ and tb@
