aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/x509.py
AgeCommit message (Expand)Author
2013-01-30rpki.x509.X509._issue() wasn't passing inheritance flags intoRob Austein
2012-10-26Change POW representation of UTCTime and GeneralizedTime to use PythonRob Austein
2012-10-25Add direct conversion of datetime (and subclasses) timestamps toRob Austein
2012-10-18pylintRob Austein
2012-10-17CRLs work better if one remembers to set the list of certificatesRob Austein
2012-10-16Make schema checking configurable at runtime, reenable inbound schemaRob Austein
2012-10-12Rust In Pieces, POW.pkix.Rob Austein
2012-10-11Convert rpki.x509.X509._issue() to use POW instead of POW.pkix.Rob Austein
2012-10-11Use POW instead of POW.pkix to decode certificate resources.Rob Austein
2012-10-11CleanupRob Austein
2012-10-10Convert ROAs and manifests to use POW CMS subclasses. Start inchingRob Austein
2012-10-09Delete broken definition of Ghostbusters class (which nothing everRob Austein
2012-10-09Whack SIA and AIA code to use POW instead of POW.pkix. WhackRob Austein
2012-10-09Use POW for PKCS #10 generation.Rob Austein
2012-10-09Calculate SKI directly from POW.Asymmetric object.Rob Austein
2012-10-05Convert another chunk of Python code to use new POW classes. Clean upRob Austein
2012-10-01Convert CRL creation to use POW rather than POW.pkix.Rob 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-20Whack rest of POW's object I/O (x.derRead(), x.derWrite()) to use newRob Austein
2012-09-04As part of dragging POW.c into the 21st century, get rid of hugeRob Austein
2012-09-03Fix last (?) remaining direct reference to "POWpkix" outside ofRob Austein
2012-09-03More useful debugging code.Rob Austein
2012-09-03Switch X501DN to use (new) POW format internally.Rob Austein
2012-09-02Checkpoint of tweaks to rpki.x509.X501DN class prior to flipping thatRob Austein
2012-08-20Extend insecure-debug-only-rsa-key hack to something we can use withRob Austein
2012-08-14Add POW C function to pull SKI from a certificate, so we can bypassRob Austein
2012-08-10Add debug-only hack to let us reuse RSA keys from previous test runs.Rob Austein
2012-08-08Checkpoint of work to date, see #274 and #275.Rob Austein
2012-08-07Safe mapping functions for OIDs, now that we're using the same code toRob Austein
2012-07-06Implement CMS-timestamp-based replay protection. Closes #35.Rob Austein
2012-07-03Add .mnf to dispatch list for backwards compatability.Rob Austein
2012-07-03Add more data to pubd log line, to aid tracking flow of objectsRob Austein
2012-05-10rpki.x509.DeadDrop.dump() should not abort the calling function forRob Austein
2012-05-09Fail gracefully if we can't initialize or write to DeadDrop mailbox.Rob Austein
2012-02-09merge with /trunkMichael Elkins
2012-01-08Checkpoint. New irdbd now work, after some transaction voodoo.Rob Austein
2011-12-16Checkpoint. Add EnumField. Debug CertificateManager.Rob Austein
2011-12-15Checkpoint. Rewrote all the OOB-setup portions of rpkic to use newRob Austein
2011-12-15Checkpoint. Add rpki.irdb.models.CertificateManager() to consolidateRob Austein
2011-12-14Start hacking replacement for myrpki comamnd (rpkic) which uses theRob Austein
2011-12-13Flesh out BPKI methodsRob Austein
2011-12-12Checkpoint. Custom IRDB model fields to handle automatic typeRob Austein
2011-12-12Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code.Rob Austein
2011-10-07Fix bug in [4025], clean up PKCS 10 checking a bit more (see #6).Rob Austein
2011-10-07Tighten up PKCS 10 request checking (closes #6).Rob Austein
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
2011-10-04More explicit certificate expiration checks in CMS verify (see #94).Rob Austein