CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/16 00:37:58
Modified files:
lib/libssl/src/ssl: bs_ber.c bytestring.h
regress/lib/libssl/bytestring: bytestringtest.c
Log message:
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@
