From patchwork Tue Aug 7 17:36:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [esnacc-dev,RFC,0/4] Fix a number of broken functionalities from 1.8 X-Patchwork-Submitter: Aaron Conole X-Patchwork-Id: 29 Message-Id: <20180807173657.7572-1-aconole@bytheb.org> To: dev@lists.esnacc.org Date: Tue, 7 Aug 2018 13:36:53 -0400 From: Aaron Conole List-Id: eSNACC Development discussion This is RFC at the moment because I need to clean up the series before it should be accepted. Meanwhile, these (I think) bring 1.8+ in-line with the expected ASN.1 behaviors. Reported-by: jarek555 Aaron Conole (4): cxx-examples: hook up the vdatest asn-config: use definitions from stdint cxx/asn-int: fix integer encoding/decoding cxx/asn-octs: Fix the Octet class cxx-examples/automake.mk | 28 +++-- cxx-examples/src/inttest.cpp | 147 +++++++++++--------------- cxx-examples/src/main.cpp | 116 ++++++++------------ cxx-examples/src/vdatest.cpp | 246 +++++++++++++++++++++---------------------- cxx-lib/inc/asn-config.h | 22 +--- cxx-lib/src/asn-int.cpp | 115 ++++++++++++-------- cxx-lib/src/asn-octs.cpp | 128 ++++++++-------------- 7 files changed, 365 insertions(+), 437 deletions(-)