Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-08 | Checkpoint. New irdbd now work, after some transaction voodoo. | Rob Austein | |
svn path=/branches/tk100/; revision=4147 | |||
2011-12-16 | Checkpoint. Add EnumField. Debug CertificateManager. | Rob Austein | |
svn path=/branches/tk100/; revision=4124 | |||
2011-12-15 | Checkpoint. Rewrote all the OOB-setup portions of rpkic to use new | Rob Austein | |
IRDB, which simplified the code considerably as a nice side effect. svn path=/branches/tk100/; revision=4123 | |||
2011-12-15 | Checkpoint. Add rpki.irdb.models.CertificateManager() to consolidate | Rob Austein | |
BPKI object creation logic. Move CSV code out of rpkic. svn path=/branches/tk100/; revision=4122 | |||
2011-12-14 | Start hacking replacement for myrpki comamnd (rpkic) which uses the | Rob Austein | |
new Django-model-based entitydb and IRDB. svn path=/branches/tk100/; revision=4121 | |||
2011-12-13 | Flesh out BPKI methods | Rob Austein | |
svn path=/branches/tk100/; revision=4118 | |||
2011-12-12 | Checkpoint. Custom IRDB model fields to handle automatic type | Rob Austein | |
conversion. Debug last night's rewrite of BPKI certificate issuance. svn path=/branches/tk100/; revision=4117 | |||
2011-12-12 | Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code. | Rob Austein | |
svn path=/branches/tk100/; revision=4116 | |||
2011-10-07 | Fix bug in [4025], clean up PKCS 10 checking a bit more (see #6). | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=4028 | |||
2011-10-07 | Tighten up PKCS 10 request checking (closes #6). | Rob Austein | |
svn path=/rpkid/rpki/oids.py; revision=4025 | |||
2011-10-05 | Add global traceback control; this closes #95. Clean up some | Rob Austein | |
"except:" clauses that should have been "except Exception:". svn path=/rpkid/rpki-sql-setup.py; revision=4014 | |||
2011-10-04 | More explicit certificate expiration checks in CMS verify (see #94). | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=4012 | |||
2011-10-04 | Add explicit check for certificate expiration in CMS verify (see #94). | Rob Austein | |
svn path=/rpkid/rpki/exceptions.py; revision=4011 | |||
2011-10-04 | Don't spew to stderr if dumpasn1 isn't available when we want to dump | Rob Austein | |
CMS that doesn't validate (see #94). Switch CMS-dumping code to use OpenSSL library code rather than dumpasn1 -- dumpasn1 is prettier, but not enough prettier to be worth making people install yet another freaking program that's only used to diagnose strange failures. svn path=/rpkid/rpki/x509.py; revision=4010 | |||
2011-10-04 | Catch IOError when dumping bad CMS (see #94). | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=4008 | |||
2011-07-25 | Printouts of lists of certificates and CRLs do not make good exception strings | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=3942 | |||
2011-06-14 | do not fail if AIA extension is missing since None is a valid return value | Michael Elkins | |
svn path=/rpkid/rpki/x509.py; revision=3869 | |||
2011-06-09 | add preliminary support for the ghostbusters record | Michael Elkins | |
svn path=/rpkid/rpki/ghostbuster.py; revision=3857 | |||
2011-04-27 | First whack at some of the silliest logging code | Rob Austein | |
svn path=/rpkid/rpki/async.py; revision=3793 | |||
2011-03-26 | Don't fail in diagnostic code in dumpasn1 isn't available | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=3743 | |||
2011-03-21 | First cut at Ghostbusters support. | Rob Austein | |
svn path=/rpkid/irdbd.sql; revision=3730 | |||
2011-03-18 | Add @property decorators to a bunch of methods that are just syntactic | Rob Austein | |
sugar around cached SQL object fetches. Checkpoint of incomplete support for Ghostbusters reords. Clean up a few extraneous imports. svn path=/rpkid/Makefile.in; revision=3725 | |||
2011-01-04 | POW => rpki.POW | Rob Austein | |
svn path=/pow/POW-0.7/lib/pkix.py; revision=3598 | |||
2010-11-14 | Implement "reissue" left-right operation. Reformat some doc strings. | Rob Austein | |
svn path=/rpkid/irbe_cli.py; revision=3551 | |||
2010-11-10 | Fix handling of inheritance in EE certs | Rob Austein | |
svn path=/rpkid/rootd.py; revision=3544 | |||
2010-10-07 | Merge rpkid.without_tls/ branch to rpkid/ trunk. | Rob Austein | |
svn path=/rpkid/Makefile; revision=3465 | |||
2010-09-15 | Convert interface between Python and OpenSSL to use GeneralizedTime | Rob Austein | |
syntax for both GeneralizedTime and UTCTime: bad enough that the ASN.1 code has to know about Y2050 madness, there's no sane reason why application code should need to know. svn path=/pow/POW-0.7/POW.c; revision=3448 | |||
2010-09-10 | Refactor .wrap()/.unwrap() code prior to adding CMS timestamp checks. | Rob Austein | |
svn path=/rpkid/irdbd.py; revision=3445 | |||
2010-09-09 | Downgrade syslog priority of a few messages | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=3444 | |||
2010-09-07 | Add support for extracting signingTime from CMS messages. | Rob Austein | |
svn path=/pow/POW-0.7/POW.c; revision=3440 | |||
2010-09-03 | Add new "Auto_update" flavor of DER objects: this is like Auto_file, | Rob Austein | |
but saves the filename from which it was loaded, and attempts to reload itself automatically if the file's st_mtime changes. svn path=/rpkid/irdbd.py; revision=3439 | |||
2010-09-03 | Restrict extra identity checks for trusted BPKI EE certificates to | Rob Austein | |
subject name and public key, so that things won't come to a grinding halt if BPKI certificates are updated while daemons are running. svn path=/rpkid/rpki/x509.py; revision=3438 | |||
2010-08-29 | Break XML packet dumps into multiple lines when logging schema | Rob Austein | |
validation errors. svn path=/rpkid/rpki/publication.py; revision=3431 | |||
2010-03-16 | Update copyright notices | Rob Austein | |
svn path=/rpkid/irbe_cli.py; revision=3107 | |||
2010-02-24 | Checkpoint | Rob Austein | |
svn path=/rpkid/rpki/async.py; revision=3006 | |||
2010-02-24 | Checkpoint. <list_received_resources/> still not quite working yet, but ↵ | Rob Austein | |
getting closer. svn path=/rpkid/irbe_cli.py; revision=3005 | |||
2010-01-05 | Tweaks to DeadDrop Maildir format. | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=2928 | |||
2009-12-31 | Upgrade XML/CMS "dead drop" audit and debugging facility to write to | Rob Austein | |
Maildir folders, so we can reuse existing third party tools as viewers, download and archive maintenence tools, etcetera. svn path=/rpkid/rpki/config.py; revision=2916 | |||
2009-12-30 | Doc bug | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=2914 | |||
2009-12-23 | Don't blow out with an exception when retrieving nextUpdate value from our ↵ | Rob Austein | |
own manifests. svn path=/rpkid/rpki/exceptions.py; revision=2907 | |||
2009-12-23 | Tweak logging for ROA encoding DerError. | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=2904 | |||
2009-12-23 | More exception handling tweaks | Rob Austein | |
svn path=/rpkid/rpki/publication.py; revision=2903 | |||
2009-09-25 | Better logging of CMS failures | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=2784 | |||
2009-09-11 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/async.py; revision=2748 | |||
2009-07-17 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=2630 | |||
2009-07-15 | Checkpoint | Rob Austein | |
svn path=/myrpki/yaml-to-myrpki.py; revision=2623 | |||
2009-07-05 | Extend DER_object__cmp__() to handle None objects. | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=2578 | |||
2009-06-30 | Refactor cross-certification code into rpki.x509 module. | Rob Austein | |
svn path=/rpkid/cross_certify.py; revision=2553 | |||
2009-06-09 | Convert ROA generation code from push model (<route_origin/> objects | Rob Austein | |
in rpkid) to pull model (IRDB for <list_roa_request/> queries). Still need to clean up old code, but new code seems to work properly. svn path=/rpkid/Makefile; revision=2510 | |||
2009-06-05 | Remove vestigial references to tlslite. | Rob Austein | |
svn path=/rpkid/rpki/__init__.py; revision=2496 |