Zap a trailing space
Sync bytestring from libssl.
Include <stdint.h> in the bytestring .c filesThey currently depend on bytestring.h pulling that in.discussed with jsing
Revise CBS_strdup() documentation.CBS_strdup() now internally checks if the data contains NUL, failing if itdoes.Prompted by beck@
Sync bs_cbb.c with libssl.ok jsing
Sync from libssl.
Sync bytestring with libssl.
Provide the bytestring APIs for libcrypto internal use.Bring a copy of the bytestring APIs (CBB/CBS) from libssl, for use inlibcrypto - these are not exposed publicly.Discussed with beck@ and tb@