[esnacc-dev,RFC,0/4] Fix a number of broken functionalities from 1.8

Message ID 20180807173657.7572-1-aconole@bytheb.org
Headers show
Series
  • Fix a number of broken functionalities from 1.8
Related show

Message

Aaron Conole Aug. 7, 2018, 5:36 p.m.
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(-)