aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/x509.py
AgeCommit message (Expand)Author
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
2009-06-01New TLS code mostly working. Only lightly tested so far, but "makeRob Austein
2009-05-29LoggingRob Austein
2009-05-21More CMS cert loggingRob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-05-11Pass ExitNow exceptions through, as signal handlers can raise them at any time.Rob Austein
2009-03-31Initial checkpoint on rpki-rtr protocol implementation.Rob Austein
2009-01-21Checkpoint while tracking down various whacky certificate expirationRob Austein
2008-10-13Another formatting fixRob Austein
2008-06-21Add CMS PEM converterRob Austein
2008-06-21Teach rootd to generate manifestsRob Austein
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
2008-05-18Convert to generating new ROA formatRob Austein
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein
2008-05-16Be kind, state which kind of CRL is missingRob Austein
2008-05-15Clean up TLS certificate handling and a lot of debugging code.Rob Austein
2008-05-13Apparently strings in tlslite are occasionally something else, isn'tRob Austein
2008-05-10Checkpoint of debugging code while chasing interop issuesRob Austein
2008-05-09get_basicConstraints() was buggy for certs that had no such extensionRob Austein
2008-05-07More fun CMS interop debuggingRob Austein
2008-05-07CheckpointRob Austein
2008-05-07CleanupRob Austein
2008-05-07Remove old XML_CMS_object.verify() methodRob Austein
2008-05-02Bang on CRL code a bit moreRob Austein
2008-05-02Remove workaround now that I found the bugRob Austein
2008-05-01Simplify BSC and start adding BPKI CRL support; the latter doesn'tRob Austein
2008-04-30Implement most of the administrative restrictions on CMS verification.Rob Austein
2008-04-29CheckpointRob Austein
2008-04-29Add is_CA()Rob Austein
2008-04-28Rework POW error handling. Code around spuriousRob Austein
2008-04-27Get testpoke.py working againRob Austein
2008-04-25New trust anchor model sort of working. make test runs again, anyway.Rob Austein
2008-04-24Checkpoint. Partly converted to new BPKI model. This breaks makeRob Austein
2008-04-22Use new CMS.sign() APIRob Austein
2008-04-22Rehome RPKI exceptions under RPKI_ExceptionRob Austein
2008-04-20Refactor redundantly redundant XML and CMS handling code.Rob Austein
2008-04-19Convert CMS code to something vaguely object-oriented, to simplifyRob Austein
2008-04-11Checkpoint. Initial ROA generation working, no maintenance yet.Rob Austein