aboutsummaryrefslogtreecommitdiff
path: root/utils/print_rpki_manifest
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-02-27Both manifest serial numbers and ROA autonomous system numbers can beRob Austein
longer than 31 bits, so we have to use OpenSSL's bignum routines to print them properly. Closes #683. svn path=/trunk/; revision=5693
2014-02-27Fix usage message.Rob Austein
svn path=/trunk/; revision=5690
2014-01-21Add --help support to all of the C programs in $top/utils/*.Rob Austein
svn path=/trunk/; revision=5640
2013-12-20If we're going to use getopt(), perhaps we should account for the arguments ↵Rob Austein
it consumes? Doh. svn path=/trunk/; revision=5611
2013-11-21New -c option in print_roa and print_rpki_manifest triggered latentRob Austein
bug in BIO cleanup. svn path=/trunk/; revision=5593
2013-11-20Add -c options to print_roa and print_rpki_manifest to dump the entireRob Austein
CMS blob in (hideously ugly) text format. See #655. svn path=/trunk/; revision=5590
2013-07-18Fix UTCTime printout for CMS signing time.Rob Austein
svn path=/trunk/; revision=5440
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2012-12-20Add "make instalation-manifest" as a first cut at something that willRob Austein
automate construction of things like the pkg-plist for a FreeBSD port. This is a fairly nasty kludge, but we're kind of trapped at the intersection of two different build systems (autoconf and disttools) and a laundry list of platform-specific packaging systems, so anything we do here is likely to be nasty, and almost anything is better than trying to maintain packing lists for all those systems by hand. svn path=/trunk/; revision=4938
2012-09-30Don't whack installation directories if they already exist. MaybeRob Austein
there's some clever way to autoconf this so users can control whether they want their directories whacked or not, but for now we need to stop doing this because it messes up /usr/local on MacOSX laptops. See #288. svn path=/branches/tk274/; revision=4745
2012-09-19Move ASN.1 definitions for ROAs and Manifests to common header filesRob Austein
used by all the C programs. svn path=/branches/tk274/; revision=4725
2011-10-19make clean wasn't cleaning up .dSYM files on MacOSXRob Austein
svn path=/trunk/; revision=4057
2011-05-10Don't assume installation directories existRob Austein
svn path=/pywrap/Makefile.in; revision=3810
2011-05-06DESTDIRRob Austein
svn path=/pywrap/Makefile.in; revision=3801
2011-02-24Installation targetsRob Austein
svn path=/utils/find_roa/Makefile.in; revision=3692
2011-02-24Rename print_manifest => print_rpki_manifest prior to adding installRob Austein
target. svn path=/configure.ac; revision=3690