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

Aaron Conole aconole at bytheb.org
Tue Aug 7 17:36:53 UTC 2018


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(-)

-- 
2.14.3



More information about the dev mailing list