Age | Commit message (Expand) | Author |
2013-01-30 | rpki.x509.X509._issue() wasn't passing inheritance flags into | Rob Austein |
2012-10-26 | Change POW representation of UTCTime and GeneralizedTime to use Python | Rob Austein |
2012-10-25 | Add direct conversion of datetime (and subclasses) timestamps to | Rob Austein |
2012-10-18 | pylint | Rob Austein |
2012-10-17 | CRLs work better if one remembers to set the list of certificates | Rob Austein |
2012-10-16 | Make schema checking configurable at runtime, reenable inbound schema | Rob Austein |
2012-10-12 | Rust In Pieces, POW.pkix. | Rob Austein |
2012-10-11 | Convert rpki.x509.X509._issue() to use POW instead of POW.pkix. | Rob Austein |
2012-10-11 | Use POW instead of POW.pkix to decode certificate resources. | Rob Austein |
2012-10-11 | Cleanup | Rob Austein |
2012-10-10 | Convert ROAs and manifests to use POW CMS subclasses. Start inching | Rob Austein |
2012-10-09 | Delete broken definition of Ghostbusters class (which nothing ever | Rob Austein |
2012-10-09 | Whack SIA and AIA code to use POW instead of POW.pkix. Whack | Rob Austein |
2012-10-09 | Use POW for PKCS #10 generation. | Rob Austein |
2012-10-09 | Calculate SKI directly from POW.Asymmetric object. | Rob Austein |
2012-10-05 | Convert another chunk of Python code to use new POW classes. Clean up | Rob Austein |
2012-10-01 | Convert CRL creation to use POW rather than POW.pkix. | Rob Austein |
2012-09-30 | Try dbm if gdbm fails for horrible debug-only RSA key speedup hack. | Rob Austein |
2012-09-30 | Implement conversion between DER and POW formats for PKCS10 class. | Rob Austein |
2012-09-29 | Convert BasicConstraints to use new POW method. | Rob Austein |
2012-09-29 | Convert a few rpki.x509 methods to use the new rpki.POW code. | Rob Austein |
2012-09-20 | Whack rest of POW's object I/O (x.derRead(), x.derWrite()) to use new | Rob Austein |
2012-09-04 | As part of dragging POW.c into the 21st century, get rid of huge | Rob Austein |
2012-09-03 | Fix last (?) remaining direct reference to "POWpkix" outside of | Rob Austein |
2012-09-03 | More useful debugging code. | Rob Austein |
2012-09-03 | Switch X501DN to use (new) POW format internally. | Rob Austein |
2012-09-02 | Checkpoint of tweaks to rpki.x509.X501DN class prior to flipping that | Rob Austein |
2012-08-20 | Extend insecure-debug-only-rsa-key hack to something we can use with | Rob Austein |
2012-08-14 | Add POW C function to pull SKI from a certificate, so we can bypass | Rob Austein |
2012-08-10 | Add debug-only hack to let us reuse RSA keys from previous test runs. | Rob Austein |
2012-08-08 | Checkpoint of work to date, see #274 and #275. | Rob Austein |
2012-08-07 | Safe mapping functions for OIDs, now that we're using the same code to | Rob Austein |
2012-07-06 | Implement CMS-timestamp-based replay protection. Closes #35. | Rob Austein |
2012-07-03 | Add .mnf to dispatch list for backwards compatability. | Rob Austein |
2012-07-03 | Add more data to pubd log line, to aid tracking flow of objects | Rob Austein |
2012-05-10 | rpki.x509.DeadDrop.dump() should not abort the calling function for | Rob Austein |
2012-05-09 | Fail gracefully if we can't initialize or write to DeadDrop mailbox. | Rob Austein |
2012-02-09 | merge with /trunk | Michael Elkins |
2012-01-08 | Checkpoint. New irdbd now work, after some transaction voodoo. | Rob Austein |
2011-12-16 | Checkpoint. Add EnumField. Debug CertificateManager. | Rob Austein |
2011-12-15 | Checkpoint. Rewrote all the OOB-setup portions of rpkic to use new | Rob Austein |
2011-12-15 | Checkpoint. Add rpki.irdb.models.CertificateManager() to consolidate | Rob Austein |
2011-12-14 | Start hacking replacement for myrpki comamnd (rpkic) which uses the | Rob Austein |
2011-12-13 | Flesh out BPKI methods | Rob Austein |
2011-12-12 | Checkpoint. Custom IRDB model fields to handle automatic type | Rob Austein |
2011-12-12 | Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code. | Rob Austein |
2011-10-07 | Fix bug in [4025], clean up PKCS 10 checking a bit more (see #6). | Rob Austein |
2011-10-07 | Tighten up PKCS 10 request checking (closes #6). | Rob Austein |
2011-10-05 | Add global traceback control; this closes #95. Clean up some | Rob Austein |
2011-10-04 | More explicit certificate expiration checks in CMS verify (see #94). | Rob Austein |