Rob Austein 68d8ff79fc OpenSSL 1.1 compatability, part 1. 9 years ago
..
rpki 68d8ff79fc OpenSSL 1.1 compatability, part 1. 9 years ago
README c5ae5ad305 Move ASN.1 definitions for ROAs and Manifests to common header files 12 years ago

README

$Id$

C header files common to RPKI code. For now, most of this is ASN.1
definitions in OpenSSL's strange template language. May add utility
routines later.

Due to complexities of the build environment in which some of this is
used, we may end up keeping all the shared C code in .h files rather
than attempting to build a library that all the programs can use.
Python extension modules in particular have their own peculiar linkage
requirements, and while we could no doubt jump thorugh hoops to get
all of this right on every platform, it's much simpler to handle code
reuse via the C preprocssor. Hey, it worked for MIDAS on ITS.