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