aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-12First cut at script to find ROAs and list expiration dates of allRob Austein
2012-07-12CleanupRob Austein
2012-07-11First cut at Ruediger's "tell me why this object went away" tool. NoRob Austein
2012-07-10add option to not send email report; useful for cli debuggingMichael Elkins
2012-07-09in addition to logging to stdout, send email notifications to addresses liste...Michael Elkins
2012-07-06Clever hack of inserting SVG inline doesn't work with xml.etree due toRob Austein
2012-07-06use the client_handle specified in the <list_published_objects/> response to ...Michael Elkins
2012-07-06RegenRob Austein
2012-07-06Add control interface to clear CMS-timestamp-based replay protection,Rob Austein
2012-07-06add support for checking child resource certsMichael Elkins
2012-07-06Implement CMS-timestamp-based replay protection. Closes #35.Rob Austein
2012-07-06Handle empty hostname list.Rob Austein
2012-07-06force update of received resources cache prior to checking for rescert expira...Michael Elkins
2012-07-06remove debug msg to stdout from rpki.gui.app.glue.list_received_resourcesMichael Elkins
2012-07-05add current handle name to each warning messageMichael Elkins
2012-07-05use str() to print to detail of each Certificate subclass when displaying a w...Michael Elkins
2012-07-05fix __unicode__ method for HostedCAMichael Elkins
2012-07-05don't print out expiration for TA certsMichael Elkins
2012-07-05print cached rescert information when we do not find the cert in the rcynic c...Michael Elkins
2012-07-05check expiration of BSC's for each handle as well.Michael Elkins
2012-07-05remove admin autodiscover since we do not use the admin interfaceMichael Elkins
2012-07-05add empty stub admin.py to overwrite any existing moduleMichael Elkins
2012-07-05add path to wsgi script to apache.conf to allow explicit permissions to readMichael Elkins
2012-07-05add expiration checks for parent/child/repository TA/cross certsMichael Elkins
2012-07-04Oops, forgot to include revoke_forgotten command when copying otherRob Austein
2012-07-04images/ subdirectory.Rob Austein
2012-07-03initial implementation of rescert expiration cron scriptMichael Elkins
2012-07-03Add .mnf to dispatch list for backwards compatability.Rob Austein
2012-07-03Script to display object tracking data.Rob Austein
2012-07-03Add more data to pubd log line, to aid tracking flow of objectsRob Austein
2012-07-03Add TAL support.Rob Austein
2012-07-03Stop whining about missing BPKI CRLs when running rootd underRob Austein
2012-07-03Add EPS support and other tweaks to simplify incorporating output fromRob Austein
2012-06-28determine a timezone that is similar to UTC at runtime when settings.py is lo...Michael Elkins
2012-06-28change default TIME_ZONE to UTC from GMT, since the former is the preferred n...Michael Elkins
2012-06-27in roa creation form, assume mask is closet classful if mask is missing. clo...Michael Elkins
2012-06-26Certificate UID fields forbidden by RPKI profile.Rob Austein
2012-06-26Avoid lxml-specific extensions to the etree API in relying party code.Rob Austein
2012-06-25Tombstone for an obsolete program, to keep users from accidentlyRob Austein
2012-06-25Add localcert.rpki.net.Rob Austein
2012-06-25log debugging info about the object being processed when an exception is caught.Michael Elkins
2012-06-25Paramiko shutdown code whines occasionally, maybe closing sshRob Austein
2012-06-24RFC 6485 contradicts RFCs 2630 and 3370, which make rsaEncryption theRob Austein
2012-06-23Check OID in CMS SignerInfo contentType attribute (conformance).Rob Austein
2012-06-22add __repr__ method to rpki.rcynic.validation_status_elementMichael Elkins
2012-06-22More CMS conformance checks, and fix a couple I got wrong yesterday.Rob Austein
2012-06-22Check CMS SignerInfo algorithm OIDs (conformance).Rob Austein
2012-06-22Check CMS for presence of CRLs (conformance).Rob Austein
2012-06-21Check for duplicate names in manifest (conformance).Rob Austein
2012-06-21Tighter checking of integer values in input data (conformance).Rob Austein