aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/x509.py
AgeCommit message (Expand)Author
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
2011-10-04Add explicit check for certificate expiration in CMS verify (see #94).Rob Austein
2011-10-04Don't spew to stderr if dumpasn1 isn't available when we want to dumpRob Austein
2011-10-04Catch IOError when dumping bad CMS (see #94).Rob Austein
2011-07-25Printouts of lists of certificates and CRLs do not make good exception stringsRob Austein
2011-06-14do not fail if AIA extension is missing since None is a valid return valueMichael Elkins
2011-06-09add preliminary support for the ghostbusters recordMichael Elkins
2011-04-27First whack at some of the silliest logging codeRob Austein
2011-03-26Don't fail in diagnostic code in dumpasn1 isn't availableRob Austein
2011-03-21First cut at Ghostbusters support.Rob Austein
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
2011-01-04POW => rpki.POWRob Austein
2010-11-14Implement "reissue" left-right operation. Reformat some doc strings.Rob Austein
2010-11-10Fix handling of inheritance in EE certsRob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-09-15Convert interface between Python and OpenSSL to use GeneralizedTimeRob Austein
2010-09-10Refactor .wrap()/.unwrap() code prior to adding CMS timestamp checks.Rob Austein
2010-09-09Downgrade syslog priority of a few messagesRob Austein
2010-09-07Add support for extracting signingTime from CMS messages.Rob Austein
2010-09-03Add new "Auto_update" flavor of DER objects: this is like Auto_file,Rob Austein
2010-09-03Restrict extra identity checks for trusted BPKI EE certificates toRob Austein
2010-08-29Break XML packet dumps into multiple lines when logging schemaRob Austein