CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/06 02:36:16
Modified files:
lib/libssl/ssl : Makefile
regress/lib/libssl: Makefile
Added files:
lib/libssl/src/ssl: bs_ber.c bs_cbb.c bs_cbs.c bytestring.h
regress/lib/libssl/bytestring: Makefile bytestringtest.c
Log message:
Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.
This is imported with as few changes as possible for the initial commit.
I removed OPENSSL_EXPORT, replaced OPENSSL_malloc() etc with malloc()
and changed a few header includes.
BoringSSL has this as part of their public API. We're leaving it internal
to libssl for now.
Based on BoringSSL's CBB/CBS API as of commit
c5cc15b4f5b1d6e9b9112cb8d30205a638aa2c54.
input + ok jsing@, miod@