Age | Commit message (Expand) | Author |
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein |
2014-02-25 | Router certificates working again after changes to get subject name out of th... | Rob Austein |
2014-02-21 | Add EKU when generating router certificates. | Rob Austein |
2014-02-21 | Add router certificate support to yamltest, rpkic, etc. | Rob Austein |
2014-02-20 | Whack RSA-specific code to a more general API using PrivateKey and | Rob Austein |
2014-02-20 | Checkpoint. Now generating something that looks a bit like a router | Rob Austein |
2014-02-18 | Add support for setting serialNumber attribute in certificate names, | Rob Austein |
2014-01-29 | First cut of zookeeper methods to add router certs and other EE certs. | Rob Austein |
2014-01-29 | Rework PKCS #10 sanity checking code. | Rob Austein |
2014-01-29 | Clean up OID database. Would have done this years ago, had I | Rob Austein |
2014-01-29 | Checkpoint | Rob Austein |
2014-01-26 | Checkpoint. | Rob Austein |
2014-01-15 | Typo in format string was throwing exception-within-exception in | Rob Austein |
2014-01-09 | Update more copyrights, clean up module doc blocks. | Rob Austein |
2014-01-07 | Clean up non-verifying CMS extraction methods. | Rob Austein |
2014-01-07 | Set notBefore value directly when issuing certificates to avoid race | Rob Austein |
2013-10-09 | [5462] change to Auto_update error handling was incomplete. | Rob Austein |
2013-10-08 | Switch RSA key generation to use a new .generateRSA() class method | Rob Austein |
2013-08-23 | Rip out PEM_converter class, as we no longer need to support | Rob Austein |
2013-07-24 | Pickling support. | Rob Austein |
2013-07-18 | Log stale BPKI CMS CRLs. See #294. | Rob Austein |
2013-07-17 | Add ability for auto_update DER objects to coast through transient | Rob Austein |
2013-04-19 | Throw exception when asked to issue a certificate with notAfter <= | Rob Austein |
2013-03-22 | .setRFC3779() handling of emtpy iterations was subtly broken in ways | Rob Austein |
2013-03-21 | Record context in CMS replay exceptions. Closes #458. | Rob Austein |
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 |