Be more strict about BER and DER terminology.
authordoug <doug@openbsd.org>
Tue, 16 Jun 2015 06:37:58 +0000 (06:37 +0000)
committerdoug <doug@openbsd.org>
Tue, 16 Jun 2015 06:37:58 +0000 (06:37 +0000)
commit50933c7b621fc99209f85811ec1c37a70d870ffa
tree706a26c35d8861baf294314ea8532024cfb0b5c3
parent2b93cbaa87a6a03a859b2d59d406ebfaba6a912a
Be more strict about BER and DER terminology.

bs_ber.c does not convert BER to DER.  It's a hack to convert a DER-like
encoding with one violation (indefinite form) to strict DER.  Rename
the functions to reflect this.

ok miod@ jsing@
lib/libssl/bs_ber.c
lib/libssl/bytestring.h
lib/libssl/src/ssl/bs_ber.c
lib/libssl/src/ssl/bytestring.h
regress/lib/libssl/bytestring/bytestringtest.c