aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2012-10-03Make new POW.ROA and POW.Manifest subclasses of POW.CMS. This isRob Austein
2012-10-02Cleanup #warnings.Rob Austein
2012-10-01Convert CRL creation to use POW rather than POW.pkix.Rob Austein
2012-10-01Use very long BPKI expiration times, so that we canRob Austein
2012-09-30Don't whack installation directories if they already exist. MaybeRob Austein
2012-09-30Fix --quiet.Rob Austein
2012-09-30Add --quietRob Austein
2012-09-30Try dbm if gdbm fails for horrible debug-only RSA key speedup hack.Rob Austein
2012-09-30Implement conversion between DER and POW formats for PKCS10 class.Rob Austein
2012-09-29Convert BasicConstraints to use new POW method.Rob Austein
2012-09-29Convert a few rpki.x509 methods to use the new rpki.POW code.Rob Austein
2012-09-25Clear old extensions from PKCS #10 request before setting new ones.Rob Austein
2012-09-25Add PKCS#10 class.Rob Austein
2012-09-23Add X509.getPublicKey(). Clean up a couple zillion compiler warningsRob Austein
2012-09-22Drag Asymmetric class up to using the EVP_PKEY API, which simplifiesRob Austein
2012-09-22Internal TODO comments (easier than a ticket system on airplanes...).Rob Austein
2012-09-21ROA class.Rob Austein
2012-09-21Implement RPKI manifests. Raise exceptions properly in ASN1_TIMERob Austein
2012-09-20Whack rest of POW's object I/O (x.derRead(), x.derWrite()) to use newRob Austein
2012-09-20Clean up conversions between ASN.1 integers and Python integers.Rob Austein
2012-09-20Add ten gazillion class methods for reading objects. Eventually thisRob Austein
2012-09-18Add AKI and CRLNumber handlers for CRLs.Rob Austein
2012-09-18Add CertificatePolicies handlers.Rob Austein
2012-09-18CRLDP handlers.Rob Austein
2012-09-18AIA handlers.Rob Austein
2012-09-18Add SIA handlers.Rob Austein
2012-09-17Get rid of last(?) vestiges of silly dependencies on OpenSSL'sRob Austein
2012-09-17Add set methods for AKI and SKI extensions. Whack all derRead helpersRob Austein
2012-09-17Teach X509.{get,set}RFC3779() methods to use IPAddress class.Rob Austein
2012-09-17Add IPAddress class. This is intended to replace the rpki.ipaddrsRob Austein
2012-09-12Debug X509.getRFC3779(), add IPv6 support. Will need refactoring onceRob Austein
2012-09-12CheckpointRob Austein
2012-09-12CheckpointRob Austein
2012-09-12Get reference counts right.Rob Austein
2012-09-12Checkpoint working version of x509_object_get_rfc3779(). HideouslyRob Austein
2012-09-11Fix exception hierarchy. Add KeyUsage methods; some details willRob Austein
2012-09-10Checkpoint after a lot more cleanup and simplification. No longerRob Austein
2012-09-08Drag rpki.POW classes kicking and screaming into the 21st century.Rob Austein
2012-09-07Synchronize after updating BPKI.Rob Austein
2012-09-06Error handling cleanup.Rob Austein
2012-09-05Prune a whole lot of unused EVP_CIPHER code. The only purpose thatRob Austein
2012-09-05Forgot that POW.pkix uses Asymmetric.sign() and Asymmetric.verify().Rob Austein
2012-09-05Another POW.c cleanup checkpoint.Rob Austein
2012-09-05Add and use Define_Method() macro to simplify method tables and set upRob Austein
2012-09-05Cleanup checkpoint: METH_NOARGS.Rob Austein
2012-09-04More pruning.Rob Austein
2012-09-04As part of dragging POW.c into the 21st century, get rid of hugeRob Austein
2012-09-04CleanupRob Austein
2012-09-03Fix last (?) remaining direct reference to "POWpkix" outside ofRob Austein
2012-09-03Clean up multi-value RDN handling.Rob Austein