aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/x509.py
AgeCommit message (Expand)Author
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
2010-03-16Update copyright noticesRob Austein
2010-02-24CheckpointRob Austein
2010-02-24Checkpoint. <list_received_resources/> still not quite working yet, but get...Rob Austein
2010-01-05Tweaks to DeadDrop Maildir format.Rob Austein
2009-12-31Upgrade XML/CMS "dead drop" audit and debugging facility to write toRob Austein
2009-12-30Doc bugRob Austein
2009-12-23Don't blow out with an exception when retrieving nextUpdate value from our ow...Rob Austein
2009-12-23Tweak logging for ROA encoding DerError.Rob Austein
2009-12-23More exception handling tweaksRob Austein
2009-09-25Better logging of CMS failuresRob Austein
2009-09-11CleanupRob Austein
2009-07-17CleanupRob Austein
2009-07-15CheckpointRob Austein
2009-07-05Extend DER_object__cmp__() to handle None objects.Rob Austein
2009-06-30Refactor cross-certification code into rpki.x509 module.Rob Austein
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
2009-06-05Remove vestigial references to tlslite.Rob Austein