aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-26Oops, RRDP now mandates HTTPS instead of HTTP.Rob Austein
2015-11-25Starting to look like a validator. Still gets different somewhatRob Austein
2015-11-24Yet another private Django config that needed to be kludged to charsetRob Austein
2015-11-24Add charset=latin1 kludge for GUI too. Fixes #782.Rob Austein
2015-11-24Add stack forking. At this point the basic tasking structure looks complete.Rob Austein
2015-11-23Kludge that works around characterset madness with MySQL 5.6 breaksRob Austein
2015-11-23Doh, rpkic is using Django, so we need the Django version of the MySQLRob Austein
2015-11-23Horrible kludge to work around MySQL bug: As of MySQL 5.6, the defaultRob Austein
2015-11-23first pass on XML output. Incomplete, but enough to get a usefulRob Austein
2015-11-23Sort out swamp of multiple generations of manifests and picking best CRL.Rob Austein
2015-11-23Add CRL.isRevoked() method. General minor cleanup.Rob Austein
2015-11-22Convert certificate tree walking code to use new tasking model.Rob Austein
2015-11-22Don't hand null pointer to OpenSSL if we can't find a plausibleRob Austein
2015-11-20Checkpoint. Not useful yet, but starting to come together. Tornado is awesome.Rob Austein
2015-11-20Simple function to add back symbolic names and error strings forRob Austein
2015-11-18Move StatusCode out of POW.c. New API still needs work, but thisRob Austein
2015-11-18First test of new validation code. No major surprises. Much testingRob Austein
2015-11-17First baby steps towards testing new rpki.POW extended validation code.Rob Austein
2015-11-17Whack CRL.verify() into line with rest of the new code.Rob Austein
2015-11-16X509Store class removed. X.509 verification moved fromRob Austein
2015-11-16Checkpoint. Basic merge of rcynic.c detailed RPKI checks merged intoRob Austein
2015-11-14Checkpoint of RPKI-specific detailed certificate checking, based onRob Austein
2015-11-14Comment nit.Rob Austein
2015-11-13Clean up more gratuitous unused magic CRL autoregeneration.Rob Austein
2015-11-12Clean up silly automatic-CRL-and-MFT-regeneration-except-when-its-notRob Austein
2015-11-12Add .__repr__() methods to rpkidb models. RewriteRob Austein
2015-11-12More useful log messages on PDU handling exceptions.Rob Austein
2015-11-11Clean up yet another screwball constructor. Other minor cleanup.Rob Austein
2015-11-11Oops, forgot to commit migration for latest schema change.Rob Austein
2015-11-11Further simplify CRL and manifest code.Rob Austein
2015-11-11Keywords.Rob Austein
2015-11-11Refactor a few of the ridiculously long rpkidb model methods intoRob Austein
2015-11-11regenRob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-11-10Use a lock to serialize rpkid tasks. Add temporary trace callRob Austein
2015-11-10Add router certificate to test.Rob Austein
2015-11-05Add StatusCode.__repr__(). Add glorp to pass status set objectRob Austein
2015-11-04Checkpoint some preliminary work along the way to doing full low-levelRob Austein
2015-10-28Now working with PostgreSQL.Rob Austein
2015-10-27Reenable vile MySQL "latin1" workaround for now.Rob Austein
2015-10-27Reimplement rpki.gui.models.IPAddressField as a subclass of CharFieldRob Austein
2015-10-26Add warning about CSRF issues when simulating multiple GUI instancesRob Austein
2015-10-26Whack a few things stale imports and Django 1.6-isms to get GUIRob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-26Unbound variable in postgresql configuration.Rob Austein
2015-10-25All SKI operations on issued certificates are really g(SKI)Rob Austein
2015-10-25Tweak binary field types to get SQLite3 working as a Django ORMRob Austein
2015-10-25Use a weakref dictionary to hold the HTTP client serializationRob Austein
2015-10-25Make SQL engine configurable. Works for MySQL, not yet tested for anything e...Rob Austein
2015-10-25Force MySQL characterset to Latin1 to suppress constant whining aboutRob Austein