1. 13 Mar, 2023 2 commits
    • Cedric Roux's avatar
      hack: install asn1c locally and use local version · a1328e1f
      Cedric Roux authored
      The goal of this commit is to force the use of the new asn1c, no matter
      what is installed on the host.
      
      This is to ease the transition between the previous asn1c version that
      was used by the project and the new version.
      
      This is mostly a hack. There are certainly other ways to do this (I know
      'make' so I went with 'make') (I couldn't change PATH easily so I hardcoded
      asn1c in the various CMakeLists.txt).
      
      It is not meant to stay for too long in the code, so I don't think there
      is the need to do things in a better way.
      a1328e1f
    • Cedric Roux's avatar
      asn1c: use better version of asn1c · 90477cc4
      Cedric Roux authored
      We don't work much on asn1c. The version we use has several bugs.
      There is an active community out there that fixes bugs and improves
      asn1c. Let's use their version.
      90477cc4
  2. 11 Mar, 2023 4 commits
  3. 10 Mar, 2023 8 commits
  4. 09 Mar, 2023 21 commits
  5. 08 Mar, 2023 5 commits